Searched defs:vector_type (Results 1 - 3 of 3) 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/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.mli630 (** [vector_type ty n] returns the array type containing [n] elements of the
632 val vector_type : lltype -> int -> lltype var
915 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the

Completed in 166 milliseconds