Searched refs:vecKind (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 173 VectorKind vecKind) in VectorType() argument 174 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 177 QualType canonType, VectorKind vecKind) in VectorType() argument 184 VectorTypeBits.VecKind = vecKind; in VectorType()
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 331 VectorKind vecKind) in VectorType() argument 332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 335 QualType canonType, VectorKind vecKind) in VectorType() argument 337 VectorTypeBits.VecKind = vecKind; in VectorType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Type.h | 3247 VectorKind vecKind); 3250 QualType canonType, VectorKind vecKind); 3301 SourceLocation Loc, VectorType::VectorKind vecKind);
|
/external/clang/include/clang/AST/ |
D | Type.h | 2771 VectorKind vecKind); 2774 QualType canonType, VectorKind vecKind);
|