Home
last modified time | relevance | path

Searched refs:constant_string_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h352 #define constant_string_type objc_global_trees[OCTI_CNST_STR_TYPE] macro
H A Dobjc-act.c913 && type != constant_string_type)
1232 constant_string_type = xref_tag (RECORD_TYPE, constant_string_id); in synth_module_prologue()
1260 finish_struct (constant_string_type, field_decl_chain, NULL_TREE); in build_string_class_template()
1316 if (TYPE_FIELDS (constant_string_type) == NULL_TREE)
1345 constructor = build_constructor (constant_string_type, nreverse (initlist));
1350 = objc_add_static_instance (constructor, constant_string_type);
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h450 #define constant_string_type objc_global_trees[OCTI_CNST_STR_TYPE] macro
H A Dobjc-act.c1902 || !(constant_string_type in objc_build_string_object()
1956 = objc_add_static_instance (constructor, constant_string_type); in objc_build_string_object()
1968 addr = convert (build_pointer_type (constant_string_type), in objc_build_string_object()