Searched refs:constant_string_class_name (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 463 constant_string_class_name = arg; in c_common_handle_option()
|
H A D | c-common.h | 686 extern const char *constant_string_class_name;
|
H A D | c-common.c | 244 const char *constant_string_class_name; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 486 constant_string_class_name = arg; in c_common_handle_option()
|
H A D | c-common.h | 705 extern const char *constant_string_class_name;
|
H A D | c-common.cc | 247 const char *constant_string_class_name; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 3165 if (!constant_string_class_name) in synth_module_prologue() 3166 constant_string_class_name = runtime.default_constant_string_class_name; in synth_module_prologue() 3167 constant_string_id = get_identifier (constant_string_class_name); in synth_module_prologue()
|
H A D | objc-next-runtime-abi-01.cc | 998 snprintf (buf, BUFSIZE, "_%sClassReference", constant_string_class_name); in next_runtime_abi_01_setup_const_string_class_decl()
|
H A D | objc-next-runtime-abi-02.cc | 1901 snprintf (buf, BUFSIZE, "OBJC_CLASS_$_%s", constant_string_class_name); in next_runtime_abi_02_setup_const_string_class_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 3089 if (!constant_string_class_name) in synth_module_prologue() 3090 constant_string_class_name = runtime.default_constant_string_class_name; in synth_module_prologue() 3091 constant_string_id = get_identifier (constant_string_class_name); in synth_module_prologue()
|
H A D | objc-next-runtime-abi-01.c | 997 snprintf (buf, BUFSIZE, "_%sClassReference", constant_string_class_name); in next_runtime_abi_01_setup_const_string_class_decl()
|
H A D | objc-next-runtime-abi-02.c | 1896 snprintf (buf, BUFSIZE, "OBJC_CLASS_$_%s", constant_string_class_name); in next_runtime_abi_02_setup_const_string_class_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 5365 * c-common.c (constant_string_class_name): Add documentation.
|
H A D | ChangeLog-2002 | 10161 * c-common.h (constant_string_class_name): Add missing extern.
|