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

1 2 3 4 5 6 7 8 91011>>

  /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-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-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...]
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-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-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...]
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...]
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;
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;
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...]
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...]
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...]
  /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...]
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...]
  /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...]

Completed in 218 milliseconds

1 2 3 4 5 6 7 8 91011>>