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

/external/llvm/include/llvm/ADT/
H A DSetVector.h44 typedef Vector vector_type; typedef in class:llvm::SetVector
45 typedef typename vector_type::const_iterator iterator;
46 typedef typename vector_type::const_iterator const_iterator;
47 typedef typename vector_type::size_type size_type;
120 typename vector_type::iterator I =
144 typename vector_type::iterator I
211 vector_type vector_; ///< The vector.
/external/chromium_org/tools/gn/
H A Dordered_set.h17 typedef std::vector<set_iterator> vector_type; typedef in class:OrderedSet
66 vector_type ordering_;
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_types.py154 vector_type = cpp_ptr_type('Vector', 'HeapVector', native_array_element_type.gc_type)
155 vector_template_type = cpp_template_type(vector_type, native_array_element_type.cpp_type_args(used_in_cpp_sequence=True))
/external/lldb/source/Symbol/
H A DClangASTType.cpp1261 const VectorType *vector_type = dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal()); local
1262 if (vector_type)
1264 if (vector_type->isIntegerType())
1266 else if (vector_type->isFloatingType())
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml374 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
H A Dllvm.mli613 (** [vector_type ty n] returns the array type containing [n] elements of the
615 val vector_type : lltype -> int -> lltype var
886 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2525 if (VectorType* vector_type =
2528 if (vector_type->getElementType() != Type::getInt1Ty(Context))
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml179 insist ((vector_type i16_type 8) = (type_of c));

Completed in 985 milliseconds