HomeSort by: relevance | last modified time | path
    Searched defs:INTEGER (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/byacc/dist/test/btyacc/
inherit0.tab.h 9 #define INTEGER 260
btyacc_destroy1.tab.h 9 #define INTEGER 260
btyacc_destroy2.tab.h 9 #define INTEGER 260
btyacc_destroy3.tab.h 9 #define INTEGER 260
err_inherit3.tab.h 9 #define INTEGER 260
inherit1.tab.h 9 #define INTEGER 260
inherit2.tab.h 9 #define INTEGER 260
err_inherit4.tab.h 9 #define INTEGER 260
btyacc_destroy1.tab.c 204 #define INTEGER 260
356 NULL,NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept",
366 "type : INTEGER",
btyacc_destroy2.tab.c 204 #define INTEGER 260
356 NULL,NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept",
366 "type : INTEGER",
btyacc_destroy3.tab.c 204 #define INTEGER 260
356 NULL,NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept",
366 "type : INTEGER",
err_inherit3.tab.c 199 #define INTEGER 260
285 NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept","declaration",
298 "type : INTEGER",
inherit0.tab.c 173 #define INTEGER 260
258 NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept","declaration",
268 "type : INTEGER",
inherit1.tab.c 194 #define INTEGER 260
279 NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept","declaration",
289 "type : INTEGER",
inherit2.tab.c 199 #define INTEGER 260
285 NULL,"error","GLOBAL","LOCAL","REAL","INTEGER","NAME","$accept","declaration",
297 "type : INTEGER",
  /src/external/gpl2/groff/dist/src/include/
errarg.h 24 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type;
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.h 57 INTEGER = 258, /* INTEGER */
75 #define INTEGER 258
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.h 57 INTEGER = 258, /* INTEGER */
75 #define INTEGER 258
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
environ.c 81 /* Initialize an integer environment variable. */
239 unit_spec: INTEGER | INTEGER '-' INTEGER ;
255 #define INTEGER 273
343 /* Match an integer and store its value in unit_num. This only works
344 if p actually points to the start of an integer. The caller has
353 return INTEGER;
535 case INTEGER:
622 case INTEGER
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
environ.c 81 /* Initialize an integer environment variable. */
239 unit_spec: INTEGER | INTEGER '-' INTEGER ;
255 #define INTEGER 273
343 /* Match an integer and store its value in unit_num. This only works
344 if p actually points to the start of an integer. The caller has
353 return INTEGER;
535 case INTEGER:
622 case INTEGER
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
TestRunner.py 1242 INTEGER: A keyword taking a single integer. Ex 'ALLOW_RETRIES:'
1249 INTEGER = 4
1258 ParserKind.INTEGER: [':'],
1268 ParserKind.INTEGER: 'INTEGER',
1311 elif kind == ParserKind.INTEGER:
1379 """A parser for INTEGER type keywords"""
1385 raise ValueError("INTEGER parser requires the input to be an integer (got {})".format(line)
    [all...]
  /src/external/gpl3/gcc/dist/libcody/
cody.hh 238 enum Category { INTEGER, STRING, VECTOR};
244 size_t integer; ///< Integral value member in union:Cody::Packet::__anon14182
256 : integer (i), cat (INTEGER), code (c)
325 /// Return an integral payload. Undefined if the category is not INTEGER
328 return integer;
368 PC_CONNECT, ///< Packet is integer version
  /src/external/gpl3/gcc.old/dist/libcody/
cody.hh 238 enum Category { INTEGER, STRING, VECTOR};
244 size_t integer; ///< Integral value member in union:Cody::Packet::__anon16597
256 : integer (i), cat (INTEGER), code (c)
325 /// Return an integral payload. Undefined if the category is not INTEGER
328 return integer;
368 PC_CONNECT, ///< Packet is integer version
  /src/bin/ksh/
table.h 15 int type; /* command type (see below), base (if INTEGER),
20 long i; /* integer */
45 #define INTEGER BIT(9) /* val.i contains integer value */
54 #define INT_U BIT(19) /* unsigned integer */
55 #define INT_L BIT(20) /* long integer (no-op) */
70 #define USERATTRIB (EXPORT|INTEGER|RDONLY|LJUST|RJUST|ZEROFIL\
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
code.c 45 enum { INTEGER = 1, INTMEM, SSE, SSEMEM, X87,
268 case INTEGER:
651 case INTEGER:
869 cl = ngpr < 6 ? INTEGER : INTMEM;
937 case INTEGER:

Completed in 41 milliseconds

1 2