Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c2625 build_selector (METHOD_SEL_NAME (entries)), NULL_TREE);
3924 build_selector (METHOD_SEL_NAME (entries)),
4697 METHOD_SEL_NAME (method_decl) = build_keyword_selector (selector);
4703 METHOD_SEL_NAME (method_decl) = selector;
4781 IDENTIFIER_POINTER (METHOD_SEL_NAME (meth)));
5484 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE;
5505 if (sel_name == METHOD_SEL_NAME (target->key))
5537 key = METHOD_SEL_NAME (method);
5541 if (METHOD_SEL_NAME (mchain) == key)
5679 IDENTIFIER_POINTER (METHOD_SEL_NAME (mth)));
[all …]
Dobjc-act.h82 #define METHOD_SEL_NAME(DECL) ((DECL)->decl.name) macro
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c4176 build_selector (METHOD_SEL_NAME (entries)), NULL_TREE); in build_descriptor_table_initializer()
5263 build_selector (METHOD_SEL_NAME (entries)), in build_dispatch_table_initializer()
5952 METHOD_SEL_NAME (method_decl) = build_keyword_selector (selector); in build_method_decl()
5959 METHOD_SEL_NAME (method_decl) = selector; in build_method_decl()
6067 IDENTIFIER_POINTER (METHOD_SEL_NAME (meth))); in check_duplicates()
6758 int slot = hash_func (METHOD_SEL_NAME (method)) % SIZEHASHTABLE; in hash_enter()
6777 if (sel_name == METHOD_SEL_NAME (target->key)) in hash_lookup()
6805 key = METHOD_SEL_NAME (method); in lookup_method()
6809 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()
6895 if (!(hsh = hash_lookup (hash_list, METHOD_SEL_NAME (method)))) in add_method_to_hash_list()
[all …]
Dobjc-act.h51 #define METHOD_SEL_NAME(DECL) ((DECL)->decl_minimal.name) macro
DChangeLog141 (METHOD_SEL_NAME): Ditto..