Searched refs:hasSubscriptOperator (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ContainerModeling.cpp | 100 bool hasSubscriptOperator(ProgramStateRef State, const MemRegion *Reg); 390 if (!hasSubscriptOperator(State, ContReg) || in handleClear() 418 if (hasSubscriptOperator(State, ContReg) && frontModifiable(State, ContReg)) { in handlePushBack() 430 if (hasSubscriptOperator(State, ContReg)) { in handlePushBack() 475 if (hasSubscriptOperator(State, ContReg) && in handlePopBack() 498 if (hasSubscriptOperator(State, ContReg)) { in handlePushFront() 539 if (hasSubscriptOperator(State, ContReg)) { in handlePopFront() 574 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleInsert() 606 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase() 641 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase() [all …]
|