Home
last modified time | relevance | path

Searched refs:getAllocaRegion (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp87 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext()); in evalCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1403 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1254 MemRegionManager::getAllocaRegion(const Expr *E, unsigned cnt, in getAllocaRegion() function in MemRegionManager