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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 3505 /* Return true if init_complex_type can be called with TARGET_TYPE. */
3518 init_complex_type (const char *name, struct type *target_type)
5970 = init_complex_type ("complex", builtin_type->builtin_float);
5972 = init_complex_type ("double complex", builtin_type->builtin_double);
3517 init_complex_type (const char *name, struct type *target_type) function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 3568 /* Return true if init_complex_type can be called with TARGET_TYPE. */
3581 init_complex_type (const char *name, struct type *target_type)
6032 = init_complex_type ("complex", builtin_type->builtin_float);
6034 = init_complex_type ("double complex", builtin_type->builtin_double);
3580 init_complex_type (const char *name, struct type *target_type) function

Completed in 24 milliseconds