Home
last modified time | relevance | path

Searched refs:objc_class_name (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h579 #define objc_class_name objc_global_trees[OCTI_CLASS_NAME] macro
H A Dobjc-act.c3036 objc_class_name = get_identifier (CLASS_TYPEDEF_NAME); in synth_module_prologue()
3054 objc_class_name, in synth_module_prologue()
5528 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE); in objc_finish_message_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h593 #define objc_class_name objc_global_trees[OCTI_CLASS_NAME] macro
H A Dobjc-act.cc3112 objc_class_name = get_identifier (CLASS_TYPEDEF_NAME); in synth_module_prologue()
3130 objc_class_name, in synth_module_prologue()
5607 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE); in objc_finish_message_expr()
H A DChangeLog4115 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of
4187 objc_class_name): New.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200230872 from objc_class_name.