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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h96 CCEDiag(SourceLocation Loc,
101 CCEDiag(const Expr *E,
106 CCEDiag(const SourceInfo &SI,
H A DState.cpp41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, function in class:State
52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId, function in class:State
54 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes);
57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, function in class:State
59 return CCEDiag(SI.getLoc(), DiagId, ExtraNotes);
H A DInterpState.cpp53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
H A DInterp.h126 S.CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
748 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index)
853 S.CCEDiag(E, diag::note_constexpr_large_shift) << Val << Ty << Bits;
879 S.CCEDiag(E, diag::note_constexpr_lshift_of_negative) << V.toAPSInt();
881 S.CCEDiag(S.Current->getExpr(OpPC), diag::note_constexpr_lshift_discards);
903 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
918 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
H A DInterp.cpp338 S.CCEDiag(Loc, diag::note_constexpr_virtual_call);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1341 Info.CCEDiag(E, diag::note_constexpr_past_end_subobject)
1348 // bound of zero. And if our index is nonzero, we already had a CCEDiag.
1354 Info.CCEDiag(E, diag::note_constexpr_unsized_array_indexed);
1365 Info.CCEDiag(E, diag::note_constexpr_array_index)
1369 Info.CCEDiag(E, diag::note_constexpr_array_index)
1551 Info.CCEDiag(E, diag::note_constexpr_null_subobject) << CSK;
1576 Info.CCEDiag(E, diag::note_constexpr_unsupported_unsized_array);
2091 Info.CCEDiag(Loc);
2264 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr,
2336 Info.CCEDiag(
[all...]

Completed in 75 milliseconds