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_method
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
5235
tree
first_method
;
local
5246
first_method
= TREE_VEC_ELT (method, 0);
5255
if (!comp_proto_with_proto (
first_method
, TREE_VEC_ELT (method, i), 0))
5258
return
first_method
;
5264
bool type = TREE_CODE (
first_method
) == INSTANCE_METHOD_DECL;
5269
METHOD_SEL_NAME (
first_method
));
5270
inform (DECL_SOURCE_LOCATION (
first_method
), "using %<%c%s%>",
5272
identifier_to_locale (gen_method_decl (
first_method
)));
5276
bool type = TREE_CODE (
first_method
) == INSTANCE_METHOD_DECL;
5281
METHOD_SEL_NAME (
first_method
));
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
5237
tree
first_method
;
local
5248
first_method
= TREE_VEC_ELT (method, 0);
5257
if (!comp_proto_with_proto (
first_method
, TREE_VEC_ELT (method, i), 0))
5260
return
first_method
;
5266
bool type = TREE_CODE (
first_method
) == INSTANCE_METHOD_DECL;
5271
METHOD_SEL_NAME (
first_method
));
5272
inform (DECL_SOURCE_LOCATION (
first_method
), "using %<%c%s%>",
5274
identifier_to_locale (gen_method_decl (
first_method
)));
5278
bool type = TREE_CODE (
first_method
) == INSTANCE_METHOD_DECL;
5283
METHOD_SEL_NAME (
first_method
));
[
all
...]
Completed in 27 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026