Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3563 QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, in emitProxyTaskFunction() argument
3599 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3667 QualType KmpTaskTWithPrivatesQTy) { in emitDestructorsFunction() argument
3697 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
4257 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() local
4259 C.getPointerType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4260 llvm::Type *KmpTaskTWithPrivatesTy = CGF.ConvertType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4264 CGF.getTypeSize(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4285 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction, in emitTaskInit()
4509 KmpTaskTWithPrivatesQTy); in emitTaskInit()
[all …]