OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ret_t
(Results
1 - 6
of
6
) 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
/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
/src/sys/arch/m68k/m68k/
pmap_68k.c
1468
struct pmap_table *t2, *
ret_t
;
local
1502
ret_t
= rb_tree_insert_node(&pmap->pm_tables, t2);
1503
if (__predict_false(
ret_t
!= t2)) {
1510
pmap_table_retain(
ret_t
);
1513
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
);
Completed in 30 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026