Home
last modified time | relevance | path

Searched defs:ArgRegion (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMoveChecker.cpp464 const auto ArgRegion = AFC->getArgSVal(0).getAsRegion(); in checkPostCall() local
615 const MemRegion *ArgRegion = CC->getArgSVal(0).getAsRegion(); in checkPreCall() local
666 const MemRegion *ArgRegion = IC->getArgSVal(0).getAsRegion(); in checkPreCall() local
DInnerPointerChecker.cpp170 const auto *ArgRegion = in checkFunctionArguments() local
DSmartPtrModeling.cpp409 const auto *ArgRegion = Call.getArgSVal(0).getAsRegion(); in handleSwap() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp555 auto *ArgRegion = dyn_cast_or_null<TypedValueRegion>(ArgVal.getAsRegion()); in updateOutParameters() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2971 auto *ArgRegion = dyn_cast_or_null<TypedValueRegion>(ArgVal.getAsRegion()); in updateOutParameter() local
3401 if (const MemRegion *ArgRegion = RetVal.getAsRegion()) { in evalCall() local