Searched refs:OP_MUL (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc2-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc3-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc3.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc4-s.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc4.tab.h3 #define OP_MUL 261 macro
H A Dquote_calc.tab.h5 #define OP_MUL 261 macro
H A Dquote_calc2.tab.h5 #define OP_MUL 261 macro
H A Dquote_calc-s.tab.c151 #define OP_MUL 261 macro
266 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
280 "expr : expr OP_MUL expr",
H A Dquote_calc.tab.c153 #define OP_MUL 261 macro
272 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
286 "expr : expr OP_MUL expr",
H A Dquote_calc2-s.tab.c151 #define OP_MUL 261 macro
266 0,0,0,0,0,0,"OP_ADD","\"ADD\"","OP_SUB","\"SUB\"","OP_MUL","\"MUL\"","OP_DIV",
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dquote_calc-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc2-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc3-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc3.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc4-s.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc4.tab.h6 #define OP_MUL 261 macro
H A Dquote_calc.tab.h8 #define OP_MUL 261 macro
H A Dquote_calc2.tab.h8 #define OP_MUL 261 macro
/freebsd-13-stable/contrib/byacc/test/
H A Dquote_calc.y17 %token OP_MUL "MUL"
50 | expr OP_MUL expr
H A Dquote_calc3.y17 %token OP_MUL "MUL-operator"
50 | expr OP_MUL expr
H A Dquote_calc2.y17 %token OP_MUL "MUL"
H A Dquote_calc4.y17 %token OP_MUL "MUL-operator"
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h190 OP_MUL,/* A B C R(A) := RK(B) * RK(C) */ enumerator in enum:__anon10629
/freebsd-13-stable/contrib/lua/src/
H A Dlopcodes.h245 OP_MUL,/* A B C R[A] := R[B] * R[C] */ enumerator in enum:__anon5014

Completed in 125 milliseconds

12