Home
last modified time | relevance | path

Searched refs:EmitOMPArraySectionExpr (Results 1 – 4 of 4) 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()