Searched defs:SharedsTy (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3447 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() 3595 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() 3804 llvm::Function *TaskFunction, QualType SharedsTy, in emitTaskInit() 4700 QualType SharedsTy, Address Shareds, in emitTaskCall() 4820 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() 12540 QualType SharedsTy, Address Shareds, in emitTaskCall() 12548 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall()
|
H A D | CGStmtOpenMP.cpp | 4992 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() local 5217 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local 7521 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
|