Home
last modified time | relevance | path

Searched refs:IsLowerBound (Results 1 – 4 of 4) 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);
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3877 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3880 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3913 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
3921 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
4020 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4060 IsLowerBound); in EmitOMPArraySectionExpr()
DCodeGenFunction.h3784 bool IsLowerBound = true);