Home
last modified time | relevance | path

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

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