Home
last modified time | relevance | path

Searched refs:objc_method_template (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h337 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
H A Dobjc-act.c4034 if (!objc_method_template) in generate_dispatch_tables()
4035 objc_method_template = build_method_template (); in generate_dispatch_tables()
4052 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()
4054 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()
4074 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()
4076 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h429 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
H A Dobjc-act.c5379 if (!objc_method_template) in generate_dispatch_tables()
5380 objc_method_template = build_method_template (); in generate_dispatch_tables()
5388 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()
5390 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()
5409 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()
5411 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()