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.cpp105 bool hasSubscriptOperator(ProgramStateRef State, const MemRegion *Reg);
395 if (!hasSubscriptOperator(State, ContReg) || in handleClear()
423 if (hasSubscriptOperator(State, ContReg) && frontModifiable(State, ContReg)) { in handlePushBack()
435 if (hasSubscriptOperator(State, ContReg)) { in handlePushBack()
480 if (hasSubscriptOperator(State, ContReg) && in handlePopBack()
503 if (hasSubscriptOperator(State, ContReg)) { in handlePushFront()
544 if (hasSubscriptOperator(State, ContReg)) { in handlePopFront()
579 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleInsert()
611 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
646 if (hasSubscriptOperator(State, ContReg) && backModifiable(State, ContReg)) { in handleErase()
[all …]