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

  /src/external/gpl3/gcc/dist/gcc/
except.h 103 tree type_list; variable
105 /* A TREE_LIST of INTEGER_CSTs that correspond to the type_list entries,
143 tree type_list; member in struct:eh_region_u::eh_region_u_allowed
except.cc 414 tree type_list, type_node;
420 type_list = type_or_list;
424 type_list = tree_cons (NULL_TREE, type_or_list, NULL_TREE);
426 type_node = type_list;
432 c->type_list = type_list;
448 region->u.allowed.type_list = allowed;
566 nc = gen_eh_region_catch (new_r, oc->type_list);
573 new_r->u.allowed.type_list = old_r->u.allowed.type_list;
410 tree type_list, type_node; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
except.h 103 tree type_list; variable
105 /* A TREE_LIST of INTEGER_CSTs that correspond to the type_list entries,
143 tree type_list; member in struct:eh_region_u::eh_region_u_allowed
except.cc 414 tree type_list, type_node;
420 type_list = type_or_list;
424 type_list = tree_cons (NULL_TREE, type_or_list, NULL_TREE);
426 type_node = type_list;
432 c->type_list = type_list;
448 region->u.allowed.type_list = allowed;
566 nc = gen_eh_region_catch (new_r, oc->type_list);
573 new_r->u.allowed.type_list = old_r->u.allowed.type_list;
410 tree type_list, type_node; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 4283 struct type_list {
4285 struct type_list *next;
4292 struct type_list *newobj = XALLOCA (struct type_list);
4317 struct type_list *t;
4279 struct type_list { struct
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 4285 struct type_list {
4287 struct type_list *next;
4294 struct type_list *newobj = XALLOCA (struct type_list);
4319 struct type_list *t;
4281 struct type_list { struct

Completed in 28 milliseconds