Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp173 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/
DType.cpp331 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/
DType.h3247 VectorKind vecKind);
3250 QualType canonType, VectorKind vecKind);
3301 SourceLocation Loc, VectorType::VectorKind vecKind);
/external/clang/include/clang/AST/
DType.h2771 VectorKind vecKind);
2774 QualType canonType, VectorKind vecKind);