OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:return_in_mem
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc
926
bool
return_in_mem
= pass_in_memory (mode, type, true);
928
if (
return_in_mem
)
931
return
return_in_mem
;
941
return
return_in_mem
;
952
return
return_in_mem
;
1033
bool
return_in_mem
= write_return_type (s, true, result_type);
1040
if (
return_in_mem
)
1510
bool
return_in_mem
= write_return_type (s, false, result_type);
1511
if (
return_in_mem
)
1032
bool
return_in_mem
= write_return_type (s, true, result_type);
local
1509
bool
return_in_mem
= write_return_type (s, false, result_type);
local
/src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc
922
bool
return_in_mem
= pass_in_memory (mode, type, true);
924
if (
return_in_mem
)
927
return
return_in_mem
;
937
return
return_in_mem
;
948
return
return_in_mem
;
1029
bool
return_in_mem
= write_return_type (s, true, result_type);
1036
if (
return_in_mem
)
1500
bool
return_in_mem
= write_return_type (s, false, result_type);
1501
if (
return_in_mem
)
1028
bool
return_in_mem
= write_return_type (s, true, result_type);
local
1499
bool
return_in_mem
= write_return_type (s, false, result_type);
local
Completed in 50 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026