Lines Matching refs:DiagRuntimeBehavior
488 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
491 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
842 DiagRuntimeBehavior( in checkVariadicArgument()
850 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
858 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
869 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument()
8910 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadDivideOrRemainderValues()
9454 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
9462 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues()
9484 S.DiagRuntimeBehavior(Loc, LHS.get(), in DiagnoseBadShiftValues()
10002 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
10022 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
10051 S.DiagRuntimeBehavior(Loc, nullptr, in diagnoseTautologicalComparison()
13388 DiagRuntimeBehavior(BuiltinLoc, nullptr, in BuildBuiltinOffsetOf()
13907 DiagRuntimeBehavior(TInfo->getTypeLoc().getBeginLoc(), E, in BuildVAArgExpr()
15946 bool Sema::DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, in DiagRuntimeBehavior() function in Sema