Searched refs:builtin_integer (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libform/
H A Dtype_integer.c170 static FIELDTYPE builtin_integer = { variable
183 FIELDTYPE *TYPE_INTEGER = &builtin_integer;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Df-lang.h73 struct type *builtin_integer; member in struct:builtin_f_type
H A Df-exp.y462 ->builtin_integer);
547 ->builtin_integer,
604 { $$ = parse_f_type (pstate)->builtin_integer; }
892 else if (basetype == parse_f_type (pstate)->builtin_integer)
897 return parse_f_type (pstate)->builtin_integer;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Df-exp.y621 (parse_f_type (pstate)->builtin_integer,
676 ->builtin_integer,
737 { $$ = parse_f_type (pstate)->builtin_integer; }
739 { $$ = parse_f_type (pstate)->builtin_integer; }
869 (parse_f_type (pstate)->builtin_integer);
873 (parse_f_type (pstate)->builtin_integer);
924 = convert_to_kind_type (parse_f_type (pstate)->builtin_integer,
933 (parse_f_type (pstate)->builtin_integer);
1206 else if (basetype == parse_f_type (pstate)->builtin_integer)
1213 return parse_f_type (pstate)->builtin_integer;
[all...]
H A Df-lang.c136 builtin_f_type (gdbarch)->builtin_integer,
138 struct type *elm_type = builtin_f_type (gdbarch)->builtin_integer;
654 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
670 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
721 struct type *elm_type = builtin_f_type (gdbarch)->builtin_integer;
856 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
895 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
1054 = builtin_f_type (exp->gdbarch)->builtin_integer;
1073 result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
1579 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer;
[all...]

Completed in 218 milliseconds