Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp89 enum RefKind { NoKind, VectorKind, VectorIteratorKind }; enumerator
167 .Cases("vector", "deque", VectorKind) in getTemplateKind()
181 if (parentKind == VectorKind) { in getTemplateKind()
252 if (kind == VectorKind) in handleAssign()
279 if (getTemplateKind(DRE->getType()) != VectorKind) in handleAssign()
565 if (!DRE || getTemplateKind(DRE->getType()) != VectorKind) in checkPreStmt()
/external/clang/include/clang/AST/
DType.h2363 enum VectorKind {
2376 VectorKind vecKind);
2379 QualType canonType, VectorKind vecKind);
2391 VectorKind getVectorKind() const {
2392 return VectorKind(VectorTypeBits.VecKind);
2401 VectorKind VecKind) {
DASTContext.h656 VectorType::VectorKind VecKind) const;
/external/clang/lib/AST/
DType.cpp131 VectorKind vecKind) in VectorType()
143 QualType canonType, VectorKind vecKind) in VectorType()
DASTContext.cpp1859 VectorType::VectorKind VecKind) const { in getVectorType()
/external/clang/lib/Sema/
DSemaType.cpp873 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType()
3650 VectorType::VectorKind VecKind, in HandleNeonVectorTypeAttr()
DTreeTransform.h642 VectorType::VectorKind VecKind);
8139 VectorType::VectorKind VecKind) { in RebuildVectorType()
/external/clang/lib/Serialization/
DASTReader.cpp3300 (VectorType::VectorKind)VecKind); in ReadTypeRecord()