Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp141 State = allocation_state::markReleased(State, Symbol, Origin); in markPtrSymbolsReleased()
278 namespace allocation_state { namespace
309 allocation_state::getContainerObjRegion(N->getState(), PtrToBuf); in VisitNode()
H A DAllocationState.h18 namespace allocation_state {
H A DMallocChecker.cpp2687 R->addVisitor(allocation_state::getInnerPointerBRVisitor(Sym)); in ReallocMemAux()
3726 allocation_state::getContainerObjRegion(statePrev, Sym);
3897 namespace allocation_state {
3905 } // end namespace allocation_state
3649 namespace allocation_state { global() namespace