Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3258 VectorKind vecKind);
3261 QualType canonType, VectorKind vecKind);
3312 SourceLocation Loc, VectorType::VectorKind vecKind);