| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | sol2-c.c | 88 enum cpp_ttype ttype; in solaris_pragma_align() local 107 ttype = pragma_lex (&t); in solaris_pragma_align() 108 if (ttype != CPP_NAME) in solaris_pragma_align() 124 ttype = pragma_lex (&t); in solaris_pragma_align() 125 if (ttype == CPP_COMMA) in solaris_pragma_align() 127 ttype = pragma_lex (&t); in solaris_pragma_align() 128 if (ttype != CPP_NAME) in solaris_pragma_align() 134 else if (ttype == CPP_CLOSE_PAREN) in solaris_pragma_align() 154 enum cpp_ttype ttype; in solaris_pragma_init() local 162 ttype = pragma_lex (&t); in solaris_pragma_init() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | parse.y | 273 tree ttype; member 311 %token <ttype> VAR_FUNC_NAME 329 %token <ttype> AGGR 330 %token <ttype> VISSPEC 371 %left <ttype> LEFT_RIGHT 379 %type <ttype> identifier IDENTIFIER tTYPENAME CONSTANT expr nonnull_exprlist 380 %type <ttype> PFUNCNAME maybe_identifier 381 %type <ttype> paren_expr_or_null nontrivial_exprlist SELFNAME 382 %type <ttype> expr_no_commas expr_no_comma_rangle 383 %type <ttype> cast_expr unary_expr primary STRING [all …]
|
| H A D | spew.c | 207 tree id = pyylval->ttype; 211 pyylval->ttype = ridpointers[C_RID_CODE (id)]; 247 VARRAY_PUSH_TREE (strings, t->yylval.ttype); 256 t->yylval.ttype = combine_strings (strings); 257 last_token_id = t->yylval.ttype; 275 t->yylval.ttype = last_token_id; 405 yylval.ttype = NULL_TREE; 678 lastiddecl = lookup_name (yylval.ttype, -2); in see_typename() 706 yylval.ttype = snarf_defarg (); in yylex() 748 yychr = frob_id (yychr, peek, &nth_token (0)->yylval.ttype); in yylex() [all …]
|
| H A D | lex.c | 675 t = yylval.ttype; 687 if (yylval.ttype == class_type_node) 689 else if (yylval.ttype == record_type_node) 691 else if (yylval.ttype == union_type_node) 693 else if (yylval.ttype == enum_type_node) 700 t = yylval.ttype;
|
| H A D | semantics.c | 2562 tree ttype = target_type (fntype); 2565 if (IS_AGGR_TYPE (ttype)) 2567 note_debug_info_needed (ttype); 2571 ttype = target_type (TREE_TYPE (parmdecl)); 2572 if (IS_AGGR_TYPE (ttype)) 2574 note_debug_info_needed (ttype);
|
| /openbsd-src/usr.bin/tset/ |
| H A D | tset.c | 549 const char *ttype; in get_termcap_entry() local 562 ttype = userarg; in get_termcap_entry() 567 if ((ttype = getenv("TERM")) != 0) in get_termcap_entry() 580 ttype = t->ty_type; in get_termcap_entry() 599 ttype = strdup(t); in get_termcap_entry() 611 ttype = "unknown"; in get_termcap_entry() 613 map:ttype = mapped(ttype); in get_termcap_entry() 640 if (ttype[0] == '?') { in get_termcap_entry() 641 if (ttype[1] != '\0') in get_termcap_entry() 642 ttype = askuser(ttype + 1); in get_termcap_entry() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 920721-1.c | 1 typedef struct{short ttype;float s;}T; member 7 if (t1.ttype == 1) in f() 8 x.ttype = t[t2.ttype][t1.ttype], in f()
|
| /openbsd-src/usr.bin/vi/cl/ |
| H A D | cl_main.c | 58 char *ttype; in main() local 72 if ((ttype = getenv("TERM")) == NULL) in main() 73 ttype = "unknown"; in main() 74 term_init(ttype); in main() 78 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL) in main() 117 (void)printf(XTERM_RENAME, ttype); in main() 203 term_init(char *ttype) in term_init() argument 208 setupterm(ttype, STDOUT_FILENO, &err); in term_init() 213 errx(1, "%s: unknown terminal type", ttype); in term_init()
|
| H A D | cl_screen.c | 183 char *o_cols, *o_lines, *o_term, *ttype; in cl_vi_init() local 201 ttype = O_STR(sp, O_TERM); in cl_vi_init() 221 cl_putenv("TERM", ttype, 0); in cl_vi_init() 238 if (newterm(ttype, stdout, stdin) == NULL) { in cl_vi_init() 240 msgq(sp, M_SYSERR, "%s", ttype); in cl_vi_init() 242 msgq(sp, M_ERR, "%s: unknown terminal type", ttype); in cl_vi_init()
|
| H A D | cl_funcs.c | 467 char *ttype; in cl_rename() local 472 ttype = OG_STR(gp, GO_TERM); in cl_rename() 480 !strncmp(ttype, "xterm", sizeof("xterm") - 1)) { in cl_rename() 488 (void)printf(XTERM_RENAME, ttype); in cl_rename()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-parse.in | 107 %union {long itype; tree ttype; enum tree_code code; 184 %type <ttype> ENUM STRUCT UNION IF ELSE WHILE DO FOR SWITCH CASE DEFAULT 185 %type <ttype> BREAK CONTINUE RETURN GOTO ASM_KEYWORD SIZEOF TYPEOF ALIGNOF 187 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist exprlist 188 %type <ttype> expr_no_commas cast_expr unary_expr primary STRING 189 %type <ttype> declspecs_nosc_nots_nosa_noea declspecs_nosc_nots_nosa_ea 190 %type <ttype> declspecs_nosc_nots_sa_noea declspecs_nosc_nots_sa_ea 191 %type <ttype> declspecs_nosc_ts_nosa_noea declspecs_nosc_ts_nosa_ea 192 %type <ttype> declspecs_nosc_ts_sa_noea declspecs_nosc_ts_sa_ea 193 %type <ttype> declspecs_sc_nots_nosa_noea declspecs_sc_nots_nosa_ea [all …]
|
| H A D | tree.c | 2533 build_type_attribute_variant (ttype, attribute) in build_type_attribute_variant() argument 2534 tree ttype, attribute; in build_type_attribute_variant() 2536 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) 2541 ntype = copy_node (ttype); 2575 ttype = build_qualified_type (ntype, TYPE_QUALS (ttype)); 2578 return ttype;
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c++/ |
| H A D | pass57-frag.cxx | 16 char ttype[81], tunit[81], tform[81]; in init_bintab() local 19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode)); in init_bintab()
|
| /openbsd-src/games/hack/ |
| H A D | hack.trap.c | 106 int ttype = trap->ttyp; in dotrap() local 109 if(trap->tseen && !rn2(5) && ttype != PIT) in dotrap() 110 pline("You escape a%s.", traps[ttype]); in dotrap() 113 switch(ttype) { in dotrap()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-lang.c | 603 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); in is_object_type() local 605 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT) in is_object_type() 607 while (TYPE_N_BASECLASSES (ttype) > 0) in is_object_type() 608 ttype = TYPE_BASECLASS (ttype, 0); in is_object_type() 609 name = TYPE_TAG_NAME (ttype); in is_object_type() 612 name = TYPE_NFIELDS (ttype) > 0 ? TYPE_FIELD_NAME (ttype, 0) : (char *) 0; in is_object_type()
|
| H A D | parser-defs.h | 71 struct ttype struct
|
| H A D | remote-vx.c | 396 ptrace_in.info.ttype = NOINFO; in net_read_registers() 444 ptrace_in.info.ttype = DATA; in net_write_registers() 500 ptrace_in.info.ttype = DATA; in vx_xfer_memory()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ste.c | 1173 tree ttype; in ffeste_io_ialist_() local 1261 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_ialist_() 1262 t = ffecom_1 (ADDR_EXPR, ttype, t); in ffeste_io_ialist_() 1297 tree ttype; in ffeste_io_cilist_() local 1484 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_cilist_() 1485 t = ffecom_1 (ADDR_EXPR, ttype, t); in ffeste_io_cilist_() 1514 tree ttype; in ffeste_io_cllist_() local 1596 ttype = build_pointer_type (TREE_TYPE (t)); in ffeste_io_cllist_() 1597 t = ffecom_1 (ADDR_EXPR, ttype, t); in ffeste_io_cllist_() 1628 tree ttype; in ffeste_io_icilist_() local [all …]
|
| H A D | com.c | 6784 tree ttype; in ffecom_make_gfrt_() local 6789 ttype = void_type_node; in ffecom_make_gfrt_() 6793 ttype = TREE_TYPE (null_pointer_node); /* `void *'. */ in ffecom_make_gfrt_() 6797 ttype = ffecom_f2c_ftnint_type_node; in ffecom_make_gfrt_() 6801 ttype = ffecom_f2c_integer_type_node; in ffecom_make_gfrt_() 6805 ttype = ffecom_f2c_longint_type_node; in ffecom_make_gfrt_() 6809 ttype = ffecom_f2c_logical_type_node; in ffecom_make_gfrt_() 6813 ttype = double_type_node; in ffecom_make_gfrt_() 6817 ttype = float_type_node; in ffecom_make_gfrt_() 6821 ttype = void_type_node; in ffecom_make_gfrt_() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/ |
| H A D | xdr_ptrace.h | 41 ptype ttype; member
|
| H A D | xdr_ptrace.c | 71 return(xdr_union(xdrs, (enum_t *) &objp->ttype,
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 1678 my $ttype = $structs{$type} ? normalize_type("$type *") : $type; 1680 $ttype 1689 $type eq $ttype ? "THIS->$item->[-1]" : "&(THIS->$item->[-1])"
|
| /openbsd-src/sys/dev/usb/ |
| H A D | utpms.c | 180 #define UTPMS_TOUCHPAD(ttype, prod, x_fact, x_sens, y_fact) \ argument 182 .type = (ttype), \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | target.h | 118 bool (* ttype) (rtx); member
|
| H A D | tree.c | 3367 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals) in build_type_attribute_qual_variant() argument 3369 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant() 3373 enum tree_code code = TREE_CODE (ttype); in build_type_attribute_qual_variant() 3375 ntype = copy_node (ttype); in build_type_attribute_qual_variant() 3418 ttype = build_qualified_type (ntype, quals); in build_type_attribute_qual_variant() 3421 return ttype; in build_type_attribute_qual_variant() 3431 build_type_attribute_variant (tree ttype, tree attribute) in build_type_attribute_variant() argument 3433 return build_type_attribute_qual_variant (ttype, attribute, in build_type_attribute_variant() 3434 TYPE_QUALS (ttype)); in build_type_attribute_variant()
|