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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1347 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E));
3675 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound);
3707 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, function in class:CodeGenFunction
H A DCodeGenFunction.h3520 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
H A DCGOpenMPRuntime.cpp952 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false);
5215 CGF.EmitOMPArraySectionExpr(ASE, /*IsLowerBound=*/false);

Completed in 234 milliseconds