OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_readstr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
builtins.h
115
extern rtx
c_readstr
(const char *, fixed_size_mode, bool = true);
builtins.cc
748
c_readstr
(const char *str, fixed_size_mode mode,
function
3543
return
c_readstr
(rep + offset, mode, /*nul_terminated=*/false);
4004
return
c_readstr
(str + offset, mode);
4235
return
c_readstr
(p, mode);
4282
coeff =
c_readstr
(p, mode);
7574
const_rtx =
c_readstr
(const_str + offset, unit_mode);
expr.cc
6528
return
c_readstr
(p, mode, false);
6531
return
c_readstr
(TREE_STRING_POINTER (str) + offset, mode, false);
/src/external/gpl3/gcc.old/dist/gcc/
builtins.h
108
extern rtx
c_readstr
(const char *, scalar_int_mode, bool = true);
builtins.cc
745
c_readstr
(const char *str, scalar_int_mode mode,
function
3223
return
c_readstr
(rep + offset, as_a <scalar_int_mode> (mode),
3686
return
c_readstr
(str + offset, as_a <scalar_int_mode> (mode));
3918
return
c_readstr
(p, as_a <scalar_int_mode> (mode));
3966
coeff =
c_readstr
(p, as_a <scalar_int_mode> (mode));
6831
const_rtx =
c_readstr
(const_str + offset, unit_mode);
expr.cc
5875
return
c_readstr
(p, as_a <scalar_int_mode> (mode), false);
5880
return
c_readstr
(TREE_STRING_POINTER (str) + offset,
Completed in 141 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026