Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp244 VectorKind vecKind) in VectorType() argument
245 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
248 QualType canonType, VectorKind vecKind) in VectorType() argument
254 VectorTypeBits.VecKind = vecKind; in VectorType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3197 VectorKind vecKind);
3200 QualType canonType, VectorKind vecKind);
3255 SourceLocation Loc, VectorType::VectorKind vecKind);