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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.h 96 CCEDiag(SourceLocation Loc,
101 CCEDiag(const Expr *E,
106 CCEDiag(const SourceInfo &SI,
State.cpp 41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId,
54 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes);
57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId,
59 return CCEDiag(SI.getLoc(), DiagId, ExtraNotes);
InterpState.cpp 53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
Interp.h 126 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();
Interp.cpp 338 S.CCEDiag(Loc, diag::note_constexpr_virtual_call);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1404 Info.CCEDiag(E, diag::note_constexpr_past_end_subobject)
1411 // bound of zero. And if our index is nonzero, we already had a CCEDiag.
1417 Info.CCEDiag(E, diag::note_constexpr_unsized_array_indexed);
1428 Info.CCEDiag(E, diag::note_constexpr_array_index)
1432 Info.CCEDiag(E, diag::note_constexpr_array_index)
1639 Info.CCEDiag(E, diag::note_constexpr_null_subobject) << CSK;
1664 Info.CCEDiag(E, diag::note_constexpr_unsupported_unsized_array);
2265 Info.CCEDiag(Loc);
2445 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr,
2518 Info.CCEDiag(E, diag::note_constexpr_overflow
    [all...]

Completed in 20 milliseconds