Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4379 bool IsLowerBound) { in emitOMPArraySectionBase() argument
4382 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4415 bool IsLowerBound) { in EmitArraySectionExpr() argument
4427 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitArraySectionExpr()
4528 BaseTy, VLA->getElementType(), IsLowerBound); in EmitArraySectionExpr()
4568 ResultExprTy, IsLowerBound); in EmitArraySectionExpr()
H A DCodeGenFunction.h4278 bool IsLowerBound = true);