Searched refs:DiagRuntimeBehavior (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 773 DiagRuntimeBehavior(TheCall->getBeginLoc(), TheCall, in checkFortifiedBuiltinMemoryFunction() 4389 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument() 6623 DiagRuntimeBehavior(TheCall->getBeginLoc(), TheCall, in SemaBuiltinConstantArgRange() 9892 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1); in visitARCStrong() 9895 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1); in visitARCWeak() 9934 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0); in visitARCStrong() 9937 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0); in visitARCWeak() 10148 DiagRuntimeBehavior(SL, SizeOfArg, in CheckMemaccessArguments() 10155 DiagRuntimeBehavior(SL, SizeOfArg, in CheckMemaccessArguments() 10170 DiagRuntimeBehavior(LenExpr->getExprLoc(), Dest, in CheckMemaccessArguments() [all …]
|
| H A D | SemaExpr.cpp | 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() [all …]
|
| H A D | SemaStmt.cpp | 382 DiagRuntimeBehavior(Loc, nullptr, PDiag(DiagID) << R1 << R2); in DiagnoseUnusedExprResult()
|
| H A D | SemaInit.cpp | 7926 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
|
| H A D | SemaOverload.cpp | 3000 DiagRuntimeBehavior(From->getExprLoc(), From, in CheckPointerConversion()
|
| H A D | SemaDecl.cpp | 11597 S.DiagRuntimeBehavior(DRE->getBeginLoc(), DRE, in HandleDeclRefExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5069 bool DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, 5073 bool DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt*> Stmts,
|