Searched refs:vector_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h84 using vector_type = SmallVector<GIMatchDagOperand, 3>;
87 using iterator = vector_type::iterator;
88 using const_iterator = vector_type::const_iterator;
91 vector_type Operands;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector;
48 using iterator = typename vector_type::const_iterator;
49 using const_iterator = typename vector_type::const_iterator;
50 using reverse_iterator = typename vector_type::const_reverse_iterator;
51 using const_reverse_iterator = typename vector_type::const_reverse_iterator;
52 using size_type = typename vector_type::size_type;
159 typename vector_type::iterator I = find(vector_, X);
200 typename vector_type::iterator I =
291 vector_type vector_; ///< The vector.
/freebsd-11-stable/contrib/libstdc++/src/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list();
112 vector_type& __free_list = _M_get_free_list();
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h554 typedef __detail::__mini_vector<value_type> vector_type; typedef in class:free_list
555 typedef vector_type::iterator iterator;
576 vector_type&
579 static vector_type _S_free_list;
596 vector_type& __free_list = _M_get_free_list();
597 const vector_type::size_type __max_size = 64;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_vector.h178 typedef vector<_Tp, _Alloc> vector_type; typedef in class:vector
187 typedef __gnu_cxx::__normal_iterator<pointer, vector_type> iterator;
188 typedef __gnu_cxx::__normal_iterator<const_pointer, vector_type>
/freebsd-11-stable/contrib/gcc/
H A Ddbxout.c1660 bool vector_type = false;
1667 vector_type = true;
1983 if (use_gnu_debug_info_extensions && vector_type)
1653 bool vector_type = false; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2657 const clang::VectorType *vector_type = local
2659 if (vector_type) {
2661 *size = vector_type->getNumElements();
2663 *element_type = GetType(vector_type->getElementType());
3696 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>( local
3698 if (vector_type) {
3699 if (vector_type->isIntegerType())
3701 else if (vector_type->isFloatingType())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1481 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4108 if (VectorType* vector_type =
4111 if (vector_type->getElementType() != Type::getInt1Ty(Context))

Completed in 144 milliseconds