Home
last modified time | relevance | path

Searched refs:EmitOMPArraySectionExpr (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp1052 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
DCGStmtOpenMP.cpp957 auto OASELValueLB = EmitOMPArraySectionExpr(OASE); in EmitOMPReductionClauseInit()
959 EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in EmitOMPReductionClauseInit()
DCodeGenFunction.h2727 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
DCGOpenMPRuntime.cpp3919 CGF.EmitOMPArraySectionExpr(ASE, /*LowerBound=*/false); in emitTaskCall()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1394 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
DCodeGenFunction.h3783 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
DCGOpenMPRuntime.cpp759 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()
4112 CGF.EmitOMPArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize()
7877 CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()