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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationState.h18 namespace allocation_state { namespace in namespace:clang::ento
33 } // end namespace allocation_state
H A DInnerPointerChecker.cpp142 State = allocation_state::markReleased(State, Symbol, Origin);
261 namespace allocation_state { namespace in namespace:clang::ento
277 } // end namespace allocation_state
292 allocation_state::getContainerObjRegion(N->getState(), PtrToBuf);
H A DMallocChecker.cpp2267 R->addVisitor(allocation_state::getInnerPointerBRVisitor(Sym));
3237 allocation_state::getContainerObjRegion(statePrev, Sym);
3384 namespace allocation_state { namespace in namespace:clang::ento
3392 } // end namespace allocation_state

Completed in 123 milliseconds