Home
last modified time | relevance | path

Searched refs:enclosing_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalue.h131 struct type *enclosing_type; member
185 #define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type
H A DChangeLog-19982424 * 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.
H A DChangeLog-20022609 enclosing_type field correctly also for the case where
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c10372 find_in_imports (enclosing_type, class_type) in find_in_imports() argument
10373 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() argument
10536 tree enclosing_type; in find_in_imports_on_demand()
10540 tree import = (enclosing_type ? TYPE_IMPORT_DEMAND_LIST (enclosing_type) :
H A Dparse.y6807 find_in_imports (enclosing_type, class_type) in find_in_imports() argument
6808 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() argument
6971 tree enclosing_type; in find_in_imports_on_demand()
6975 tree import = (enclosing_type ? TYPE_IMPORT_DEMAND_LIST (enclosing_type) :
H A DChangeLog2382 (find_in_imports): Added paramater enclosing_type, use its
2384 (find_in_imports_on_demand): Added parameter enclosing_type, use