OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objc_method_template
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-01.cc
1137
if (!
objc_method_template
)
1138
objc_method_template
= build_method_template ();
1672
if (!
objc_method_template
)
1673
objc_method_template
= build_method_template ();
1675
method_list_template = build_method_list_template (
objc_method_template
,
1677
initlist = build_dispatch_table_initializer (
objc_method_template
, chain);
objc-gnu-runtime-abi-01.cc
1367
if (!
objc_method_template
)
1368
objc_method_template
= build_method_template ();
1370
method_list_template = build_method_list_template (
objc_method_template
,
1372
initlist = build_dispatch_table_initializer (
objc_method_template
, chain);
objc-next-runtime-abi-02.cc
2019
if (!
objc_method_template
)
2020
objc_method_template
= build_method_template ();
2470
/* Note, as above that we are building to the
objc_method_template
2498
method_list_template = build_v2_method_list_template (
objc_method_template
,
2505
entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (
objc_method_template
));
2509
build_v2_descriptor_table_initializer (
objc_method_template
,
2861
= build_v2_method_list_template (
objc_method_template
, size);
2863
= build_dispatch_table_initializer (
objc_method_template
, chain);
2867
init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (
objc_method_template
));
objc-act.h
573
#define
objc_method_template
objc_global_trees[OCTI_METH_TEMPL]
macro
/src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-01.cc
1140
if (!
objc_method_template
)
1141
objc_method_template
= build_method_template ();
1675
if (!
objc_method_template
)
1676
objc_method_template
= build_method_template ();
1678
method_list_template = build_method_list_template (
objc_method_template
,
1680
initlist = build_dispatch_table_initializer (
objc_method_template
, chain);
objc-gnu-runtime-abi-01.cc
1370
if (!
objc_method_template
)
1371
objc_method_template
= build_method_template ();
1373
method_list_template = build_method_list_template (
objc_method_template
,
1375
initlist = build_dispatch_table_initializer (
objc_method_template
, chain);
objc-next-runtime-abi-02.cc
2022
if (!
objc_method_template
)
2023
objc_method_template
= build_method_template ();
2473
/* Note, as above that we are building to the
objc_method_template
2501
method_list_template = build_v2_method_list_template (
objc_method_template
,
2508
entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (
objc_method_template
));
2512
build_v2_descriptor_table_initializer (
objc_method_template
,
2864
= build_v2_method_list_template (
objc_method_template
, size);
2866
= build_dispatch_table_initializer (
objc_method_template
, chain);
2870
init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (
objc_method_template
));
objc-act.h
577
#define
objc_method_template
objc_global_trees[OCTI_METH_TEMPL]
macro
Completed in 60 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026