Searched refs:my_build_string_pointer (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-shared-support.h | 38 extern tree my_build_string_pointer (int, const char *);
|
H A D | objc-gnu-runtime-abi-01.cc | 585 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 D | objc-next-runtime-abi-01.cc | 720 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 D | objc-next-runtime-abi-02.cc | 1141 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 D | ChangeLog | 3547 * objc-act.c (my_build_string_pointer): New. 3549 my_build_string_pointer instead of my_build_string when building
|
H A D | objc-act.cc | 3269 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 D | objc-runtime-shared-support.h | 38 extern tree my_build_string_pointer (int, const char *);
|
H A D | objc-gnu-runtime-abi-01.c | 585 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 D | objc-next-runtime-abi-01.c | 719 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 D | objc-next-runtime-abi-02.c | 1139 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 D | objc-act.c | 3193 my_build_string_pointer (int len, const char *str) in my_build_string_pointer() function
|