Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp103 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont);
256 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin()
260 BeginSym = getContainerBegin(State, ContReg); in handleBegin()
822 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont) { in getContainerBegin() function