Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3887 bool IsLowerBound) { in emitOMPArraySectionBase() argument
3890 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
3923 bool IsLowerBound) { in EmitOMPArraySectionExpr() argument
3931 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
4030 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4070 IsLowerBound); in EmitOMPArraySectionExpr()
H A DCodeGenFunction.h3849 bool IsLowerBound = true);