OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_fn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
4674
tree
first_fn
= get_first_fn (decl);
local
4675
first_fn
= STRIP_TEMPLATE (
first_fn
);
4678
&& (TREE_CODE (
first_fn
) == USING_DECL
4679
|| (TREE_CODE (
first_fn
) == FUNCTION_DECL
4680
&& DECL_FUNCTION_MEMBER_P (
first_fn
)
4684
decl = maybe_dummy_object (DECL_CONTEXT (
first_fn
), 0);
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
4283
tree
first_fn
= get_first_fn (decl);
local
4284
first_fn
= STRIP_TEMPLATE (
first_fn
);
4287
&& (TREE_CODE (
first_fn
) == USING_DECL
4288
|| (TREE_CODE (
first_fn
) == FUNCTION_DECL
4289
&& DECL_FUNCTION_MEMBER_P (
first_fn
)
4293
decl = maybe_dummy_object (DECL_CONTEXT (
first_fn
), 0);
Completed in 61 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026