Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp665 OptionalDiagnostic CCEDiag(LocArg Loc, diag::kind DiagId in CCEDiag() function
876 Info.CCEDiag(E, diag::note_constexpr_past_end_subobject) in checkSubobject()
887 Info.CCEDiag(E, diag::note_constexpr_array_index) in diagnosePointerArithmetic()
891 Info.CCEDiag(E, diag::note_constexpr_array_index) in diagnosePointerArithmetic()
1041 Info.CCEDiag(E, diag::note_constexpr_null_subobject) in checkNullPointer()
1386 Info.CCEDiag(Loc); in CheckLValueConstantExpression()
1576 Info.CCEDiag(E, diag::note_constexpr_overflow) in HandleOverflow()
1768 Info.CCEDiag(E, diag::note_constexpr_negative_shift) << RHS; in handleIntIntBinOp()
1777 Info.CCEDiag(E, diag::note_constexpr_large_shift) in handleIntIntBinOp()
1783 Info.CCEDiag(E, diag::note_constexpr_lshift_of_negative) << LHS; in handleIntIntBinOp()
[all …]