Home
last modified time | relevance | path

Searched defs:SUB (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dwarn-deprecated-implementations.m49 @interface SUB : BASE interface
52 @implementation SUB implementation
/minix3/external/bsd/byacc/dist/test/yacc/
H A Dquote_calc.tab.h6 #define SUB 260 macro
H A Dquote_calc2.tab.h6 #define SUB 260 macro
H A Dquote_calc2.tab.c154 #define SUB 260 macro
H A Dquote_calc.tab.c154 #define SUB 260 macro
/minix3/external/bsd/byacc/dist/test/btyacc/
H A Dquote_calc.tab.h9 #define SUB 260 macro
H A Dquote_calc2.tab.h9 #define SUB 260 macro
H A Dquote_calc2.tab.c174 #define SUB 260 macro
H A Dquote_calc.tab.c174 #define SUB 260 macro
H A Dbtyacc_demo.tab.c138 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enumerator
/minix3/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y24 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enumerator
/minix3/external/historical/nawk/dist/
H A Dytab.h51 #define SUB 57388 macro
H A Dytab.c72 #define SUB 57388 macro
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h302 ADD, SUB, ADC, SBB, SMUL, enumerator
H A DX86ISelDAGToDAG.cpp1582 SUB, enumerator
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h186 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1694 SDValue SUB = DAG.getNode(ISD::SUB, dl, in visitSwitchCase() local