Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h527 llvm::Value *TaskFunction, QualType SharedsTy,
DCGOpenMPRuntime.cpp1558 llvm::Value *TaskFunction, QualType SharedsTy, llvm::Value *Shareds) { in emitTaskCall() argument
1570 QualType SharedsPtrTy = C.getPointerType(SharedsTy); in emitTaskCall()
1594 auto SharedsSize = C.getTypeSizeInChars(SharedsTy); in emitTaskCall()
1606 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) in emitTaskCall()
1612 Shareds, SharedsTy); in emitTaskCall()
DCGStmtOpenMP.cpp1346 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective() local
1348 OutlinedFn, SharedsTy, CapturedStruct); in EmitOMPTaskDirective()