Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h222 loc::MemRegionVal getAllocaRegionVal(const Expr *E,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp232 loc::MemRegionVal SValBuilder::getAllocaRegionVal(const Expr *E, in getAllocaRegionVal() function in SValBuilder
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1894 isAlloca ? SVB.getAllocaRegionVal(CE, LCtx, Count) in MallocBindRetVal()