Searched refs:objc_map_get (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-map.h119 /* This is the value returned by objc_map_get() when the value
123 /* objc_map_get() returns the value associated with a certain key,
127 objc_map_get() to OBJC_MAP_NOT_FOUND.
133 value NULL, and objc_map_get() will return NULL in that case.
137 objc_map_get (objc_map_t map, /* struct tree_identifier * */tree key) function
H A Dobjc-act.c3536 target = objc_map_get (class_name_map, ident);
3540 target = objc_map_get (alias_name_map, ident);
3902 tree interface = objc_map_get (interface_map, ident);
5400 method_prototype = objc_map_get (instance_method_map, sel_name);
5404 method_prototype = objc_map_get (class_method_map, sel_name);
5823 method = objc_map_get (instance_method_map, selname);
5828 method = objc_map_get (class_method_map, selname);
5896 existing_entry = objc_map_get (map, method_name);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-map.h119 /* This is the value returned by objc_map_get() when the value
123 /* objc_map_get() returns the value associated with a certain key,
127 objc_map_get() to OBJC_MAP_NOT_FOUND.
133 value NULL, and objc_map_get() will return NULL in that case.
137 objc_map_get (objc_map_t map, /* struct tree_identifier * */tree key) function
H A Dobjc-act.cc3609 target = objc_map_get (class_name_map, ident);
3613 target = objc_map_get (alias_name_map, ident);
3975 tree interface = objc_map_get (interface_map, ident);
5476 method_prototype = objc_map_get (instance_method_map, sel_name);
5480 method_prototype = objc_map_get (class_method_map, sel_name);
5906 method = objc_map_get (instance_method_map, selname);
5911 method = objc_map_get (class_method_map, selname);
5979 existing_entry = objc_map_get (map, method_name);

Completed in 284 milliseconds