Lines Matching refs:DiagRuntimeBehavior
555 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
558 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
937 DiagRuntimeBehavior( in checkVariadicArgument()
945 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
953 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
964 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
10336 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadDivideOrRemainderValues()
10934 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
10950 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
10977 S.DiagRuntimeBehavior(Loc, LHS.get(), in DiagnoseBadShiftValues()
11489 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
11508 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
11538 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
15265 DiagRuntimeBehavior(BuiltinLoc, nullptr, in BuildBuiltinOffsetOf()
15886 DiagRuntimeBehavior(TInfo->getTypeLoc().getBeginLoc(), E, in BuildVAArgExpr()
18887 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt*> Stmts, in DiagRuntimeBehavior() function in Sema
18930 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior() function in Sema
18932 return DiagRuntimeBehavior( in DiagRuntimeBehavior()