Home
last modified time | relevance | path

Searched refs:vector_type (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/include/
H A Dvector.h112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument
113 static bool vector_type##_vector_insert_at( \
121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument
122 static bool vector_type##_vector_append( \
133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument
134 static type_t vector_type##_vector_at_index( \
141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
142 static void vector_type##_vector_set_at_index( \
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector; variable
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); in remove()
193 typename vector_type::iterator I = in remove_if()
294 vector_type vector_; ///< The vector.
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list(); in _M_get()
112 vector_type& __free_list = _M_get_free_list(); in _M_clear()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h553 typedef __detail::__mini_vector<value_type> vector_type;
554 typedef vector_type::iterator iterator;
574 vector_type&
577 static vector_type _S_free_list;
594 vector_type& __free_list = _M_get_free_list();
595 const vector_type::size_type __max_size = 64;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_is_char.cc155 typedef vector<mask> vector_type; in test02() typedef
162 vector_type v_c(max); in test02()
163 vector_type v_de(max); in test02()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h191 typedef vector<_Tp, _Alloc> vector_type; typedef
197 typedef __gnu_cxx::__normal_iterator<pointer, vector_type> iterator;
198 typedef __gnu_cxx::__normal_iterator<const_pointer, vector_type>
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h167 typedef vector<_Tp, _Alloc> vector_type; typedef
176 typedef __gnu_cxx::__normal_iterator<pointer, vector_type> iterator;
177 typedef __gnu_cxx::__normal_iterator<const_pointer, vector_type>
/openbsd-src/gnu/gcc/gcc/
H A Ddbxout.c1653 bool vector_type = false; in dbxout_type() local
1660 vector_type = true; in dbxout_type()
1974 if (use_gnu_debug_info_extensions && vector_type) in dbxout_type()
H A Dtree.def191 DEFTREECODE (VECTOR_TYPE, "vector_type", tcc_type, 0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2955 const clang::VectorType *vector_type = in IsVectorType() local
2957 if (vector_type) { in IsVectorType()
2959 *size = vector_type->getNumElements(); in IsVectorType()
2961 *element_type = GetType(vector_type->getElementType()); in IsVectorType()
4041 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>( in GetTypeInfo() local
4043 if (vector_type) { in GetTypeInfo()
4044 if (vector_type->isIntegerType()) in GetTypeInfo()
4046 else if (vector_type->isFloatingType()) in GetTypeInfo()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml511 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
H A Dllvm.mli729 (** [vector_type ty n] returns the array type containing [n] elements of the
731 val vector_type : lltype -> int -> lltype val
1039 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.def151 DEFTREECODE (VECTOR_TYPE, "vector_type", 't', 0)
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1804 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5119 if (VectorType* vector_type = in parseFunctionBody() local
5122 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in parseFunctionBody()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1992513 vector_type into calls to create_array_type.