Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp117 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont);
270 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin()
274 BeginSym = getContainerBegin(State, ContReg); in handleBegin()
836 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont) { in getContainerBegin() function