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

  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 319 val_print_scalar_type_p (struct type *type)
348 return (val_print_scalar_type_p (type)
1155 if (options->summary && !val_print_scalar_type_p (type))
1211 if (options->summary && !val_print_scalar_type_p (val->type ()))
1220 if (options->summary && !val_print_scalar_type_p (val->type ()))
318 val_print_scalar_type_p (struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 319 val_print_scalar_type_p (struct type *type)
348 return (val_print_scalar_type_p (type)
1155 if (options->summary && !val_print_scalar_type_p (type))
1211 if (options->summary && !val_print_scalar_type_p (val->type ()))
1220 if (options->summary && !val_print_scalar_type_p (val->type ()))
318 val_print_scalar_type_p (struct type *type) function

Completed in 29 milliseconds