HomeSort by: relevance | last modified time | path
    Searched defs:init_list (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-module.h 109 MODULE_INIT_LIST *init_list; member in struct:module_list
  /src/external/gpl3/gdb/dist/sim/common/
sim-module.h 109 MODULE_INIT_LIST *init_list; member in struct:module_list
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 779 | xnfdeclarator '=' begbr init_list optcomma '}' {
790 | ibrace init_list optcomma '}' { $$ = NULL; }
794 init_list: designation initializer { dainit($1, $2); } label
795 | init_list ',' designation initializer { dainit($3, $4); }
1203 | '(' cast_type ')' clbrace init_list optcomma '}' {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 812 | xnfdeclarator '=' begbr init_list optcomma '}' {
825 | ibrace init_list optcomma '}' { $$ = NULL; }
829 init_list: designation initializer { dainit($1, $2); } label
830 | init_list ',' designation initializer { dainit($3, $4); }
1230 | '(' cast_type ')' clbrace init_list optcomma '}' {
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 2684 tree init_list;
2692 init_list = NULL_TREE;
2694 init_list = void_node;
2696 init_list = build_tree_list_vec (init);
2700 init_list);
2682 tree init_list; local
call.cc 4203 tree init_list = (*args)[nart]; local
4206 if (CONSTRUCTOR_NELTS (init_list) == 0
4209 else if (CONSTRUCTOR_IS_DESIGNATED_INIT (init_list)
4231 vec_alloc (new_args, nart + CONSTRUCTOR_NELTS (init_list));
4234 for (unsigned i = 0; i < CONSTRUCTOR_NELTS (init_list); ++i)
4235 new_args->quick_push (CONSTRUCTOR_ELT (init_list, i)->value);
11683 tree init_list = (*user_args)[skip]; local
11693 if (CONSTRUCTOR_NELTS (init_list) == 0
11705 init = reshape_init (basetype, init_list, complain);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 2656 tree init_list;
2664 init_list = NULL_TREE;
2666 init_list = void_node;
2668 init_list = build_tree_list_vec (init);
2672 init_list);
2654 tree init_list; local
call.cc 4084 tree init_list = (*args)[nart]; local
4087 if (CONSTRUCTOR_NELTS (init_list) == 0
4101 else if (CONSTRUCTOR_IS_DESIGNATED_INIT (init_list)
4112 vec_alloc (new_args, nart + CONSTRUCTOR_NELTS (init_list));
4115 for (unsigned i = 0; i < CONSTRUCTOR_NELTS (init_list); ++i)
4116 new_args->quick_push (CONSTRUCTOR_ELT (init_list, i)->value);
11009 tree init_list = (*user_args)[skip]; local
11019 if (CONSTRUCTOR_NELTS (init_list) == 0
11031 init = reshape_init (basetype, init_list, complain);

Completed in 43 milliseconds