Searched refs:DiagRuntimeBehavior (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1299 DiagRuntimeBehavior(TheCall->getArg(Index)->getBeginLoc(), TheCall, in checkFortifiedBuiltinMemoryFunction() 1432 DiagRuntimeBehavior(TheCall->getBeginLoc(), TheCall, in checkFortifiedBuiltinMemoryFunction() 1453 DiagRuntimeBehavior(TheCall->getBeginLoc(), TheCall, in checkFortifiedBuiltinMemoryFunction() 3007 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument() 5342 DiagRuntimeBehavior(TheCall->getBeginLoc(), TheCall, in BuiltinConstantArgRange() 8471 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1); in visitARCStrong() 8474 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 1); in visitARCWeak() 8513 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0); in visitARCStrong() 8516 S.DiagRuntimeBehavior(SL, E, S.PDiag(diag::note_nontrivial_field) << 0); in visitARCWeak() 8723 DiagRuntimeBehavior(SL, SizeOfArg, in CheckMemaccessArguments() [all …]
|
| H A D | SemaExpr.cpp | 569 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference() 572 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference() 987 DiagRuntimeBehavior( in checkVariadicArgument() 995 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument() 1003 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument() 1014 DiagRuntimeBehavior(E->getBeginLoc(), nullptr, in checkVariadicArgument() 10482 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadDivideOrRemainderValues() 10609 S.DiagRuntimeBehavior(Loc, Pointer, in diagnoseSubtractionOnNullPointer() 11138 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues() 11153 S.DiagRuntimeBehavior(Loc, RHS.get(), in DiagnoseBadShiftValues() [all …]
|
| H A D | SemaExprMember.cpp | 1345 S.DiagRuntimeBehavior(OpLoc, nullptr, in LookupMemberExpr()
|
| H A D | SemaInit.cpp | 7419 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
|
| H A D | SemaOverload.cpp | 3322 DiagRuntimeBehavior(From->getExprLoc(), From, in CheckPointerConversion()
|
| H A D | SemaDecl.cpp | 12747 S.DiagRuntimeBehavior(DRE->getBeginLoc(), DRE, in HandleDeclRefExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6690 bool DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement, 6694 bool DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt *> Stmts,
|