Home
last modified time | relevance | path

Searched defs:RS (Results 251 – 275 of 3727) sorted by path

1...<<11121314151617181920>>...150

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Analysis/
H A DProgramPoint.h671 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h257 static void _checkEndFunction(void *checker, const ReturnStmt *RS, in _checkEndFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h76 RangeSet(PrimRangeSet RS) : ranges(RS) {} in RangeSet()
80 RangeSet addRange(Factory &F, const RangeSet &RS) { in addRange()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/ARCMigrate/
H A DObjCMT.cpp1459 const RetainSummary *RS, in AddCFAnnotations()
1512 const RetainSummary *RS = in migrateAddFunctionAnnotation() local
1572 const RetainSummary *RS, in AddCFAnnotations()
1631 const RetainSummary *RS = in migrateAddMethodAnnotation() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp163 bool ByteCodeStmtGen<Emitter>::visitReturnStmt(const ReturnStmt *RS) { in visitReturnStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Analysis/
H A DCFG.cpp3114 if (ReturnStmt *RS = dyn_cast<ReturnStmt>(S)) { in VisitReturnStmt() local
H A DConstructionContext.cpp120 const auto *RS = cast<ReturnStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local
183 const auto *RS = cast<ReturnStmt>(TopItem.getStmt()); in createFromLayers() local
H A DPathDiagnostic.cpp693 if (const ReturnStmt *RS = CEB->getReturnStmt()) in create() local
H A DProgramPoint.cpp72 if (const ReturnStmt *RS = FEP->getStmt()) { in printJson() local
H A DReachableCode.cpp94 if (const ReturnStmt *RS = dyn_cast<ReturnStmt>(CS->getStmt())) { in isDeadReturn() local
H A DRetainSummaryManager.cpp629 const AnyCall &C, const RetainSummary *&RS) { in updateSummaryForArgumentTypes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaLambda.cpp760 for (const ReturnStmt *RS : CSI.Returns) { in deduceClosureReturnType() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp392 const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() argument
398 const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt() argument
H A DCheckerDocumentation.cpp194 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} in checkEndFunction() argument
H A DMIGChecker.cpp101 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt() argument
104 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() argument
247 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const { in checkReturnAux() argument
H A DMacOSXAPIChecker.cpp78 const MemSpaceRegion *RS = RB->getMemorySpace(); in CheckDispatchOnce() local
H A DMallocChecker.cpp169 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero()
179 static RefState getEscaped(const RefState *RS) { in getEscaped()
1344 const RefState *RS = State->get<RegionState>(Sym); in ProcessZeroAllocCheck() local
1969 const RefState *RS = C.getState()->get<RegionState>(Sym); in getCheckIfTracked() local
2592 const RefState *RS = C.getState()->get<RegionState>(Sym); in HandleLeak() local
2655 RegionStateTy RS = OldRS; in checkDeadSymbols() local
2849 const RefState *RS = C.getState()->get<RegionState>(Sym); in isReleased() local
2875 if (const RefState *RS = State->get<RegionState>(Sym)) in suppressDeallocationsInSuspiciousContexts() local
2930 RegionStateTy RS = state->get<RegionState>(); in evalAssume() local
3179 if (const RefState *RS = State->get<RegionState>(sym)) in checkPointerEscapeAux() local
[all …]
H A DMoveChecker.cpp236 const RegionState *RS = State->get<TrackedRegionMap>(Region); in isMovedFrom() local
354 const RegionState *RS = State->get<TrackedRegionMap>(Region); in modelUse() local
740 TrackedRegionMapTy RS = State->get<TrackedRegionMap>(); in printState() local
H A DReturnPointerRangeChecker.cpp35 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
H A DReturnUndefChecker.cpp38 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
H A DReturnValueChecker.cpp117 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
H A DStackAddrEscapeChecker.cpp252 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
294 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
H A DTraversalChecker.cpp58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1367 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp139 const ReturnStmt *RS, CheckerContext &Context) const { in checkEndFunction() argument

1...<<11121314151617181920>>...150