Home
last modified time | relevance | path

Searched refs:IsLowerBound (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp3002 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3005 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3034 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
3047 if (IsLowerBound || E->getColonLoc().isInvalid()) { in EmitOMPArraySectionExpr()
3141 VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
3177 BaseTy, ResultExprTy, IsLowerBound); in EmitOMPArraySectionExpr()
DCodeGenFunction.h2728 bool IsLowerBound = true);