HomeSort by relevance Sort by last modified time
    Searched refs:bor (Results 1 - 5 of 5) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 94 pANTLR3_BITSET (*bor) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct * bitset2); member in struct:ANTLR3_BITSET_struct
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
78 %left BOR
107 bor: label
108 BOR | bor NL
202 | ppattern bor ppattern %prec BOR
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
223 | pattern bor pattern %prec BO
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 102 * fileExtensions: ['bor'],
103 * mimeType: 'application/x-his-bor' }
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 125 bitset->bor = antlr3BitsetOR;
  /external/llvm/test/MC/SystemZ/
insn-good.s 537 #CHECK: bor %r15 # encoding: [0x07,0x1f]
540 bor %r15
    [all...]

Completed in 378 milliseconds