Searched defs:SharedsTy (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3503 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() 3605 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() 3684 llvm::Value *TaskFunction, QualType SharedsTy, in emitTaskInit() 3869 QualType SharedsTy, Address Shareds, in emitTaskCall() 4059 QualType SharedsTy, Address Shareds, in emitTaskLoopCall()
|
D | CGStmtOpenMP.cpp | 2561 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local 3480 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3781 QualType SharedsTy, QualType SharedsPtrTy, in emitPrivatesInit() 3931 const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, in emitTaskDupFunction() 4142 llvm::Function *TaskFunction, QualType SharedsTy, in emitTaskInit() 5066 QualType SharedsTy, Address Shareds, in emitTaskCall() 5184 QualType SharedsTy, Address Shareds, in emitTaskLoopCall() 12573 QualType SharedsTy, Address Shareds, in emitTaskCall() 12581 llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, in emitTaskLoopCall()
|
D | CGStmtOpenMP.cpp | 4172 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective() local 4303 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local 6400 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective() local
|