Searched refs:enclosing_type (Results 1 – 6 of 6) sorted by relevance
131 struct type *enclosing_type; member185 #define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type
2424 * valops.c (value_cast): Take case of the enclosing_type and 2428 (value_assign): Handle enclosing_type, embedded_offset and 2431 (value_ind): Set enclosing_type and embedded_offset correctly,2434 (value_addr): Handle enclosing_type and pointed_to_offset.
2609 enclosing_type field correctly also for the case where
10372 find_in_imports (enclosing_type, class_type) in find_in_imports() argument10373 tree enclosing_type; in find_in_imports()10376 tree import = (enclosing_type ? TYPE_IMPORT_LIST (enclosing_type) :10535 find_in_imports_on_demand (enclosing_type, class_type) in find_in_imports_on_demand() argument10536 tree enclosing_type; in find_in_imports_on_demand()10540 tree import = (enclosing_type ? TYPE_IMPORT_DEMAND_LIST (enclosing_type) :
6807 find_in_imports (enclosing_type, class_type) in find_in_imports() argument6808 tree enclosing_type; in find_in_imports()6811 tree import = (enclosing_type ? TYPE_IMPORT_LIST (enclosing_type) :6970 find_in_imports_on_demand (enclosing_type, class_type) in find_in_imports_on_demand() argument6971 tree enclosing_type; in find_in_imports_on_demand()6975 tree import = (enclosing_type ? TYPE_IMPORT_DEMAND_LIST (enclosing_type) :
2382 (find_in_imports): Added paramater enclosing_type, use its2384 (find_in_imports_on_demand): Added parameter enclosing_type, use