Home
last modified time | relevance | path

Searched refs:CCEK_ArrayBound (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1919 CCEK_ArrayBound) in ActOnCXXNew()
H A DSemaType.cpp2410 ArraySize, S.Context.getSizeType(), SizeVal, Sema::CCEK_ArrayBound); in checkArraySize()
H A DSemaOverload.cpp6101 if (CCE == Sema::CCEK_ArrayBound && in BuildConvertedConstantExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3929 CCEK_ArrayBound, ///< Array bound in array declarator or new-expression. enumerator