OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vector_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/gn/
ordered_set.h
17
typedef std::vector<set_iterator>
vector_type
;
typedef in class:OrderedSet
66
vector_type
ordering_;
/external/llvm/include/llvm/ADT/
SetVector.h
44
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/
ClangASTType.cpp
1261
const VectorType *
vector_type
= dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal());
local
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
613
(** [
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
[
all
...]
Completed in 662 milliseconds