Searched refs:refcode (Results 1 – 4 of 4) sorted by relevance
2509 tree_code refcode = TREE_CODE (ref); in handle_copy_attribute() local2510 if (refcode == ARRAY_REF in handle_copy_attribute()2511 || refcode == INDIRECT_REF) in handle_copy_attribute()2513 else if (refcode == COMPONENT_REF) in handle_copy_attribute()
2866 tree_code refcode = TREE_CODE (ref); in handle_copy_attribute() local2867 if (refcode == ARRAY_REF in handle_copy_attribute()2868 || refcode == INDIRECT_REF) in handle_copy_attribute()2870 else if (refcode == COMPONENT_REF) in handle_copy_attribute()
15883 (valpy_reference_value): Add new parameter "refcode".15894 (read_tag_reference_type): Add new parameter "refcode".15934 * value.h (value_ref): Add new parameter "refcode".