Searched refs:FFDiag (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.cpp107 S.FFDiag(Loc, diag::note_constexpr_access_uninit) << AK << false;
139 S.FFDiag(Loc, diag::note_constexpr_access_inactive_union_member)
157 S.FFDiag(E, diag::note_constexpr_access_static_temporary, 1) << AK;
172 S.FFDiag(S.Current->getLocation(OpPC), diag::note_constexpr_modify_global);
188 S.FFDiag(Loc, diag::note_constexpr_ltor_non_constexpr, 1) << VD;
198 S.FFDiag(E, diag::note_constexpr_unsized_array_indexed);
208 S.FFDiag(Src, diag::note_constexpr_null_subobject) << CSK_Field;
210 S.FFDiag(Src, diag::note_constexpr_access_null) << AK;
219 S.FFDiag(Src, diag::note_constexpr_lifetime_ended, 1) << AK << !IsTemp;
237 S.FFDiag(Lo
[all...]
H A DState.h77 FFDiag(SourceLocation Loc,
82 FFDiag(const Expr *E,
87 FFDiag(const SourceInfo &SI,
H A DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, function in class:State
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, function in class:State
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, function in class:State
H A DContext.cpp37 Parent.FFDiag(Err.getRange().getBegin(),
139 Parent.FFDiag(Err.getRange().getBegin(),
H A DInterp.h124 S.FFDiag(Loc, diag::note_expr_divide_by_zero);
465 S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr);
1236 S.FFDiag(EndLoc, diag::note_constexpr_no_return);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1005 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded);
1010 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded)
1033 FFDiag(S->getBeginLoc(), diag::note_constexpr_step_limit_exceeded);
1645 Info.FFDiag(E, diag::note_constexpr_access_null) << AK;
1896 FFDiag(E, diag::note_constexpr_heap_alloc_limit_exceeded);
2159 Info.FFDiag(Loc, diag::note_constexpr_invalid_template_arg)
2168 Info.FFDiag(Loc, diag::note_consteval_address_accessible)
2180 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1)
2197 Info.FFDiag(Loc);
2207 Info.FFDiag(Lo
[all...]

Completed in 267 milliseconds