Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3952 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3955 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3989 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
3997 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
4097 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4137 IsLowerBound); in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h3918 bool IsLowerBound = true);