Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp66 S.FFDiag(Loc, in diagnoseNonConstVariable()
202 S.FFDiag(E, diag::note_constexpr_unsized_array_indexed); in CheckArray()
214 S.FFDiag(Src, diag::note_constexpr_access_null) << AK; in CheckLive()
283 S.FFDiag(Loc, diag::note_constexpr_null_subobject) << CSK; in CheckNull()
292 S.FFDiag(Loc, diag::note_constexpr_access_past_end) << AK; in CheckRange()
465 S.FFDiag(S.Current->getSource(OpPC), in CheckCallDepth()
485 S.FFDiag(Loc, diag::note_constexpr_this) << IsImplicit; in CheckThis()
487 S.FFDiag(Loc); in CheckThis()
537 S.FFDiag(E, diag::note_constexpr_dynamic_rounding); in CheckFloatResult()
552 S.FFDiag(E); in CheckFloatResult()
[all …]
H A DState.h77 FFDiag(SourceLocation Loc,
82 FFDiag(const Expr *E,
87 FFDiag(const SourceInfo &SI,
H A DState.cpp21 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag() function in State
26 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId, in FFDiag() function in State
34 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId, in FFDiag() function in State
H A DEvaluationResult.cpp56 S.FFDiag(Loc, diag::note_constexpr_uninitialized) in DiagnoseUninitializedSubobject()
122 S.FFDiag(BasePtr.getDeclDesc()->asDecl()->getLocation(), in CheckFieldsInitialized()
H A DContext.cpp229 Parent.FFDiag(Err.getRange().getBegin(), in Check()
H A DInterp.h164 S.FFDiag(Op, diag::note_expr_divide_by_zero) in CheckDivRem()
715 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_unspecified)
738 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_unspecified)
799 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_unspecified) in CMP3()
1801 S.FFDiag(EndLoc, diag::note_constexpr_no_return); in NoRet()
1851 S.FFDiag(E, diag::note_constexpr_unsupported_unsized_array); in ArrayDecay()
1991 S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr) in Invalid()
1999 S.FFDiag(Loc, diag::note_constexpr_invalid_cast) in InvalidCast()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2689 Info.FFDiag(E); in checkFloatingPointResult()
2746 Info.FFDiag(E); in truncateBitfieldValue()
2790 Info.FFDiag(E); in handleIntIntBinOp()
2895 Info.FFDiag(E); in handleFloatFloatBinOp()
3029 Info.FFDiag(E); in handleVectorVectorBinOp()
4029 Info.FFDiag(E); in findCompleteObject()
4387 Info.FFDiag(E); in handleAssignment()
4484 Info.FFDiag(E); in found()
4535 Info.FFDiag(E); in handleCompoundAssignment()
4681 Info.FFDiag(E); in handleIncDec()
[all …]