Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag() function in State
52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId, in CCEDiag() function in State
54 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes); in CCEDiag()
57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId, in CCEDiag() function in State
59 return CCEDiag(SI.getLoc(), DiagId, ExtraNotes); in CCEDiag()
H A DState.h96 CCEDiag(SourceLocation Loc,
101 CCEDiag(const Expr *E,
106 CCEDiag(const SourceInfo &SI,
H A DInterp.h126 S.CCEDiag(E, diag::note_constexpr_overflow) << Value << Type; in AddSubMulHelper()
748 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index) in OffsetHelper()
853 S.CCEDiag(E, diag::note_constexpr_large_shift) << Val << Ty << Bits; in Trunc()
879 S.CCEDiag(E, diag::note_constexpr_lshift_of_negative) << V.toAPSInt(); in ShiftLeft()
881 S.CCEDiag(S.Current->getExpr(OpPC), diag::note_constexpr_lshift_discards); in ShiftLeft()
903 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt(); in Shr()
918 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt(); in Shl()
H A DInterpState.cpp53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type; in reportOverflow()
H A DInterp.cpp338 S.CCEDiag(Loc, diag::note_constexpr_virtual_call); in CheckCallable()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2265 Info.CCEDiag(Loc); in CheckLValueConstantExpression()
2518 Info.CCEDiag(E, diag::note_constexpr_overflow) in HandleOverflow()
4085 Info.CCEDiag(E); in findCompleteObject()
7322 return Info.CCEDiag(E, D); in CCEDiag()
8991 CCEDiag(E->getArg(0), in VisitBuiltinCallExpr()
9004 ? CCEDiag(E->getArg(0), in VisitBuiltinCallExpr()
9006 : CCEDiag(E->getArg(0), in VisitBuiltinCallExpr()
9326 Info.CCEDiag(E, diag::note_constexpr_new); in VisitCXXNewExpr()
12248 return Info.CCEDiag(E, D); in CCEDiag()
12714 Info.CCEDiag(E, in EvaluateComparisonBinaryOperator()
[all …]