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

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
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 DState.h97 CCEDiag(SourceLocation Loc,
102 CCEDiag(const Expr *E,
107 CCEDiag(const SourceInfo &SI,
H A DInterpState.cpp53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
H A DInterp.h103 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
113 S.CCEDiag(E, diag::note_constexpr_large_shift) << Val << Ty << Bits;
134 S.CCEDiag(Loc, diag::note_constexpr_overflow) << Trunc << E->getType();
174 S.CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
373 S.CCEDiag(E, diag::note_constexpr_overflow) << APResult << Type;
1066 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index)
H A DInterp.cpp339 S.CCEDiag(Loc, diag::note_constexpr_virtual_call);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1403 Info.CCEDiag(E, diag::note_constexpr_past_end_subobject)
1410 // bound of zero. And if our index is nonzero, we already had a CCEDiag.
1416 Info.CCEDiag(E, diag::note_constexpr_unsized_array_indexed);
1427 Info.CCEDiag(E, diag::note_constexpr_array_index)
1431 Info.CCEDiag(E, diag::note_constexpr_array_index)
1638 Info.CCEDiag(E, diag::note_constexpr_null_subobject) << CSK;
1663 Info.CCEDiag(E, diag::note_constexpr_unsupported_unsized_array);
2283 Info.CCEDiag(Loc);
2463 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr,
2541 Info.CCEDiag(
[all...]

Completed in 99 milliseconds