Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSValBuilder.h235 loc::MemRegionVal getAllocaRegionVal(const Expr *E,
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSValBuilder.cpp234 loc::MemRegionVal SValBuilder::getAllocaRegionVal(const Expr *E, in getAllocaRegionVal() function in SValBuilder
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp1772 ((Family == AF_Alloca) ? SVB.getAllocaRegionVal(CE, LCtx, Count) in MallocMemAux()