Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp46 void handlePushFront(CheckerContext &C, SVal Cont, const Expr *ContE) const;
80 {{{"push_front"}, 1}, &ContainerModeling::handlePushFront},
81 {{{"emplace_front"}, 1}, &ContainerModeling::handlePushFront},
488 void ContainerModeling::handlePushFront(CheckerContext &C, SVal Cont, in handlePushFront() function in ContainerModeling