Lines Matching refs:DiagRuntimeBehavior
540 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
543 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
922 DiagRuntimeBehavior( in checkVariadicArgument()
930 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
938 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
949 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
10272 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadDivideOrRemainderValues()
10845 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
10861 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
10888 S.DiagRuntimeBehavior(Loc, LHS.get(), in DiagnoseBadShiftValues()
11400 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
11419 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
11449 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
15144 DiagRuntimeBehavior(BuiltinLoc, nullptr, in BuildBuiltinOffsetOf()
15727 DiagRuntimeBehavior(TInfo->getTypeLoc().getBeginLoc(), E, in BuildVAArgExpr()
18711 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt*> Stmts, in DiagRuntimeBehavior() function in Sema
18754 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior() function in Sema
18756 return DiagRuntimeBehavior( in DiagRuntimeBehavior()