OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:existing_method
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
6147
tree
existing_method
= NULL_TREE;
6152
existing_method
= lookup_method (CLASS_CLS_METHODS (klass), method);
6154
existing_method
= lookup_method (CLASS_NST_METHODS (klass), method);
6169
if (is_optional &&
existing_method
)
6173
METHOD_SEL_NAME (
existing_method
));
6174
inform (DECL_SOURCE_LOCATION (
existing_method
),
6177
METHOD_SEL_NAME (
existing_method
));
6182
if (!
existing_method
)
6185
existing_method
= lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (klass), method);
6187
existing_method
= lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method)
6145
tree
existing_method
= NULL_TREE;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
6149
tree
existing_method
= NULL_TREE;
6154
existing_method
= lookup_method (CLASS_CLS_METHODS (klass), method);
6156
existing_method
= lookup_method (CLASS_NST_METHODS (klass), method);
6171
if (is_optional &&
existing_method
)
6175
METHOD_SEL_NAME (
existing_method
));
6176
inform (DECL_SOURCE_LOCATION (
existing_method
),
6179
METHOD_SEL_NAME (
existing_method
));
6184
if (!
existing_method
)
6187
existing_method
= lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (klass), method);
6189
existing_method
= lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method)
6147
tree
existing_method
= NULL_TREE;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026