OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:build_function_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
7534
build_function_type
(tree value_type, tree arg_types,
7580
TYPE_CANONICAL (t) =
build_function_type
(TYPE_CANONICAL (value_type),
7616
args =
build_function_type
(return_type, args, vaargs && args == NULL_TREE);
7671
return
build_function_type
(return_type, t, vaargs && n == 0);
9893
ftype =
build_function_type
(void_type_node, void_list_node);
10229
outer =
build_function_type
(inner, TYPE_ARG_TYPES (type),
7513
build_function_type
(tree value_type, tree arg_types,
function
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
7425
build_function_type
(tree value_type, tree arg_types)
7458
TYPE_CANONICAL (t) =
build_function_type
(TYPE_CANONICAL (value_type),
7494
args =
build_function_type
(return_type, args);
7549
return
build_function_type
(return_type, t);
9729
ftype =
build_function_type
(void_type_node, void_list_node);
10032
outer =
build_function_type
(inner, TYPE_ARG_TYPES (type));
7404
build_function_type
(tree value_type, tree arg_types)
function
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026