Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3499 QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, in emitProxyTaskFunction() argument
3535 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitProxyTaskFunction()
3603 QualType KmpTaskTWithPrivatesQTy) { in emitDestructorsFunction() argument
3633 cast<RecordDecl>(KmpTaskTWithPrivatesQTy->getAsTagDecl()); in emitDestructorsFunction()
4189 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() local
4191 C.getPointerType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4192 llvm::Type *KmpTaskTWithPrivatesTy = CGF.ConvertType(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4196 CGF.getTypeSize(KmpTaskTWithPrivatesQTy); in emitTaskInit()
4217 KmpTaskTWithPrivatesQTy, KmpTaskTQTy, SharedsPtrTy, TaskFunction, in emitTaskInit()
4439 KmpTaskTWithPrivatesQTy); in emitTaskInit()
[all …]