Searched refs:DiagRuntimeBehavior (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10420 DiagRuntimeBehavior(SL, SizeOfArg, in CheckMemaccessArguments() 10427 DiagRuntimeBehavior(SL, SizeOfArg, in CheckMemaccessArguments() 10482 DiagRuntimeBehavior( in CheckMemaccessArguments() 10506 DiagRuntimeBehavior( in CheckMemaccessArguments() 11745 S.DiagRuntimeBehavior( in CheckTautologicalComparison() 12054 S.DiagRuntimeBehavior(E->getExprLoc(), E, in DiagnoseImpCast() 12195 S.DiagRuntimeBehavior(E->getExprLoc(), E, in DiagnoseFloatingImpCast() 12795 S.DiagRuntimeBehavior( in CheckImplicitConversion() 12853 S.DiagRuntimeBehavior( in CheckImplicitConversion() 12899 S.DiagRuntimeBehavior( in CheckImplicitConversion() [all …]
|
| H A D | SemaExpr.cpp | 937 DiagRuntimeBehavior( in checkVariadicArgument() 945 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument() 953 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() [all …]
|
| H A D | SemaStmt.cpp | 382 DiagRuntimeBehavior(Loc, nullptr, PDiag(DiagID) << R1 << R2); in DiagnoseUnusedExprResult()
|
| H A D | SemaInit.cpp | 7928 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
|
| H A D | SemaOverload.cpp | 3000 DiagRuntimeBehavior(From->getExprLoc(), From, in CheckPointerConversion()
|
| H A D | SemaDecl.cpp | 11656 S.DiagRuntimeBehavior(DRE->getBeginLoc(), DRE, in HandleDeclRefExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5109 bool DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, 5113 bool DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt*> Stmts,
|