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

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
explore.py 139 def is_scalar_type(type): member in class:Explorer
194 See Explorer.explore_expr and Explorer.is_scalar_type for more
209 See Explorer.explore_type and Explorer.is_scalar_type for more
443 if Explorer.is_scalar_type(field.type):
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
explore.py 139 def is_scalar_type(type): member in class:Explorer
194 See Explorer.explore_expr and Explorer.is_scalar_type for more
209 See Explorer.explore_type and Explorer.is_scalar_type for more
443 if Explorer.is_scalar_type(field.type):
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 3751 is_scalar_type (struct type *type)
3780 if (is_scalar_type (t))
3749 is_scalar_type (struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 3814 is_scalar_type (struct type *type)
3843 if (is_scalar_type (t))
3812 is_scalar_type (struct type *type) function

Completed in 64 milliseconds