Searched refs:EmitOMPArraySectionExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1026 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E));
2830 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, function in class:CodeGenFunction
2835 Base = EmitOMPArraySectionExpr(ASE, IsLowerBound);
H A DCGStmtOpenMP.cpp676 auto OASELValueLB = EmitOMPArraySectionExpr(OASE);
678 EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false);
H A DCGOpenMPRuntime.cpp2525 CGF.EmitOMPArraySectionExpr(ASE, /*LowerBound=*/false);
H A DCodeGenFunction.h2542 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,

Completed in 116 milliseconds