Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2997 QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, in emitProxyTaskFunction() argument
3033 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3101 QualType KmpTaskTWithPrivatesQTy) { in emitDestructorsFunction() argument
3131 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
3686 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() local
3688 C.getPointerType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3689 llvm::Type *KmpTaskTWithPrivatesTy = CGF.ConvertType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3693 CGF.getTypeSize(KmpTaskTWithPrivatesQTy); in emitTaskInit()
3714 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction, in emitTaskInit()
3937 KmpTaskTWithPrivatesQTy); in emitTaskInit()
[all …]