Home
last modified time | relevance | path

Searched refs:my_build_string_pointer (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-shared-support.h38 extern tree my_build_string_pointer (int, const char *);
H A Dobjc-gnu-runtime-abi-01.cc585 params = build_tree_list (NULL_TREE, my_build_string_pointer in gnu_runtime_abi_01_get_class_reference()
853 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in gnu_runtime_abi_01_get_category_super_ref()
H A Dobjc-next-runtime-abi-01.cc720 my_build_string_pointer in next_runtime_abi_01_get_class_reference()
983 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in next_runtime_abi_01_get_category_super_ref()
H A Dobjc-next-runtime-abi-02.cc1141 t = my_build_string_pointer (IDENTIFIER_LENGTH (ident) + 1, in next_runtime_abi_02_get_class_reference()
1558 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in next_runtime_abi_02_get_category_super_ref()
H A DChangeLog3547 * objc-act.c (my_build_string_pointer): New.
3549 my_build_string_pointer instead of my_build_string when building
H A Dobjc-act.cc3269 my_build_string_pointer (int len, const char *str) in my_build_string_pointer() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-shared-support.h38 extern tree my_build_string_pointer (int, const char *);
H A Dobjc-gnu-runtime-abi-01.c585 params = build_tree_list (NULL_TREE, my_build_string_pointer in gnu_runtime_abi_01_get_class_reference()
852 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in gnu_runtime_abi_01_get_category_super_ref()
H A Dobjc-next-runtime-abi-01.c719 my_build_string_pointer in next_runtime_abi_01_get_class_reference()
982 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in next_runtime_abi_01_get_category_super_ref()
H A Dobjc-next-runtime-abi-02.c1139 t = my_build_string_pointer (IDENTIFIER_LENGTH (ident) + 1, in next_runtime_abi_02_get_class_reference()
1556 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in next_runtime_abi_02_get_category_super_ref()
H A Dobjc-act.c3193 my_build_string_pointer (int len, const char *str) in my_build_string_pointer() function