| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | s390-tdep.c | 83 { "r0", &builtin_type_long }, 84 { "r1", &builtin_type_long }, 85 { "r2", &builtin_type_long }, 86 { "r3", &builtin_type_long }, 87 { "r4", &builtin_type_long }, 88 { "r5", &builtin_type_long }, 89 { "r6", &builtin_type_long }, 90 { "r7", &builtin_type_long }, 91 { "r8", &builtin_type_long }, 92 { "r9", &builtin_type_long }, [all …]
|
| H A D | c-exp.y | 810 { $$ = builtin_type_long; } 814 { $$ = builtin_type_long; } 816 { $$ = builtin_type_long; } 818 { $$ = builtin_type_long; } 820 { $$ = builtin_type_long; } 978 $$.type = builtin_type_long; 1234 signed_type = builtin_type_long;
|
| H A D | c-lang.c | 519 &builtin_type_long, 576 &builtin_type_long,
|
| H A D | c-exp.c | 2147 { yyval.tval = builtin_type_long; } 2157 { yyval.tval = builtin_type_long; } 2162 { yyval.tval = builtin_type_long; } 2167 { yyval.tval = builtin_type_long; } 2172 { yyval.tval = builtin_type_long; } 2381 yyval.tsym.type = builtin_type_long; 2864 signed_type = builtin_type_long;
|
| H A D | eval.c | 738 return value_from_longest (builtin_type_long, 0); in evaluate_subexp_standard() 798 argvec[2] = value_from_longest (builtin_type_long, responds_selector); in evaluate_subexp_standard() 799 argvec[3] = value_from_longest (builtin_type_long, selector); in evaluate_subexp_standard() 820 argvec[2] = value_from_longest (builtin_type_long, method_selector); in evaluate_subexp_standard() 821 argvec[3] = value_from_longest (builtin_type_long, selector); in evaluate_subexp_standard() 942 argvec[2] = value_from_longest (builtin_type_long, selector); in evaluate_subexp_standard() 2065 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_standard()
|
| H A D | objc-exp.y | 879 { $$ = builtin_type_long; } 883 { $$ = builtin_type_long; } 944 $$.type = builtin_type_long; 1179 signed_type = builtin_type_long;
|
| H A D | scm-lang.c | 233 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_scm()
|
| H A D | p-lang.c | 427 &builtin_type_long,
|
| H A D | objc-exp.c | 2225 { yyval.tval = builtin_type_long; } 2235 { yyval.tval = builtin_type_long; } 2358 yyval.tsym.type = builtin_type_long; 2821 signed_type = builtin_type_long;
|
| H A D | objc-lang.c | 198 (builtin_type_long, lookup_objc_class ("NSString")); in value_nsstring() 200 (builtin_type_long, lookup_child_selector ("stringWithCString:")); in value_nsstring() 636 &builtin_type_long,
|
| H A D | valarith.c | 160 (builtin_type_long, /* FIXME -- should be ptrdiff_t */ in value_sub() 1146 : builtin_type_long); in value_binop()
|
| H A D | p-typeprint.c | 778 target = builtin_type_long; in pascal_type_print_base()
|
| H A D | f-exp.y | 759 signed_type = builtin_type_long;
|
| H A D | ada-valprint.c | 114 index_type = builtin_type_long; in print_optional_low_bound()
|
| H A D | gdbtypes.c | 49 struct type *builtin_type_long; variable 3177 builtin_type_long = in build_gdbtypes() 3383 DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_long); in _initialize_gdbtypes()
|
| H A D | gdbtypes.h | 940 extern struct type *builtin_type_long;
|
| H A D | jv-lang.c | 939 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_java()
|
| H A D | p-exp.y | 954 signed_type = builtin_type_long;
|
| H A D | ax-gdb.c | 1026 value->type = builtin_type_long; /* FIXME --- should be ptrdiff_t */ in gen_sub()
|
| H A D | f-exp.c | 2133 signed_type = builtin_type_long;
|
| H A D | ada-lang.c | 1153 struct value *dummy = value_from_longest (builtin_type_long, 0); in ada_coerce_to_simple_array_type() 1829 index_type = builtin_type_long; in ada_array_bound_from_type() 7564 return value_from_longest (builtin_type_long, (LONGEST) 1); in ada_evaluate_subexp() 7976 &builtin_type_long,
|
| H A D | p-exp.c | 2276 signed_type = builtin_type_long;
|
| H A D | ia64-tdep.c | 283 return builtin_type_long; in ia64_register_type()
|