Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3568 QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, in emitProxyTaskFunction() argument
3604 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3672 QualType KmpTaskTWithPrivatesQTy) { in emitDestructorsFunction() argument
3702 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
4263 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() local
4265 C.getPointerType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4266 llvm::Type *KmpTaskTWithPrivatesTy = CGF.ConvertType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4270 CGF.getTypeSize(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4291 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction, in emitTaskInit()
4516 KmpTaskTWithPrivatesQTy); in emitTaskInit()
[all …]