Home
last modified time | relevance | path

Searched refs:constant_string_class_name (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.h633 extern const char *constant_string_class_name;
HDc-opts.c596 constant_string_class_name = arg; in c_common_handle_option()
HDc-common.c243 const char *constant_string_class_name; variable
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-opts.c463 constant_string_class_name = arg; in c_common_handle_option()
HDc-common.h661 extern const char *constant_string_class_name;
HDc-common.c233 const char *constant_string_class_name; variable
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c2978 if (!constant_string_class_name) in synth_module_prologue()
2979 constant_string_class_name = runtime.default_constant_string_class_name; in synth_module_prologue()
2980 constant_string_id = get_identifier (constant_string_class_name); in synth_module_prologue()
HDobjc-next-runtime-abi-01.c995 snprintf (buf, BUFSIZE, "_%sClassReference", constant_string_class_name); in next_runtime_abi_01_setup_const_string_class_decl()
HDobjc-next-runtime-abi-02.c1729 snprintf (buf, BUFSIZE, "OBJC_CLASS_$_%s", constant_string_class_name); in next_runtime_abi_02_setup_const_string_class_decl()