Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp64 S.FFDiag(E, diag::note_constexpr_var_init_unknown, 1) << VD; in diagnoseMissingInitializer()
76 S.FFDiag(E, diag::note_constexpr_function_param_value_unknown) << D; in diagnoseUnknownDecl()
79 S.FFDiag(E); in diagnoseUnknownDecl()
112 S.FFDiag(Loc, diag::note_constexpr_ltor_non_const_int, 1) << VD; in diagnoseNonConstVariable()
117 S.FFDiag(Loc, in diagnoseNonConstVariable()
152 S.FFDiag(Loc, diag::note_constexpr_access_inactive_union_member) in CheckActive()
170 S.FFDiag(E, diag::note_constexpr_access_static_temporary, 1) << AK; in CheckTemporary()
185 S.FFDiag(S.Current->getLocation(OpPC), diag::note_constexpr_modify_global); in CheckGlobal()
267 S.FFDiag(E, diag::note_constexpr_unsized_array_indexed); in CheckArray()
277 S.FFDiag(Src, diag::note_constexpr_null_subobject) << CSK_Field; in CheckLive()
[all …]
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()
130 S.FFDiag(BasePtr.getDeclDesc()->asDecl()->getLocation(), in CheckFieldsInitialized()
134 S.FFDiag(BasePtr.getDeclDesc()->asExpr()->getExprLoc(), in CheckFieldsInitialized()
232 S.FFDiag(Info, diag::note_constexpr_dynamic_alloc) in checkReturnValue()
H A DInterp.h204 S.FFDiag(Op, diag::note_expr_divide_by_zero) in CheckDivRem()
237 S.FFDiag(Loc, diag::note_constexpr_new_too_large) in CheckArraySize()
513 S.FFDiag(E, diag::note_expr_divide_by_zero); in Divc()
918 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_unspecified)
934 S.FFDiag(Loc, diag::note_constexpr_pointer_weak_comparison)
952 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_unspecified)
981 S.FFDiag(Loc, diag::note_constexpr_pointer_weak_comparison)
991 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_past_end)
997 S.FFDiag(Loc, diag::note_constexpr_pointer_comparison_past_end)
1033 S.FFDiag(Loc, diag::note_constexpr_mem_pointer_weak_comparison) << MD;
[all …]
H A DInterpBuiltin.cpp998 S.FFDiag(Call, diag::note_constexpr_invalid_alignment) << Alignment; in interp__builtin_is_aligned_up_down()
1004 S.FFDiag(Call, diag::note_constexpr_alignment_too_big) in interp__builtin_is_aligned_up_down()
1055 S.FFDiag(Call->getArg(0), diag::note_constexpr_alignment_compute) in interp__builtin_is_aligned_up_down()
1089 S.FFDiag(Call->getArg(0), diag::note_constexpr_alignment_adjust) << Alignment; in interp__builtin_is_aligned_up_down()
1446 S.FFDiag(S.Current->getLocation(OpPC), in InterpretBuiltin()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1035 FFDiag(Loc, diag::note_constexpr_call_limit_exceeded); in CheckCallLimit()
1040 FFDiag(Loc, diag::note_constexpr_depth_limit_exceeded) in CheckCallLimit()
1054 FFDiag(Loc, diag::note_constexpr_new_too_large) << ElemCount; in CheckArraySize()
1066 FFDiag(Loc, diag::note_constexpr_new_exceeds_limits) in CheckArraySize()
1091 FFDiag(S->getBeginLoc(), diag::note_constexpr_step_limit_exceeded); in nextStep()
1704 Info.FFDiag(E, diag::note_constexpr_access_null) << AK; in checkNullPointerForFoldAccess()
1956 FFDiag(E, diag::note_constexpr_heap_alloc_limit_exceeded); in createHeapAlloc()
2243 Info.FFDiag(Loc, diag::note_constexpr_invalid_template_arg) in CheckLValueConstantExpression()
2252 Info.FFDiag(Loc, diag::note_consteval_address_accessible) in CheckLValueConstantExpression()
2263 Info.FFDiag(Loc, diag::note_constexpr_non_global, 1) in CheckLValueConstantExpression()
[all …]