Home
last modified time | relevance | path

Searched refs:T_SIGNED (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dbasic.c224 case T_CHAR | T_SIGNED: return bti[BT_SIGNED_CHAR].pDecl; in basic_types_get_declarator()
229 case T_SHORT | T_SIGNED | T_INT: in basic_types_get_declarator()
230 case T_SHORT | T_SIGNED: return bti[BT_SIGNED_SHORT].pDecl; in basic_types_get_declarator()
235 case T_SIGNED: in basic_types_get_declarator()
236 case T_INT | T_SIGNED: return bti[BT_SIGNED_INT].pDecl; in basic_types_get_declarator()
242 case T_LONG | T_SIGNED | T_INT: in basic_types_get_declarator()
243 case T_LONG | T_SIGNED: return bti[BT_SIGNED_LONG].pDecl; in basic_types_get_declarator()
249 case T_LONG | T_LONGLONG | T_SIGNED | T_INT: in basic_types_get_declarator()
250 case T_LONG | T_LONGLONG | T_SIGNED: return bti[BT_SIGNED_LONG_LONG].pDecl; in basic_types_get_declarator()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.dot185 q0 -> q22 [label="T_SIGNED"];
259 q34 -> q22 [label="T_SIGNED"];
325 q48 -> q22 [label="T_SIGNED"];
370 q53 -> q22 [label="T_SIGNED"];
410 q62 -> q22 [label="T_SIGNED"];
453 q72 -> q22 [label="T_SIGNED"];
492 q73 -> q22 [label="T_SIGNED"];
538 q83 -> q22 [label="T_SIGNED"];
575 q87 -> q22 [label="T_SIGNED"];
628 q94 -> q22 [label="T_SIGNED"];
[all …]
H A Dgrammar.output187 T_SIGNED shift 22
339 T_SIGNED reduce 58
394 T_SIGNED reduce 41
454 T_SIGNED reduce 45
606 T_SIGNED shift 22
800 T_SIGNED shift 22
876 T_SIGNED shift 22
989 T_SIGNED shift 22
1127 T_SIGNED shift 22
1175 T_SIGNED shift 22
[all …]
H A Dgrammar.tab.h23 #define T_SIGNED 274 macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.dot185 q0 -> q22 [label="T_SIGNED"];
259 q34 -> q22 [label="T_SIGNED"];
325 q48 -> q22 [label="T_SIGNED"];
370 q53 -> q22 [label="T_SIGNED"];
410 q62 -> q22 [label="T_SIGNED"];
453 q72 -> q22 [label="T_SIGNED"];
492 q73 -> q22 [label="T_SIGNED"];
538 q83 -> q22 [label="T_SIGNED"];
575 q87 -> q22 [label="T_SIGNED"];
628 q94 -> q22 [label="T_SIGNED"];
[all …]
H A Dgrammar.output187 T_SIGNED shift 22
339 T_SIGNED reduce 58
394 T_SIGNED reduce 41
454 T_SIGNED reduce 45
606 T_SIGNED shift 22
800 T_SIGNED shift 22
876 T_SIGNED shift 22
989 T_SIGNED shift 22
1127 T_SIGNED shift 22
1175 T_SIGNED shift 22
[all …]
H A Dgrammar.tab.h20 #define T_SIGNED 274 macro
/dports/editors/jupp/jupp/
H A Dcompat.c240 #define T_SIGNED(t) (((t)-1) < 0) macro
241 #define T_MAXLEN(t) ((sizeof(t) * CHAR_BIT - T_SIGNED(t)) * 302 / 1000 + \
242 /* div.trunc. */ 1 + /* minus sign */ T_SIGNED(t))
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/ulxr2xml/
H A Dyacc.yy137 %token T_SIGNED
586 : T_SIGNED { $$ = new MString("signed int"); }
587 | T_SIGNED T_INT { $$ = new MString("signed int"); }
590 | T_SIGNED T_SHORT { $$ = new MString("signed short int"); }
591 | T_SIGNED T_SHORT T_INT { $$ = new MString("signed short int"); }
592 | T_SIGNED T_LONG { $$ = new MString("signed long int"); }
593 | T_SIGNED T_LONG T_INT { $$ = new MString("signed long int"); }
604 | T_SIGNED T_CHAR { $$ = new MString("signed char"); }
H A Dyacc.hpp102 T_SIGNED = 318, enumerator
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ctlib/
H A Dcttype.h55 #define T_SIGNED 0x00000080 macro
80 | T_SIGNED | T_UNSIGNED | T_ENUM | T_STRUCT | T_UNION | T_TYPE )
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dppkey.c67 "-signed", T_SIGNED,
H A Dppkey.h78 #define T_SIGNED (T_TOKEN+29) macro
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dppkey.c67 "-signed", T_SIGNED,
H A Dppkey.h78 #define T_SIGNED (T_TOKEN+29) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dppkey.c67 "-signed", T_SIGNED,
H A Dppkey.h78 #define T_SIGNED (T_TOKEN+29) macro
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/token/
H A Dt_basic.c87 tflags |= T_SIGNED;
/dports/textproc/c2man/c2man-2.0.42/
H A Dlex.l173 <INITIAL>signed return T_SIGNED;
174 <INITIAL>__signed__ return T_SIGNED;
175 <INITIAL>__signed return T_SIGNED;
/dports/devel/z88dk/z88dk/src/cpp/
H A Dcpp5.c169 { T_SIGNED, "signed"},
180 T_FLOAT | T_DOUBLE | T_SIGNED | T_UNSIGNED, in RenameMolecules()
578 typecode &= ~(T_SIGNED | T_UNSIGNED);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp.h158 #define T_SIGNED 64 macro
H A Dcpp5.c185 { T_SIGNED, "signed", },
196 T_FLOAT | T_DOUBLE | T_SIGNED | T_UNSIGNED,
608 typecode &= ~(T_SIGNED | T_UNSIGNED); in fpp_dosizeof()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp.h158 #define T_SIGNED 64 macro
H A Dcpp5.c185 { T_SIGNED, "signed", },
196 T_FLOAT | T_DOUBLE | T_SIGNED | T_UNSIGNED,
608 typecode &= ~(T_SIGNED | T_UNSIGNED); in fpp_dosizeof()
/dports/games/supertux2/SuperTux-v0.6.3-Source/tools/miniswig/
H A Dparser.yy78 %token T_SIGNED
375 | T_SIGNED

12345678