Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/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.c573 params = build_tree_list (NULL_TREE, my_build_string_pointer in gnu_runtime_abi_01_get_class_reference()
844 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.c717 my_build_string_pointer in next_runtime_abi_01_get_class_reference()
980 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.c1088 t = my_build_string_pointer (IDENTIFIER_LENGTH (ident) + 1, in next_runtime_abi_02_get_class_reference()
1513 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, in next_runtime_abi_02_get_category_super_ref()
H A Dobjc-act.c3082 my_build_string_pointer (int len, const char *str) in my_build_string_pointer() function