Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp112 AF_Alloca, enumerator
1225 AF_Alloca); in checkAlloca()
1772 ((Family == AF_Alloca) ? SVB.getAllocaRegionVal(CE, LCtx, Count) in MallocMemAux()
1927 case AF_Alloca: in printExpectedAllocName()
1939 case AF_Alloca: in printExpectedDeallocName()
2044 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
2124 case AF_Alloca: in getCheckIfTracked()
2791 if (Family == AF_Alloca) in HandleLeak()
3487 case AF_Alloca: in VisitNode()