Searched refs:AllowFold (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 12613 bool AllowFold) { in VerifyIntegerConstantExpression() argument 12626 return VerifyIntegerConstantExpression(E, Result, Diagnoser, AllowFold); in VerifyIntegerConstantExpression() 12637 bool AllowFold) { in VerifyIntegerConstantExpression() argument 12740 if (!Folded || !AllowFold) { in VerifyIntegerConstantExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9077 bool AllowFold = true); 9080 bool AllowFold = true);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 473 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
|
D | SemaType.cpp | 2217 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildExtIntType()
|
D | SemaExprCXX.cpp | 1788 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
|
D | SemaDecl.cpp | 16452 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField() 17577 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
|
D | SemaInit.cpp | 3135 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
|
D | SemaOpenMP.cpp | 5846 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective() 12826 VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11704 AllowFold, enumerator
|