Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp510 const auto newBeginSym = in handlePushFront() local
517 State = setContainerData(State, ContReg, CData->newBegin(newBeginSym)); in handlePushFront()
547 const auto newBeginSym = in handlePopFront() local
554 State = setContainerData(State, ContReg, CData->newBegin(newBeginSym)); in handlePopFront()