Searched refs:handlePushFront (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | ContainerModeling.cpp | 46 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
|