Searched refs:ttype (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920721-1.c1 typedef struct{short ttype;float s;}T; member in struct:__anon6857
7 if (t1.ttype == 1)
8 x.ttype = t[t2.ttype][t1.ttype],
/openbsd-current/gnu/gcc/gcc/config/
H A Dsol2-c.c88 enum cpp_ttype ttype; local
107 ttype = pragma_lex (&t);
108 if (ttype != CPP_NAME)
124 ttype = pragma_lex (&t);
125 if (ttype == CPP_COMMA)
127 ttype = pragma_lex (&t);
128 if (ttype != CPP_NAME)
134 else if (ttype == CPP_CLOSE_PAREN)
154 enum cpp_ttype ttype; local
162 ttype
212 enum cpp_ttype ttype; local
[all...]
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dpass57-frag.cxx16 char ttype[81], tunit[81], tform[81]; local
19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode));
/openbsd-current/usr.bin/tset/
H A Dtset.c549 const char *ttype; local
562 ttype = userarg;
567 if ((ttype = getenv("TERM")) != 0)
580 ttype = t->ty_type;
599 ttype = strdup(t);
611 ttype = "unknown";
613 map:ttype = mapped(ttype);
637 * ttype now contains a pointer to the type of the terminal.
640 if (ttype[
708 print_shell_commands(const char *ttype) argument
775 const char *ttype; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y273 tree ttype;
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_exp
[all...]
H A Dspew.c207 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);
706 yylval.ttype = snarf_defarg ();
748 yychr = frob_id (yychr, peek, &nth_token (0)->yylval.ttype);
[all...]
H A Dlex.c679 t = yylval.ttype;
691 if (yylval.ttype == class_type_node)
693 else if (yylval.ttype == record_type_node)
695 else if (yylval.ttype == union_type_node)
697 else if (yylval.ttype == enum_type_node)
704 t = yylval.ttype;
H A Dsemantics.c2562 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-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dxdr_ptrace.h41 ptype ttype; member in struct:ptrace_info
H A Dxdr_ptrace.c71 return(xdr_union(xdrs, (enum_t *) &objp->ttype,
/openbsd-current/usr.bin/vi/cl/
H A Dcl_main.c58 char *ttype; local
72 if ((ttype = getenv("TERM")) == NULL)
73 ttype = "unknown";
74 term_init(ttype);
78 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL)
117 (void)printf(XTERM_RENAME, ttype);
203 term_init(char *ttype) argument
208 setupterm(ttype, STDOUT_FILENO, &err);
213 errx(1, "%s: unknown terminal type", ttype);
H A Dcl_screen.c183 char *o_cols, *o_lines, *o_term, *ttype; local
201 ttype = O_STR(sp, O_TERM);
221 cl_putenv("TERM", ttype, 0);
238 if (newterm(ttype, stdout, stdin) == NULL) {
240 msgq(sp, M_SYSERR, "%s", ttype);
242 msgq(sp, M_ERR, "%s: unknown terminal type", ttype);
H A Dcl_funcs.c467 char *ttype; local
472 ttype = OG_STR(gp, GO_TERM);
480 !strncmp(ttype, "xterm", sizeof("xterm") - 1)) {
488 (void)printf(XTERM_RENAME, ttype);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c603 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); local
605 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT)
607 while (TYPE_N_BASECLASSES (ttype) > 0)
608 ttype = TYPE_BASECLASS (ttype, 0);
609 name = TYPE_TAG_NAME (ttype);
612 name = TYPE_NFIELDS (ttype) > 0 ? TYPE_FIELD_NAME (ttype, 0) : (char *) 0;
H A Dparser-defs.h71 struct ttype struct
H A Df-exp.y140 struct ttype tsym;
/openbsd-current/games/hack/
H A Dhack.trap.c106 int ttype = trap->ttyp; local
109 if(trap->tseen && !rn2(5) && ttype != PIT)
110 pline("You escape a%s.", traps[ttype]);
113 switch(ttype) {
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.c1174 tree ttype;
1262 ttype = build_pointer_type (TREE_TYPE (t));
1263 t = ffecom_1 (ADDR_EXPR, ttype, t);
1298 tree ttype;
1485 ttype = build_pointer_type (TREE_TYPE (t));
1486 t = ffecom_1 (ADDR_EXPR, ttype, t);
1515 tree ttype;
1597 ttype = build_pointer_type (TREE_TYPE (t));
1598 t = ffecom_1 (ADDR_EXPR, ttype, t);
1629 tree ttype;
1173 tree ttype; local
1297 tree ttype; local
1514 tree ttype; local
1628 tree ttype; local
1867 tree ttype; local
2114 tree ttype; local
4180 tree ttype; local
[all...]
H A Dcom.c6785 tree ttype;
6790 ttype = void_type_node;
6794 ttype = TREE_TYPE (null_pointer_node); /* `void *'. */
6798 ttype = ffecom_f2c_ftnint_type_node;
6802 ttype = ffecom_f2c_integer_type_node;
6806 ttype = ffecom_f2c_longint_type_node;
6810 ttype = ffecom_f2c_logical_type_node;
6814 ttype = double_type_node;
6818 ttype = float_type_node;
6822 ttype
6784 tree ttype; local
[all...]
/openbsd-current/sys/dev/usb/
H A Dutpms.c180 #define UTPMS_TOUCHPAD(ttype, prod, x_fact, x_sens, y_fact) \
182 .type = (ttype), \
/openbsd-current/gnu/gcc/gcc/
H A Dtarget.h117 /* Emit a ttype table reference to a typeinfo object. */
118 bool (* ttype) (rtx); member in struct:gcc_target::asm_out
H A Dtree.c3388 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals)
3390 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
3394 enum tree_code code = TREE_CODE (ttype);
3396 ntype = copy_node (ttype);
3439 ttype = build_qualified_type (ntype, quals);
3442 return ttype;
3452 build_type_attribute_variant (tree ttype, tree attribute)
3454 return build_type_attribute_qual_variant (ttype, attribute,
3455 TYPE_QUALS (ttype));
3367 build_type_attribute_qual_variant(tree ttype, tree attribute, int quals) argument
3431 build_type_attribute_variant(tree ttype, tree attribute) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtree.c2554 build_type_attribute_variant (ttype, attribute)
2555 tree ttype, attribute;
2557 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
2562 ntype = copy_node (ttype);
2596 ttype = build_qualified_type (ntype, TYPE_QUALS (ttype));
2599 return ttype;
/openbsd-current/usr.bin/find/
H A Dfunction.c164 #define TIME_CORRECT(p, ttype) \
165 if ((p)->type == ttype && (p)->flags == F_LESSTHAN) \
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL1678 my $ttype = $structs{$type} ? normalize_type("$type *") : $type;
1680 $ttype
1689 $type eq $ttype ? "THIS->$item->[-1]" : "&(THIS->$item->[-1])"

Completed in 427 milliseconds

12