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

  /src/external/gpl3/gdb/dist/gdb/
m2-lang.h 41 struct type *builtin_int = nullptr; member in struct:builtin_m2_type
d-lang.h 37 struct type *builtin_int = nullptr; member in struct:builtin_d_type
go-lang.h 37 struct type *builtin_int = nullptr; member in struct:builtin_go_type
eval.c 240 struct type *builtin_int = builtin_type (gdbarch)->builtin_int;
242 if (type1->length () < builtin_int->length ())
243 *arg1 = value_cast (builtin_int, *arg1);
330 if (promoted_len1 < builtin->builtin_int->length ())
333 promoted_len1 = builtin->builtin_int->length ();
335 if (promoted_len2 < builtin->builtin_int->length ())
338 promoted_len2 = builtin->builtin_int->length ();
378 if (result_len <= builtin->builtin_int->length ())
382 : builtin->builtin_int);
238 struct type *builtin_int = builtin_type (gdbarch)->builtin_int; local
    [all...]
gdbtypes.h 2080 struct type *builtin_int = nullptr; member in struct:builtin_type
  /src/external/gpl3/gdb.old/dist/gdb/
m2-lang.h 41 struct type *builtin_int = nullptr; member in struct:builtin_m2_type
d-lang.h 37 struct type *builtin_int = nullptr; member in struct:builtin_d_type
go-lang.h 37 struct type *builtin_int = nullptr; member in struct:builtin_go_type
eval.c 240 struct type *builtin_int = builtin_type (gdbarch)->builtin_int;
242 if (type1->length () < builtin_int->length ())
243 *arg1 = value_cast (builtin_int, *arg1);
330 if (promoted_len1 < builtin->builtin_int->length ())
333 promoted_len1 = builtin->builtin_int->length ();
335 if (promoted_len2 < builtin->builtin_int->length ())
338 promoted_len2 = builtin->builtin_int->length ();
378 if (result_len <= builtin->builtin_int->length ())
382 : builtin->builtin_int);
238 struct type *builtin_int = builtin_type (gdbarch)->builtin_int; local
    [all...]
gdbtypes.h 2086 struct type *builtin_int = nullptr; member in struct:builtin_type

Completed in 185 milliseconds