Home
last modified time | relevance | path

Searched refs:getAllocaRegionVal (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp86 SVB.getAllocaRegionVal(CE, C.getLocationContext(), C.blockCount()); in evalCall()
H A DMallocChecker.cpp1737 ((Family == AF_Alloca) ? SVB.getAllocaRegionVal(CE, LCtx, Count) in MallocMemAux()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h231 loc::MemRegionVal getAllocaRegionVal(const Expr *E,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp234 loc::MemRegionVal SValBuilder::getAllocaRegionVal(const Expr *E, in getAllocaRegionVal() function in SValBuilder