Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h44 typedef Vector vector_type; typedef
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 = in remove()
144 typename vector_type::iterator I in remove_if()
211 vector_type vector_; ///< The vector.
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2827 if (VectorType* vector_type = in ParseFunctionBody() local
2830 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli630 (** [vector_type ty n] returns the array type containing [n] elements of the
632 val vector_type : lltype -> int -> lltype val
915 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
H A Dllvm.ml382 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dcore.ml217 insist ((vector_type i16_type 8) = (type_of c));