OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prototyped
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
infcall.c
245
IS_PROTOTYPED is non-zero if the function declaration is
prototyped
. */
1296
int
prototyped
;
local
1300
prototyped
. Can we respect TYPE_VARARGS? Probably not. */
1302
prototyped
= 1;
1307
explicitly cast. Assume the function is
prototyped
,
1316
prototyped
= 1;
1319
prototyped
= ftype->is_prototyped ();
1321
prototyped
= 0;
1330
param_type,
prototyped
);
1893
calling an unprototyped function, and left alone when calling a
prototyped
\n
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
infcall.c
245
IS_PROTOTYPED is non-zero if the function declaration is
prototyped
. */
1296
int
prototyped
;
local
1300
prototyped
. Can we respect TYPE_VARARGS? Probably not. */
1302
prototyped
= 1;
1307
explicitly cast. Assume the function is
prototyped
,
1316
prototyped
= 1;
1319
prototyped
= ftype->is_prototyped ();
1321
prototyped
= 0;
1330
param_type,
prototyped
);
1893
calling an unprototyped function, and left alone when calling a
prototyped
\n
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc
663
promote_arg (machine_mode mode, bool
prototyped
)
665
if (!
prototyped
&& mode == SFmode)
859
arguments. S, FOR_REG and ARGNO as for write_arg_mode.
PROTOTYPED
860
is true, if this is a
prototyped
function, rather than an old-style
868
tree type, bool
prototyped
)
886
prototyped
= true;
889
mode = promote_arg (mode,
prototyped
);
1049
bool
prototyped
= true;
1053
prototyped
= false;
1058
tree type =
prototyped
? TREE_VALUE (args) : TREE_TYPE (args)
1048
bool
prototyped
= true;
local
1515
bool
prototyped
= true;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc
659
promote_arg (machine_mode mode, bool
prototyped
)
661
if (!
prototyped
&& mode == SFmode)
855
arguments. S, FOR_REG and ARGNO as for write_arg_mode.
PROTOTYPED
856
is true, if this is a
prototyped
function, rather than an old-style
864
tree type, bool
prototyped
)
882
prototyped
= true;
885
mode = promote_arg (mode,
prototyped
);
1045
bool
prototyped
= true;
1049
prototyped
= false;
1054
tree type =
prototyped
? TREE_VALUE (args) : TREE_TYPE (args)
1044
bool
prototyped
= true;
local
1505
bool
prototyped
= true;
local
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026