Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp104 bool hasSubscriptOperator(ProgramStateRef State, const MemRegion *Reg);
399 if (!hasSubscriptOperator(State, ContReg) || in handleClear()
427 if (hasSubscriptOperator(State, ContReg) && frontModifiable(State, ContReg)) { in handlePushBack()
439 if (hasSubscriptOperator(State, ContReg)) { in handlePushBack()
484 if (hasSubscriptOperator(State, ContReg) && in handlePopBack()
507 if (hasSubscriptOperator(State, ContReg)) { in handlePushFront()
548 if (hasSubscriptOperator(State, ContReg)) { in handlePopFront()
583 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleInsert()
615 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
650 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
[all …]