HomeSort by: relevance | last modified time | path
    Searched defs:UNARY (Results 1 - 7 of 7) sorted by relevancy

  /src/external/historical/nawk/dist/
b.c 51 #define UNARY case STAR: case PLUS: case QUEST:
56 unary (STAR, PLUS, QUEST): left is child, right is null
296 UNARY
322 UNARY
511 UNARY
996 return (unary(np));
999 return (unary(op2(ALL, NIL, NIL)));
1002 return (unary(op2(EMPTYRE, NIL, NIL)));
1006 return (unary(op2(DOT, NIL, NIL)));
1011 return (unary(np))
1067 Node *unary(Node *np) function
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 24 #define UNARY 277
ldgram.c 160 #define UNARY 277
2095 "ANDAND","EQ","NE","LE","GE","LSHIFT","RSHIFT","UNARY","END","ALIGN_K","BLOCK",
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 77 UNARY = 278, /* UNARY */
222 #define UNARY 278
ldgram.c 178 UNARY = 278, /* UNARY */
323 #define UNARY 278
532 YYSYMBOL_UNARY = 36, /* UNARY */
1258 "'-'", "'*'", "'/'", "'%'", "UNARY", "END", "'('", "ALIGN_K", "BLOCK",
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 8304 #define UNARY(RET, T1) \
8318 tree void_ftype_acc = UNARY (voidt, accumulator);
8328 tree uw1_ftype_uw1 = UNARY (uword1, uword1);
8329 tree uw1_ftype_sw1 = UNARY (uword1, sword1);
8330 tree uw1_ftype_uw2 = UNARY (uword1, uword2);
8331 tree uw1_ftype_acc = UNARY (uword1, accumulator);
8340 tree sw1_ftype_int = UNARY (sword1, integer);
8344 tree uw2_ftype_uw1 = UNARY (uword2, uword1);
8358 tree sw1_ftype_sw1 = UNARY (sword1, sword1);
8359 tree sw2_ftype_iacc = UNARY (sword2, iacc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 8302 #define UNARY(RET, T1) \
8316 tree void_ftype_acc = UNARY (voidt, accumulator);
8326 tree uw1_ftype_uw1 = UNARY (uword1, uword1);
8327 tree uw1_ftype_sw1 = UNARY (uword1, sword1);
8328 tree uw1_ftype_uw2 = UNARY (uword1, uword2);
8329 tree uw1_ftype_acc = UNARY (uword1, accumulator);
8338 tree sw1_ftype_int = UNARY (sword1, integer);
8342 tree uw2_ftype_uw1 = UNARY (uword2, uword1);
8356 tree sw1_ftype_sw1 = UNARY (sword1, sword1);
8357 tree sw2_ftype_iacc = UNARY (sword2, iacc)
    [all...]

Completed in 27 milliseconds