Searched refs:EmitOMPArraySectionExpr (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1052 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E)); in EmitLValue() 3005 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase() 3033 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, in EmitOMPArraySectionExpr() function in CodeGenFunction
|
D | CGStmtOpenMP.cpp | 957 auto OASELValueLB = EmitOMPArraySectionExpr(OASE); in EmitOMPReductionClauseInit() 959 EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in EmitOMPReductionClauseInit()
|
D | CodeGenFunction.h | 2727 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
|
D | CGOpenMPRuntime.cpp | 3919 CGF.EmitOMPArraySectionExpr(ASE, /*LowerBound=*/false); in emitTaskCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1394 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E)); in EmitLValue() 3880 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase() 3912 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, in EmitOMPArraySectionExpr() function in CodeGenFunction
|
D | CodeGenFunction.h | 3783 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
|
D | CGOpenMPRuntime.cpp | 759 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB() 4112 CGF.EmitOMPArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize() 7877 CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()
|