Searched defs:SharedsTy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3826 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() 3976 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() 4187 llvm::Function *TaskFunction, QualType SharedsTy, in emitTaskInit() 5111 QualType SharedsTy, Address Shareds, in emitTaskCall() 5229 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() 12751 QualType SharedsTy, Address Shareds, in emitTaskCall() 12759 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall()
|
H A D | CGStmtOpenMP.cpp | 4589 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() local 4725 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local 6833 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
|