Searched refs:nElements (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
180 VectorTypeBits.NumElements = nElements;
183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, argument
192 VectorTypeBits.NumElements = nElements;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2521 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2524 VectorType(TypeClass tc, QualType vecType, unsigned nElements,
2568 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : argument
2569 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}

Completed in 84 milliseconds