Home
last modified time | relevance | path

Searched refs:builtin_type_long (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Ds390-tdep.c83 { "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 Dc-exp.y810 { $$ = 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 Dc-lang.c519 &builtin_type_long,
576 &builtin_type_long,
H A Dc-exp.c2147 { 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 Deval.c738 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 Dobjc-exp.y879 { $$ = builtin_type_long; }
883 { $$ = builtin_type_long; }
944 $$.type = builtin_type_long;
1179 signed_type = builtin_type_long;
H A Dscm-lang.c233 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_scm()
H A Dp-lang.c427 &builtin_type_long,
H A Dobjc-exp.c2225 { 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 Dobjc-lang.c198 (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 Dvalarith.c160 (builtin_type_long, /* FIXME -- should be ptrdiff_t */ in value_sub()
1146 : builtin_type_long); in value_binop()
H A Dp-typeprint.c778 target = builtin_type_long; in pascal_type_print_base()
H A Df-exp.y759 signed_type = builtin_type_long;
H A Dada-valprint.c114 index_type = builtin_type_long; in print_optional_low_bound()
H A Dgdbtypes.c49 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 Dgdbtypes.h940 extern struct type *builtin_type_long;
H A Djv-lang.c939 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_java()
H A Dp-exp.y954 signed_type = builtin_type_long;
H A Dax-gdb.c1026 value->type = builtin_type_long; /* FIXME --- should be ptrdiff_t */ in gen_sub()
H A Df-exp.c2133 signed_type = builtin_type_long;
H A Dada-lang.c1153 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 Dp-exp.c2276 signed_type = builtin_type_long;
H A Dia64-tdep.c283 return builtin_type_long; in ia64_register_type()