Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3977 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3980 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4014 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
4022 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
4121 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4161 IsLowerBound); in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h3915 bool IsLowerBound = true);