Searched refs:CLASS_NAME (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | darwin.h | 353 #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \ argument 356 (CLASS_NAME), (CAT_NAME), (SEL_NAME)); \ 359 (CLASS_NAME), (SEL_NAME)); \
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin.h | 518 #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \ argument 521 (CLASS_NAME), (CAT_NAME), (SEL_NAME)); \ 524 (CLASS_NAME), (SEL_NAME)); \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 66 #define OBJC_GEN_METHOD_LABEL(BUF, IS_INST, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \ argument 71 (CLASS_NAME), \ 2441 if (ident == CLASS_NAME (chain)) 2456 my_name = CLASS_NAME (interface); 2484 my_name = CLASS_NAME (interface); 2519 uprivate_record = start_struct (RECORD_TYPE, CLASS_NAME (class)); 4354 add_class_reference (CLASS_NAME (cat)); 4357 class_name_expr = add_objc_string (CLASS_NAME (cat), class_names); 4427 my_root_id = CLASS_NAME (implementation_template); in generate_shared_structures() 4435 name_expr = add_objc_string (CLASS_NAME (implementation_template), in generate_shared_structures() [all …]
|
| H A D | objc-act.h | 91 #define CLASS_NAME(CLASS) ((CLASS)->type.name) macro
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 94 #define OBJC_GEN_METHOD_LABEL(BUF, IS_INST, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \ argument 99 (CLASS_NAME), \ 802 tree name = CLASS_NAME (class); in objc_build_struct() 5663 add_class_reference (CLASS_NAME (cat)); in generate_category() 5666 class_name_expr = add_objc_string (CLASS_NAME (cat), class_names); in generate_category() 5725 my_root_id = CLASS_NAME (implementation_template); in generate_shared_structures() 5728 name_expr = add_objc_string (CLASS_NAME (implementation_template), in generate_shared_structures() 5805 IDENTIFIER_POINTER (CLASS_NAME (ctxt))); in synth_id_with_class_suffix() 5812 = IDENTIFIER_POINTER (CLASS_NAME (objc_implementation_context)); in synth_id_with_class_suffix() 6101 : CLASS_NAME (implementation_template)); in receiver_is_class_object() [all …]
|
| H A D | objc-act.h | 61 #define CLASS_NAME(CLASS) ((CLASS)->type.name) macro
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccint.info | 25666 -- Macro: OBJC_GEN_METHOD_LABEL (BUF, IS_INST, CLASS_NAME, CAT_NAME, 25681 which to store the name; its length is as long as CLASS_NAME, 25685 method or a class method; CLASS_NAME is the name of the class;
|