OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tailcall
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-tailcall-noret.S
19
gcc -o gdb.arch/amd64-
tailcall
-noret.S gdb.arch/amd64-
tailcall
-noret.c -Wall -S -dA -O2 -g
22
.file "amd64-
tailcall
-noret.c"
29
.file 1 "gdb.arch/amd64-
tailcall
-noret.c"
30
# gdb.arch/amd64-
tailcall
-noret.c:24
39
# gdb.arch/amd64-
tailcall
-noret.c:25
52
# gdb.arch/amd64-
tailcall
-noret.c:30
58
# gdb.arch/amd64-
tailcall
-noret.c:31
72
# gdb.arch/amd64-
tailcall
-noret.c:30
77
# gdb.arch/amd64-
tailcall
-noret.c:3
88
tailcall
:
label
[
all
...]
amd64-tailcall-noret.c
36
tailcall
(int x)
function
44
tailcall
(1);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-tailcall-noret.S
19
gcc -o gdb.arch/amd64-
tailcall
-noret.S gdb.arch/amd64-
tailcall
-noret.c -Wall -S -dA -O2 -g
22
.file "amd64-
tailcall
-noret.c"
29
.file 1 "gdb.arch/amd64-
tailcall
-noret.c"
30
# gdb.arch/amd64-
tailcall
-noret.c:24
39
# gdb.arch/amd64-
tailcall
-noret.c:25
52
# gdb.arch/amd64-
tailcall
-noret.c:30
58
# gdb.arch/amd64-
tailcall
-noret.c:31
72
# gdb.arch/amd64-
tailcall
-noret.c:30
77
# gdb.arch/amd64-
tailcall
-noret.c:3
88
tailcall
:
label
[
all
...]
amd64-tailcall-noret.c
36
tailcall
(int x)
function
44
tailcall
(1);
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-speculation.cc
334
bool
tailcall
local
343
if (
tailcall
&& (need_second_pass || !needs_tracking))
361
if (!
tailcall
)
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-speculation.cc
320
bool
tailcall
local
328
if (
tailcall
&& (need_second_pass || !needs_tracking))
346
if (!
tailcall
)
/src/external/gpl3/gcc/dist/gcc/
tree-tailcall.cc
107
/* A structure that describes the
tailcall
. */
109
struct
tailcall
struct
121
/* Next
tailcall
in the chain. */
122
struct
tailcall
*next;
291
/* Reject a
tailcall
if the type conversion might need
414
find_tail_calls (basic_block bb, struct
tailcall
**ret)
421
struct
tailcall
*nw;
479
to carry out the side effect anyway, so
tailcall
is impossible.
749
nw = XNEW (struct
tailcall
);
930
eliminate_tail_call (struct
tailcall
*t, class loop *&new_loop
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-tailcall.cc
107
/* A structure that describes the
tailcall
. */
109
struct
tailcall
struct
121
/* Next
tailcall
in the chain. */
122
struct
tailcall
*next;
291
/* Reject a
tailcall
if the type conversion might need
414
find_tail_calls (basic_block bb, struct
tailcall
**ret)
421
struct
tailcall
*nw;
479
to carry out the side effect anyway, so
tailcall
is impossible.
749
nw = XNEW (struct
tailcall
);
930
eliminate_tail_call (struct
tailcall
*t, class loop *&new_loop
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026