Home
last modified time | relevance | path

Searched refs:an_id (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3503 tree sc_spec, decl_specs, an_id; in synth_forward_declarations() local
3507 an_id = synth_id_with_class_suffix ("_OBJC_CLASS", objc_implementation_context); in synth_forward_declarations()
3511 UOBJC_CLASS_decl = define_decl (an_id, decl_specs); in synth_forward_declarations()
3517 an_id = synth_id_with_class_suffix ("_OBJC_METACLASS", in synth_forward_declarations()
3520 UOBJC_METACLASS_decl = define_decl (an_id, decl_specs); in synth_forward_declarations()
3526 an_id = get_identifier ("super_class"); in synth_forward_declarations()
3527 ucls_super_ref = build_component_ref (UOBJC_CLASS_decl, an_id); in synth_forward_declarations()
3528 uucls_super_ref = build_component_ref (UOBJC_METACLASS_decl, an_id); in synth_forward_declarations()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c4921 tree an_id; in synth_forward_declarations() local
4933 an_id = get_identifier ("super_class"); in synth_forward_declarations()
4934 ucls_super_ref = objc_build_component_ref (UOBJC_CLASS_decl, an_id); in synth_forward_declarations()
4935 uucls_super_ref = objc_build_component_ref (UOBJC_METACLASS_decl, an_id); in synth_forward_declarations()