Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3514 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3517 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3551 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
3559 if (IsLowerBound || E->getColonLoc().isInvalid()) { in EmitOMPArraySectionExpr()
3654 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
3694 IsLowerBound); in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h3489 bool IsLowerBound = true);