Searched refs:OP_ADD (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc2-s.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc3-s.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc3.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc4-s.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc4.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc2.tab.h1 #define OP_ADD 257 macro
H A Dquote_calc-s.tab.c149 #define OP_ADD 257 macro
266 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
278 "expr : expr OP_ADD expr",
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dquote_calc-s.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc2-s.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc3-s.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc3.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc4-s.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc4.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc.tab.h4 #define OP_ADD 257 macro
H A Dquote_calc2.tab.h4 #define OP_ADD 257 macro
/freebsd-10.2-release/contrib/byacc/test/
H A Dquote_calc.y15 %token OP_ADD "ADD"
46 | expr OP_ADD expr
H A Dquote_calc3.y15 %token OP_ADD "ADD-operator"
46 | expr OP_ADD expr
H A Dquote_calc2.y15 %token OP_ADD "ADD"
H A Dquote_calc4.y15 %token OP_ADD "ADD-operator"
/freebsd-10.2-release/sys/mips/include/
H A Dmips_opcode.h291 #define OP_ADD 040 macro
300 #define OP_F_ADD OP_ADD
/freebsd-10.2-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c161 OP_ADD, enumerator in enum:operation::__anon4611
268 if (child->operation == OP_ADD || child->operation == OP_REPLACE)
418 || operation->operation == OP_ADD))
437 if (! ((operation->operation == OP_ADD) ||
507 operation->operation == OP_DELETE ? OP_REPLACE : OP_ADD;
508 if (operation->operation == OP_ADD)
542 operation->operation == OP_DELETE ? OP_REPLACE : OP_ADD;
561 operation->operation = OP_ADD;
/freebsd-10.2-release/contrib/gcc/
H A Ddwarf.h183 OP_ADD = 0x07, enumerator in enum:dwarf_location_atom
/freebsd-10.2-release/contrib/binutils/include/elf/
H A Ddwarf.h186 OP_ADD = 0x07, enumerator in enum:dwarf_location_atom

Completed in 75 milliseconds

12