HomeSort by: relevance | last modified time | path
    Searched defs:property_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.h 224 another die, keep track of the targeted type in PROPERTY_TYPE.
226 directly then it will have PROPERTY_TYPE. */
231 in the context of the type PROPERTY_TYPE. If the property is supplied
232 by value then it will be of PROPERTY_TYPE. This field should never be
234 struct type *property_type; member in struct:dwarf2_property_baton
238 PROPERTY_TYPE, or a value of type PROPERTY_TYPE. */
241 /* Location list to be evaluated in the context of PROPERTY_TYPE. */
244 /* The location is an offset to PROPERTY_TYPE. */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.h 206 another die, keep track of the targeted type in PROPERTY_TYPE.
208 directly then it will have PROPERTY_TYPE. */
213 in the context of the type PROPERTY_TYPE. If the property is supplied
214 by value then it will be of PROPERTY_TYPE. This field should never be
216 struct type *property_type; member in struct:dwarf2_property_baton
220 PROPERTY_TYPE, or a value of type PROPERTY_TYPE. */
223 /* Location list to be evaluated in the context of PROPERTY_TYPE. */
226 /* The location is stored in a field of PROPERTY_TYPE. */

Completed in 32 milliseconds