Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp89 enum RefKind { NoKind, VectorKind, VectorIteratorKind }; enumerator
185 "reverse_iterator", VectorIteratorKind) in getTemplateKind()
256 if (getTemplateKind(lexp->getType()) != VectorIteratorKind) in handleAssign()
304 if (getTemplateKind(DRE->getType()) != VectorIteratorKind) in handleAssign()
361 if (getTemplateKind(E->getType()) != VectorIteratorKind) in getDeclRefExpr()
511 if (getTemplateKind(VD->getType()) != VectorIteratorKind) in checkPreStmt()