HomeSort by: relevance | last modified time | path
    Searched refs:FFDiag (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.cpp 107 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;
218 S.FFDiag(Src, diag::note_constexpr_lifetime_ended, 1) << AK << !IsTemp;
236 S.FFDiag(Loc, diag::note_constexpr_null_subobject) << CSK
    [all...]
State.h 76 FFDiag(SourceLocation Loc,
81 FFDiag(const Expr *E,
86 FFDiag(const SourceInfo &SI,
State.cpp 20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
Context.cpp 36 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed);
126 Parent.FFDiag(Err.getLoc(), diag::err_experimental_clang_interp_failed);
Interp.h 183 S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr);
931 S.FFDiag(EndLoc, diag::note_constexpr_no_return);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1000 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded);
1005 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded)
1028 FFDiag(S->getBeginLoc(), diag::note_constexpr_step_limit_exceeded);
1646 Info.FFDiag(E, diag::note_constexpr_access_null) << AK;
1895 FFDiag(E, diag::note_constexpr_heap_alloc_limit_exceeded);
2152 Info.FFDiag(Loc, diag::note_constexpr_invalid_template_arg)
2161 Info.FFDiag(Loc, diag::note_consteval_address_accessible)
2174 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1)
2192 Info.FFDiag(Loc);
2202 Info.FFDiag(Loc, diag::note_constexpr_dynamic_alloc
    [all...]

Completed in 23 milliseconds