Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DInterp.cpp107 S.FFDiag(Loc, diag::note_constexpr_access_uninit) << AK << false; in CheckInitialized()
139 S.FFDiag(Loc, diag::note_constexpr_access_inactive_union_member) in CheckActive()
157 S.FFDiag(E, diag::note_constexpr_access_static_temporary, 1) << AK; in CheckTemporary()
172 S.FFDiag(S.Current->getLocation(OpPC), diag::note_constexpr_modify_global); in CheckGlobal()
188 S.FFDiag(Loc, diag::note_constexpr_ltor_non_constexpr, 1) << VD; in CheckExtern()
198 S.FFDiag(E, diag::note_constexpr_unsized_array_indexed); in CheckArray()
208 S.FFDiag(Src, diag::note_constexpr_null_subobject) << CSK_Field; in CheckLive()
210 S.FFDiag(Src, diag::note_constexpr_access_null) << AK; in CheckLive()
218 S.FFDiag(Src, diag::note_constexpr_lifetime_ended, 1) << AK << !IsTemp; in CheckLive()
236 S.FFDiag(Loc, diag::note_constexpr_null_subobject) << CSK; in CheckNull()
[all …]
DState.h76 FFDiag(SourceLocation Loc,
81 FFDiag(const Expr *E,
86 FFDiag(const SourceInfo &SI,
DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag() function in State
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, in FFDiag() function in State
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag() function in State
DContext.cpp36 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed); in isPotentialConstantExpr()
126 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed); in Check()
DInterp.h183 S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr);
931 S.FFDiag(EndLoc, diag::note_constexpr_no_return); in NoRet()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp994 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded); in CheckCallLimit()
999 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded) in CheckCallLimit()
1022 FFDiag(S->getBeginLoc(), diag::note_constexpr_step_limit_exceeded); in nextStep()
1640 Info.FFDiag(E, diag::note_constexpr_access_null) << AK; in checkNullPointerForFoldAccess()
1889 FFDiag(E, diag::note_constexpr_heap_alloc_limit_exceeded); in createHeapAlloc()
2146 Info.FFDiag(Loc, diag::note_constexpr_invalid_template_arg) in CheckLValueConstantExpression()
2155 Info.FFDiag(Loc, diag::note_consteval_address_accessible) in CheckLValueConstantExpression()
2168 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1) in CheckLValueConstantExpression()
2186 Info.FFDiag(Loc); in CheckLValueConstantExpression()
2196 Info.FFDiag(Loc, diag::note_constexpr_dynamic_alloc) in CheckLValueConstantExpression()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp565 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded); in CheckCallLimit()
570 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded) in CheckCallLimit()
587 FFDiag(S->getLocStart(), diag::note_constexpr_step_limit_exceeded); in nextStep()
656 FFDiag(SourceLocation Loc, in FFDiag() function
662 OptionalDiagnostic FFDiag(const Expr *E, diag::kind DiagId in FFDiag() function
1414 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1) in CheckLValueConstantExpression()
1419 Info.FFDiag(Loc); in CheckLValueConstantExpression()
1469 Info.FFDiag(Loc, diag::note_constexpr_past_end, 1) in CheckLValueConstantExpression()
1493 Info.FFDiag(E, diag::note_constexpr_nonliteral) in CheckLiteralType()
1496 Info.FFDiag(E, diag::note_invalid_subexpr_in_const_expr); in CheckLiteralType()
[all …]