Searched refs:handlePushFront (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A 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
|