HomeSort by: relevance | last modified time | path
    Searched refs:container (Results 1 - 25 of 138) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-pp-cast.c 25 struct container struct
33 struct container c = { 10, 5 };
py-bad-printers.c 21 struct container struct
28 struct container
31 struct container result;
41 add_item (struct container *c, int val)
52 struct container c = make_container ("foo");
py-mi.exp 49 with_test_prefix "varobj container" {
50 mi_create_floating_varobj container c \
51 "create container varobj, no pretty-printing"
53 mi_list_varobj_children container {
54 { container.name name 1 string }
55 { container.len len 0 int }
56 { container.elements elements 1 "int ." }
57 } "examine container children=0, no pretty-printing"
59 mi_delete_varobj container "delete varobj"
91 with_test_prefix "varobj container" {
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-pp-cast.c 25 struct container struct
33 struct container c = { 10, 5 };
py-bad-printers.c 21 struct container struct
28 struct container
31 struct container result;
41 add_item (struct container *c, int val)
52 struct container c = make_container ("foo");
py-mi.exp 49 with_test_prefix "varobj container" {
50 mi_create_floating_varobj container c \
51 "create container varobj, no pretty-printing"
53 mi_list_varobj_children container {
54 { container.name name 1 string }
55 { container.len len 0 int }
56 { container.elements elements 1 "int ." }
57 } "examine container children=0, no pretty-printing"
59 mi_delete_varobj container "delete varobj"
91 with_test_prefix "varobj container" {
    [all...]
  /src/external/mit/libuv/dist/test/
benchmark-million-async.c 33 static struct async_container* container; variable in typeref:struct:async_container
47 i = fastrand() % ARRAY_SIZE(container->async_handles);
48 uv_async_send(container->async_handles + i);
54 container->async_events++;
65 for (i = 0; i < ARRAY_SIZE(container->async_handles); i++) {
66 uv_async_t* handle = container->async_handles + i;
69 container->handles_seen++;
88 container = malloc(sizeof(*container));
89 ASSERT_NOT_NULL(container);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
vla-cxx.cc 18 struct container;
22 container &c;
24 element(container &cc) : c (cc) { }
27 struct container struct
31 container() : e(*this) { } function in struct:container
42 container c;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
vla-cxx.cc 18 struct container;
22 container &c;
24 element(container &cc) : c (cc) { }
27 struct container struct
31 container() : e(*this) { } function in struct:container
42 container c;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AttrIterator.h 33 template <typename SpecificAttr, typename Container = AttrVec>
35 using Iterator = typename Container::const_iterator;
100 template <typename SpecificAttr, typename Container>
101 inline specific_attr_iterator<SpecificAttr, Container>
102 specific_attr_begin(const Container& container) {
103 return specific_attr_iterator<SpecificAttr, Container>(container.begin());
105 template <typename SpecificAttr, typename Container>
106 inline specific_attr_iterator<SpecificAttr, Container>
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
godump.cc 529 /* A container for the data we pass around when generating information
666 /* Write the Go version of TYPE to CONTAINER->TYPE_OBSTACK.
676 go_format_type (class godump_container *container, tree type,
691 ob = &container->type_obstack;
710 slot = htab_find_slot (container->invalid_hash, IDENTIFIER_POINTER (name),
719 container->pot_dummy_types.add (IDENTIFIER_POINTER (name));
732 slot = htab_find_slot (container->invalid_hash,
853 if (!go_format_type (container, TREE_TYPE (type), use_type_name,
879 if (!go_format_type (container, TREE_TYPE (type), use_type_name, false,
962 (ob, field, container->keyword_hash)
1387 class godump_container container; local
    [all...]
tree-iterator.cc 89 /* Add T to the end of the list container pointed to by LIST_P.
116 gcc_assert (t != i->container);
144 TREE_SIDE_EFFECTS (i->container) = 1;
155 STATEMENT_LIST_HEAD (i->container) = head;
161 head->prev = STATEMENT_LIST_TAIL (i->container);
165 STATEMENT_LIST_HEAD (i->container) = head;
166 STATEMENT_LIST_TAIL (i->container) = tail;
193 gcc_assert (t != i->container);
221 TREE_SIDE_EFFECTS (i->container) = 1;
232 STATEMENT_LIST_TAIL (i->container) = tail
    [all...]
tree-iterator.h 34 tree container; member in struct:tree_stmt_iterator
40 { return b.ptr == ptr && b.container == container; }
58 i.container = t;
69 i.container = t;
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 529 /* A container for the data we pass around when generating information
666 /* Write the Go version of TYPE to CONTAINER->TYPE_OBSTACK.
676 go_format_type (class godump_container *container, tree type,
691 ob = &container->type_obstack;
710 slot = htab_find_slot (container->invalid_hash, IDENTIFIER_POINTER (name),
719 container->pot_dummy_types.add (IDENTIFIER_POINTER (name));
732 slot = htab_find_slot (container->invalid_hash,
834 if (!go_format_type (container, TREE_TYPE (type), use_type_name,
860 if (!go_format_type (container, TREE_TYPE (type), use_type_name, false,
943 (ob, field, container->keyword_hash)
1363 class godump_container container; local
    [all...]
tree-iterator.cc 89 /* Add T to the end of the list container pointed to by LIST_P.
116 gcc_assert (t != i->container);
144 TREE_SIDE_EFFECTS (i->container) = 1;
155 STATEMENT_LIST_HEAD (i->container) = head;
161 head->prev = STATEMENT_LIST_TAIL (i->container);
165 STATEMENT_LIST_HEAD (i->container) = head;
166 STATEMENT_LIST_TAIL (i->container) = tail;
193 gcc_assert (t != i->container);
221 TREE_SIDE_EFFECTS (i->container) = 1;
232 STATEMENT_LIST_TAIL (i->container) = tail
    [all...]
tree-iterator.h 34 tree container; member in struct:tree_stmt_iterator
40 { return b.ptr == ptr && b.container == container; }
58 i.container = t;
69 i.container = t;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_vector.c 42 vector->container = NULL;
45 /* Container must be non-zero size*/
50 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL);
51 if (vector->container == NULL)
69 vector->container = NULL;
72 /* Container must be non-zero size*/
77 vector->container = kcalloc(count, struct_size, GFP_KERNEL);
79 if (vector->container == NULL)
88 vector->container + i * struct_size,
140 kfree(vector->container);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
nested-funcs-2.f90 16 module container module
26 use container
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
nested-funcs-2.f90 16 module container module
26 use container
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
util.d 4 This module is a submodule of $(MREF std, container).
6 Source: $(PHOBOSSRC std/container/util.d)
18 module std.container.util;
31 // constructing an std.container.Array without arguments,
33 // to a null reference. We therefore construct an empty container
58 import std.container;
74 import std.container;
91 import std.container;
103 * Convenience function for constructing a generic container.
105 template make(alias Container, Args...
    [all...]
package.d 9 approaches have been used. $(REF make, std,container,util) allows for
13 import std.container;
27 import std.container;
37 To make a copy of a container, use the `c.dup` container primitive.
39 import std.container, std.range;
55 $(B Attention:) If the container is implemented as a class, using an
59 import std.container;
65 Using an uninitialized struct-based container will work, because the struct
66 intializes itself upon use; however, up to this point the container will no
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bitfields.c 82 struct container struct
86 } container; variable in typeref:struct:container
212 container.one.u3 = 5;
213 container.two.u3 = 3;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bitfields.c 82 struct container struct
86 } container; variable in typeref:struct:container
212 container.one.u3 = 5;
213 container.two.u3 = 3;
  /src/external/bsd/libc++/dist/libcxxrt/src/
libelftc_dem_gnu3.c 54 char **container; member in struct:vector_str
148 len += strlen(v->container[i]);
165 free(v->container[i]);
167 free(v->container);
186 if (strncmp(v->container[i], o, l) == 0)
218 elem_size = strlen(v->container[i]);
220 memcpy(rtn + elem_pos, v->container[i], elem_size);
252 tmp_ctn[i] = v->container[i];
254 free(v->container);
256 v->container = tmp_ctn
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
build_install_llvm.sh 16 Run cmake with the specified arguments. Used inside docker container.

Completed in 123 milliseconds

1 2 3 4 5 6