Searched refs:AllowFold (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 492 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
|
| H A D | SemaExprCXX.cpp | 1924 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
|
| H A D | SemaOpenMP.cpp | 7225 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective() 16744 ICE = VerifyIntegerConstantExpression(E, &Result, Diagnoser, AllowFold); in VerifyPositiveIntegerConstantInClause() 16746 ICE = VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
|
| H A D | SemaDecl.cpp | 18367 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField() 19741 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
|
| H A D | SemaInit.cpp | 3326 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
|
| H A D | SemaType.cpp | 2364 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
|
| H A D | SemaDeclCXX.cpp | 17454 FoldKind = AllowFold; in BuildStaticAssertDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3554 Sema::AllowFold); in ParseOpenMPIndirectClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13310 AllowFold, enumerator
|