Home
last modified time | relevance | path

Searched refs:KmpTaskTWithPrivatesQTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2982 QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, in emitProxyTaskFunction() argument
3018 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3086 QualType KmpTaskTWithPrivatesQTy) { in emitDestructorsFunction() argument
3116 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
3672 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() local
3674 C.getPointerType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3675 llvm::Type *KmpTaskTWithPrivatesTy = CGF.ConvertType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3679 CGF.getTypeSize(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3700 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction, in emitTaskInit()
3922 KmpTaskTWithPrivatesQTy); in emitTaskInit()
[all …]