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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3511 tree sc_spec, decl_specs, an_id;
3515 an_id = synth_id_with_class_suffix ("_OBJC_CLASS", objc_implementation_context);
3519 UOBJC_CLASS_decl = define_decl (an_id, decl_specs);
3525 an_id = synth_id_with_class_suffix ("_OBJC_METACLASS",
3528 UOBJC_METACLASS_decl = define_decl (an_id, decl_specs);
3534 an_id = get_identifier ("super_class");
3535 ucls_super_ref = build_component_ref (UOBJC_CLASS_decl, an_id);
3536 uucls_super_ref = build_component_ref (UOBJC_METACLASS_decl, an_id);
3503 tree sc_spec, decl_specs, an_id; local
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c4930 tree an_id;
4942 an_id = get_identifier ("super_class");
4943 ucls_super_ref = objc_build_component_ref (UOBJC_CLASS_decl, an_id);
4944 uucls_super_ref = objc_build_component_ref (UOBJC_METACLASS_decl, an_id);
4921 tree an_id; local

Completed in 192 milliseconds