Home
last modified time | relevance | path

Searched defs:vector_type (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDSetVector.h44 typedef Vector vector_type; typedef
/NextBSD/contrib/libstdc++/include/bits/
Dstl_vector.h178 typedef vector<_Tp, _Alloc> vector_type; typedef
/NextBSD/contrib/gcc/
HDdbxout.c1653 bool vector_type = false; in dbxout_type() local
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp307 const clang::VectorType *vector_type = qual_type->getAs<clang::VectorType>(); in IsVectorType() local
1460 …const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>(qual_type->getCanonicalTy… in GetTypeInfo() local
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3678 if (VectorType* vector_type = in parseFunctionBody() local