Home
last modified time | relevance | path

Searched refs:DiagRuntimeBehavior (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp1299 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 …]
HDSemaExpr.cpp569 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 …]
HDSemaExprMember.cpp1345 S.DiagRuntimeBehavior(OpLoc, nullptr, in LookupMemberExpr()
HDSemaInit.cpp7419 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO, in CheckForNullPointerDereference()
HDSemaOverload.cpp3322 DiagRuntimeBehavior(From->getExprLoc(), From, in CheckPointerConversion()
HDSemaDecl.cpp12747 S.DiagRuntimeBehavior(DRE->getBeginLoc(), DRE, in HandleDeclRefExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6690 bool DiagRuntimeBehavior(SourceLocation Loc, const Stmt *Statement,
6694 bool DiagRuntimeBehavior(SourceLocation Loc, ArrayRef<const Stmt *> Stmts,