Home
last modified time | relevance | path

Searched refs:AllowFold (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp474 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
H A DSemaOpenMP.cpp6574 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective()
14237 ICE = VerifyIntegerConstantExpression(E, &Result, Diagnoser, AllowFold); in VerifyPositiveIntegerConstantInClause()
14239 ICE = VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
H A DSemaExprCXX.cpp1834 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
H A DSemaType.cpp2250 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildExtIntType()
H A DSemaDecl.cpp16643 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField()
17765 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
H A DSemaInit.cpp3164 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12011 AllowFold, enumerator