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

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
libctf-repeat-cu-lib.c 2 typedef int ret_t; typedef
4 typedef char *ret_t; typedef
6 typedef short *ret_t; typedef
9 ret_t FUN (void) { return 0; }
libctf-repeat-cu-main.c 1 typedef short ret_t; typedef
libctf-repeat-cu-lib.c 2 typedef int ret_t; typedef
4 typedef char *ret_t; typedef
6 typedef short *ret_t; typedef
9 ret_t FUN (void) { return 0; }
libctf-repeat-cu-main.c 1 typedef short ret_t; typedef
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
libctf-repeat-cu-lib.c 2 typedef int ret_t; typedef
4 typedef char *ret_t; typedef
6 typedef short *ret_t; typedef
9 ret_t FUN (void) { return 0; }
libctf-repeat-cu-main.c 1 typedef short ret_t; typedef
libctf-repeat-cu-lib.c 2 typedef int ret_t; typedef
4 typedef char *ret_t; typedef
6 typedef short *ret_t; typedef
9 ret_t FUN (void) { return 0; }
libctf-repeat-cu-main.c 1 typedef short ret_t; typedef
  /src/sys/arch/m68k/m68k/
pmap_68k.c 1472 struct pmap_table *t2, *ret_t; local
1506 ret_t = rb_tree_insert_node(&pmap->pm_tables, t2);
1507 if (__predict_false(ret_t != t2)) {
1514 pmap_table_retain(ret_t);
1517 return ret_t;
pmap_68k.c 1472 struct pmap_table *t2, *ret_t; local
1506 ret_t = rb_tree_insert_node(&pmap->pm_tables, t2);
1507 if (__predict_false(ret_t != t2)) {
1514 pmap_table_retain(ret_t);
1517 return ret_t;
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 432 tree ret_t = TREE_TYPE (fn_t); local
433 if (!same_type_p (ret_t, ptr_type_node))
436 addr_getter, ptr_type_node, ret_t);
477 tree ret_t = TREE_TYPE (fn_t); local
478 if (!same_type_p (ret_t, handle_type))
481 from_addr, handle_type, ret_t);
coroutines.cc 432 tree ret_t = TREE_TYPE (fn_t); local
433 if (!same_type_p (ret_t, ptr_type_node))
436 addr_getter, ptr_type_node, ret_t);
477 tree ret_t = TREE_TYPE (fn_t); local
478 if (!same_type_p (ret_t, handle_type))
481 from_addr, handle_type, ret_t);

Completed in 80 milliseconds