Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp114 bool hasSubscriptOperator(ProgramStateRef State, const MemRegion *Reg);
404 if (!hasSubscriptOperator(State, ContReg) || in handleClear()
432 if (hasSubscriptOperator(State, ContReg) && frontModifiable(State, ContReg)) { in handlePushBack()
444 if (hasSubscriptOperator(State, ContReg)) { in handlePushBack()
489 if (hasSubscriptOperator(State, ContReg) && in handlePopBack()
512 if (hasSubscriptOperator(State, ContReg)) { in handlePushFront()
553 if (hasSubscriptOperator(State, ContReg)) { in handlePopFront()
588 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleInsert()
620 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
655 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
[all …]