Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp108 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont);
261 auto BeginSym = getContainerBegin(State, ContReg); in handleBegin()
265 BeginSym = getContainerBegin(State, ContReg); in handleBegin()
831 SymbolRef getContainerBegin(ProgramStateRef State, const MemRegion *Cont) { in getContainerBegin() function