OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mathfn_built_in_1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
builtins.cc
2067
mathfn_built_in_1
(tree type, combined_fn fn, bool implicit_p)
2079
/* Like
mathfn_built_in_1
, but always use the implicit array. */
2084
return
mathfn_built_in_1
(type, fn, /*implicit=*/ 1);
2087
/* Like
mathfn_built_in_1
, but take a built_in_function and
2093
return
mathfn_built_in_1
(type, as_combined_fn (fn), /*implicit=*/ 1);
2983
=
mathfn_built_in_1
(TREE_VALUE (argtypes),
2987
=
mathfn_built_in_1
(TREE_TYPE (arg),
2066
mathfn_built_in_1
(tree type, combined_fn fn, bool implicit_p)
function
/src/external/gpl3/gcc/dist/gcc/
builtins.cc
2087
mathfn_built_in_1
(tree type, combined_fn fn, bool implicit_p)
2099
/* Like
mathfn_built_in_1
, but always use the implicit array. */
2104
return
mathfn_built_in_1
(type, fn, /*implicit=*/ 1);
2107
/* Like
mathfn_built_in_1
, but always use the explicit array. */
2112
return
mathfn_built_in_1
(type, fn, /*implicit=*/ 0);
2115
/* Like
mathfn_built_in_1
, but take a built_in_function and
2121
return
mathfn_built_in_1
(type, as_combined_fn (fn), /*implicit=*/ 1);
3305
=
mathfn_built_in_1
(TREE_VALUE (argtypes),
3309
=
mathfn_built_in_1
(TREE_TYPE (arg),
2086
mathfn_built_in_1
(tree type, combined_fn fn, bool implicit_p)
function
Completed in 23 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026