OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fundef
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc
206
constexpr_fundef_hasher::hash (const constexpr_fundef *
fundef
)
208
return DECL_UID (
fundef
->decl);
219
constexpr_fundef
fundef
= { fun, NULL_TREE, NULL_TREE, NULL_TREE };
220
return constexpr_fundef_table->find (&
fundef
);
1115
constexpr_fundef *
fundef
;
variable
1424
if (!constexpr_fundef_hasher::equal (lhs->
fundef
, rhs->
fundef
))
1457
get_fundef_copy (constexpr_fundef *
fundef
)
1462
(fundef_copies_table,
fundef
->decl, &existed, 127));
1469
copy = build_tree_list (
fundef
->body, fundef->parms)
[
all
...]
/src/external/mpl/dhcp/dist/includes/
tree.h
95
struct
fundef
{
struct
114
struct
fundef
*
fundef
;
member in union:binding_value::value
278
struct
fundef
*func;
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
168
constexpr_fundef_hasher::hash (const constexpr_fundef *
fundef
)
170
return DECL_UID (
fundef
->decl);
181
constexpr_fundef
fundef
= { fun, NULL_TREE, NULL_TREE, NULL_TREE };
182
return constexpr_fundef_table->find (&
fundef
);
1058
constexpr_fundef *
fundef
;
variable
1238
if (!constexpr_fundef_hasher::equal (lhs->
fundef
, rhs->
fundef
))
1271
get_fundef_copy (constexpr_fundef *
fundef
)
1276
(fundef_copies_table,
fundef
->decl, &existed, 127));
1283
copy = build_tree_list (
fundef
->body, fundef->parms)
[
all
...]
Completed in 28 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026