Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 25 of 29) sorted by relevance

12

/dflybsd-src/usr.bin/indent/
H A Dindent.c103 int type_code; /* the type of token, returned by lexi */ in main() local
294 type_code = lexi(&ps); /* lexi reads one token. The actual in main()
306 switch (type_code) { in main()
388 (type_code == sp_nparen && *token == 'e' && in main()
391 || (type_code == sp_paren && *token == 'i' && in main()
442 if (type_code != 0) { in main()
474 type_code = lexi(&transient_state); /* read another token */ in main()
475 if (type_code != newline && type_code != form_feed && in main()
476 type_code != comment && !transient_state.search_brace) { in main()
483 if (type_code == 0) { /* we got eof */ in main()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dexplore.py82 type_code = value.type.code
83 if type_code in Explorer.type_code_to_explorer_map:
84 explorer_class = Explorer.type_code_to_explorer_map[type_code]
108 type_code = datatype.code
109 if type_code in Explorer.type_code_to_explorer_map:
110 explorer_class = Explorer.type_code_to_explorer_map[type_code]
397 type_code = datatype.code
400 if type_code == gdb.TYPE_CODE_STRUCT:
428 if type_code == gdb.TYPE_CODE_UNION:
477 type_code = datatype.code
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dmdebugread.c231 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
806 enum type_code type_code; in parse_symbol() local
813 type_code = TYPE_CODE_STRUCT; in parse_symbol()
817 type_code = TYPE_CODE_UNION; in parse_symbol()
821 type_code = TYPE_CODE_ENUM; in parse_symbol()
828 type_code = TYPE_CODE_UNDEF; /* We have a type. */ in parse_symbol()
876 if (nfields == 0 && type_code == TYPE_CODE_UNDEF) in parse_symbol()
887 type_code = TYPE_CODE_ENUM; in parse_symbol()
896 type_code = TYPE_CODE_ENUM; in parse_symbol()
983 if (type_code == TYPE_CODE_UNDEF) in parse_symbol()
[all …]
H A Dsymtab.h1180 enum type_code code);
1182 enum type_code);
1185 enum type_code);
H A Dexpression.h101 enum type_code *);
H A Dgdbtypes.h59 enum type_code enum
406 ENUM_BITFIELD(type_code) code : 8;
1435 extern struct type *init_type (enum type_code, int, int, const char *,
1439 extern struct type *arch_type (struct gdbarch *, enum type_code, int, char *);
1455 char *name, enum type_code code);
H A Dstabsread.c140 enum type_code,
1568 enum type_code code; in read_type()
1999 enum type_code type_code = TYPE_CODE_UNDEF; in read_type() local
2004 type_code = TYPE_CODE_STRUCT; in read_type()
2007 type_code = TYPE_CODE_UNION; in read_type()
2010 type = read_struct_type (pp, type, type_code, objfile); in read_type()
3495 read_struct_type (char **pp, struct type *type, enum type_code type_code, in read_struct_type() argument
3527 TYPE_CODE (type) = type_code; in read_struct_type()
3761 enum type_code code = TYPE_CODE_INT; in read_sun_builtin_type()
H A Dparser-defs.h374 extern void mark_completion_tag (enum type_code, const char *ptr,
H A Df-lang.c232 f_make_symbol_completion_list (char *text, char *word, enum type_code code) in VEC()
H A Df-typeprint.c56 enum type_code code; in f_print_type()
H A Dvalarith.c1549 enum type_code code1; in value_equal()
1550 enum type_code code2; in value_equal()
1644 enum type_code code1; in value_less()
1645 enum type_code code2; in value_less()
H A Dlanguage.h290 enum type_code code);
H A Dparse.c92 static enum type_code expout_tag_completion_type = TYPE_CODE_UNDEF;
597 mark_completion_tag (enum type_code tag, const char *ptr, int length) in mark_completion_tag()
1295 enum type_code *code) in parse_expression_for_completion()
H A Dvalue.c2419 enum type_code code = TYPE_CODE (type); in unpack_long()
2469 enum type_code code; in unpack_double()
3168 enum type_code code = TYPE_CODE (base_type); in value_from_double()
3331 enum type_code code = TYPE_CODE (value_type); in struct_return_convention()
H A Dopencl-lang.c82 lookup_opencl_vector_type (struct gdbarch *gdbarch, enum type_code code, in lookup_opencl_vector_type()
701 enum type_code code1, code2; in opencl_value_cast()
H A Dcompleter.c393 enum type_code code = TYPE_CODE_UNDEF; in VEC()
H A Dp-typeprint.c54 enum type_code code; in pascal_print_type()
H A Dsymtab.c4161 enum type_code c = TYPE_CODE (t); in completion_list_add_fields()
4211 enum type_code code) in VEC()
4441 enum type_code code) in VEC()
4461 make_symbol_completion_type (char *text, char *word, enum type_code code) in VEC()
H A Dvalops.c357 enum type_code code1; in value_cast()
358 enum type_code code2; in value_cast()
589 enum type_code dest_code, arg_code; in value_reinterpret_cast()
H A Dgdbtypes.c1958 init_type (enum type_code code, int length, int flags, in init_type()
3558 enum type_code code, int length, char *name) in arch_type()
3707 arch_composite_type (struct gdbarch *gdbarch, char *name, enum type_code code) in arch_composite_type()
H A Dc-typeprint.c88 enum type_code code; in c_print_type()
/dflybsd-src/libexec/ftpd/
H A Dftpcmd.y139 %type <u.i> struct_code mode_code type_code form_code
366 | TYPE check_login SP type_code CRLF
904 type_code
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c3578 enum tree_code type_code = TREE_CODE (type); in c_sizeof_or_alignof_type() local
3582 if (type_code == FUNCTION_TYPE) in c_sizeof_or_alignof_type()
3607 else if (type_code == VOID_TYPE || type_code == ERROR_MARK) in c_sizeof_or_alignof_type()
3609 if (type_code == VOID_TYPE in c_sizeof_or_alignof_type()
3618 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE)) in c_sizeof_or_alignof_type()
3625 else if (c_dialect_cxx () && type_code == ARRAY_TYPE in c_sizeof_or_alignof_type()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c4347 enum tree_code type_code = TREE_CODE (type); in c_sizeof_or_alignof_type() local
4351 if (type_code == FUNCTION_TYPE) in c_sizeof_or_alignof_type()
4376 else if (type_code == VOID_TYPE || type_code == ERROR_MARK) in c_sizeof_or_alignof_type()
4378 if (type_code == VOID_TYPE in c_sizeof_or_alignof_type()
4387 && (!c_dialect_cxx () || is_sizeof || type_code != ARRAY_TYPE)) in c_sizeof_or_alignof_type()
4394 else if (c_dialect_cxx () && type_code == ARRAY_TYPE in c_sizeof_or_alignof_type()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c77 enum type_code code;

12