OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cls_methods
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc
1296
tree
cls_methods
= PROTOCOL_CLS_METHODS (p);
local
1321
while (
cls_methods
)
1323
if (! METHOD_ENCODING (
cls_methods
))
1325
encoding = encode_method_prototype (
cls_methods
);
1326
METHOD_ENCODING (
cls_methods
) = encoding;
1329
cls_methods
= DECL_CHAIN (
cls_methods
);
objc-next-runtime-abi-01.cc
1539
tree
cls_methods
= PROTOCOL_CLS_METHODS (p);
local
1565
while (
cls_methods
)
1567
if (! METHOD_ENCODING (
cls_methods
))
1569
encoding = encode_method_prototype (
cls_methods
);
1570
METHOD_ENCODING (
cls_methods
) = encoding;
1573
cls_methods
= TREE_CHAIN (
cls_methods
);
1599
cls_methods
= PROTOCOL_OPTIONAL_CLS_METHODS (p);
1600
while (
cls_methods
)
1602
if (! METHOD_ENCODING (
cls_methods
))
[
all
...]
objc-act.cc
9305
tree
cls_methods
= CLASS_CLS_METHODS (chain);
9348
while (
cls_methods
)
9350
fprintf (fp, "+ %s;\n", gen_method_decl (
cls_methods
));
9351
cls_methods
= TREE_CHAIN (
cls_methods
);
9300
tree
cls_methods
= CLASS_CLS_METHODS (chain);
local
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc
1293
tree
cls_methods
= PROTOCOL_CLS_METHODS (p);
local
1318
while (
cls_methods
)
1320
if (! METHOD_ENCODING (
cls_methods
))
1322
encoding = encode_method_prototype (
cls_methods
);
1323
METHOD_ENCODING (
cls_methods
) = encoding;
1326
cls_methods
= DECL_CHAIN (
cls_methods
);
objc-next-runtime-abi-01.cc
1536
tree
cls_methods
= PROTOCOL_CLS_METHODS (p);
local
1562
while (
cls_methods
)
1564
if (! METHOD_ENCODING (
cls_methods
))
1566
encoding = encode_method_prototype (
cls_methods
);
1567
METHOD_ENCODING (
cls_methods
) = encoding;
1570
cls_methods
= TREE_CHAIN (
cls_methods
);
1596
cls_methods
= PROTOCOL_OPTIONAL_CLS_METHODS (p);
1597
while (
cls_methods
)
1599
if (! METHOD_ENCODING (
cls_methods
))
[
all
...]
objc-act.cc
9307
tree
cls_methods
= CLASS_CLS_METHODS (chain);
9350
while (
cls_methods
)
9352
fprintf (fp, "+ %s;\n", gen_method_decl (
cls_methods
));
9353
cls_methods
= TREE_CHAIN (
cls_methods
);
9302
tree
cls_methods
= CLASS_CLS_METHODS (chain);
local
Completed in 49 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026