Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp47 void handlePopFront(CheckerContext &C, SVal Cont, const Expr *ContE) const;
82 {{"pop_front", 0}, &ContainerModeling::handlePopFront},
523 void ContainerModeling::handlePopFront(CheckerContext &C, SVal Cont, in handlePopFront() function in ContainerModeling