Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4337 bool IsLowerBound) { in emitOMPArraySectionBase() argument
4340 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4373 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
4381 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
4482 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4522 IsLowerBound); in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h4027 bool IsLowerBound = true);