Searched refs:handleInsert (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 47 void handleInsert(CheckerContext &C, SVal Cont, SVal Iter) const; 88 {{CDM::CXXMethod, {"insert"}, 2}, &ContainerModeling::handleInsert}, 89 {{CDM::CXXMethod, {"emplace"}, 2}, &ContainerModeling::handleInsert}, 568 void ContainerModeling::handleInsert(CheckerContext &C, SVal Cont, in handleInsert() function in ContainerModeling
|