HomeSort by relevance Sort by last modified time
    Searched refs:VectorKind (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IteratorsChecker.cpp 89 enum RefKind { NoKind, VectorKind, VectorIteratorKind };
179 .Cases("vector", "deque", VectorKind)
193 if (parentKind == VectorKind) {
264 if (kind == VectorKind)
291 if (getTemplateKind(DRE->getType()) != VectorKind)
575 if (!DRE || getTemplateKind(DRE->getType()) != VectorKind)
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h 760 VectorType::VectorKind VecKind) const;
    [all...]
  /external/clang/lib/AST/
Type.cpp 151 VectorKind vecKind)
163 QualType canonType, VectorKind vecKind)
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 897 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
    [all...]
TreeTransform.h 679 VectorType::VectorKind VecKind);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 43 milliseconds