Home
last modified time | relevance | path

Searched refs:ASSIGNOP (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/vavoom/vavoom-1.33/source/
H A Dpr_exec.cpp1260 ASSIGNOP(vint32, i, =); in RunFunction()
1264 ASSIGNOP(vint32, i, +=); in RunFunction()
1268 ASSIGNOP(vint32, i, -=); in RunFunction()
1272 ASSIGNOP(vint32, i, *=); in RunFunction()
1280 ASSIGNOP(vint32, i, /=); in RunFunction()
1376 ASSIGNOP(vuint8, i, =); in RunFunction()
1477 ASSIGNOP(float, f, +=); in RunFunction()
1481 ASSIGNOP(float, f, -=); in RunFunction()
1485 ASSIGNOP(float, f, *=); in RunFunction()
1489 ASSIGNOP(float, f, /=); in RunFunction()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ExprIntrp/
H A DExprIntrp.yacc71 …THESIS ENDBRACKET VALUE IDENTIFIER COMMA DIFFERENTIAL DERIVATE DERIVKEY ASSIGNOP DEASSIGNKEY EQUAL…
87 Assignment : IDENTIFIER {ExprIntrp_AssignVariable();} ASSIGNOP GenExpr {ExprIntrp_EndOfAssi…
130 FunctionDefinition : FunctionDef {ExprIntrp_DefineFunction();} ASSIGNOP GenExpr
H A DExprIntrp.tab.h72 ASSIGNOP = 273, /* ASSIGNOP */ enumerator
H A DExprIntrp.lex95 "<-" {return(ASSIGNOP);}
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dqp-parse.h95 ASSIGNOP = 296, enumerator
140 #define ASSIGNOP 296 macro
H A Dqp-parse.y129 %token WHILE DO RANGE ASSIGNOP NOT ELLIPSIS
251 | subprogram_head ASSIGNOP '#' VALUE ';'
346 : variable ASSIGNOP expression
H A Dqp-lex.l77 ASSIGNOP :=
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DExprIntrp.tab.h72 ASSIGNOP = 273, /* ASSIGNOP */ enumerator
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DExprIntrp.tab.h64 ASSIGNOP = 273, enumerator
/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.y130 %right ASSIGNOP
668 exp : variable ASSIGNOP
738 : variable ASSIGNOP
1513 return lasttok = ASSIGNOP; in yylex()
1528 return ASSIGNOP; in yylex()
1546 return lasttok = ASSIGNOP; in yylex()
1555 return lasttok = ASSIGNOP; in yylex()
1570 return lasttok = ASSIGNOP; in yylex()
1583 return lasttok = ASSIGNOP; in yylex()
1619 return lasttok = ASSIGNOP; in yylex()
[all …]
H A Dawktab.c16 #define ASSIGNOP 266 macro
2997 return lasttok = ASSIGNOP; in yylex()
3012 return ASSIGNOP; in yylex()
3030 return lasttok = ASSIGNOP; in yylex()
3039 return lasttok = ASSIGNOP; in yylex()
3054 return lasttok = ASSIGNOP; in yylex()
3067 return lasttok = ASSIGNOP; in yylex()
3103 return lasttok = ASSIGNOP; in yylex()
3167 return lasttok = ASSIGNOP; in yylex()
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dgencode.c6 (((op) >= ASSIGNOP && (op) <= SUBABOP) || (op) == PTRADDABOP)
289 if (exp->nodetype->constructor & STRUCTU && exp->tag == ASSIGNOP)
340 if (exp->nodetype->constructor & STRUCTU && exp->tag == ASSIGNOP)
593 case ASSIGNOP:
H A Dscan.h82 ASSIGNOP, /* level 1 - assign ops must be contiguous */ enumerator
H A Dloadexp.c55 makeleaf(node(ASSIGNOP, lhs, exp));
H A Ddeclare.c308 if (sym == ASSIGNOP) in declenum()
867 if (sym == ASSIGNOP || (ancient && sym == LBRACE)) in idecllist()
869 if (sym == ASSIGNOP) in idecllist()
H A Dscan.c42 LTOP, ASSIGNOP, GTOP, CONDOP, /* <=>? */
598 case ASSIGNOP: in nextsym()
/dports/lang/perl5.30/perl-5.30.3/
H A Dperly.h120 ASSIGNOP = 323, enumerator
H A Dperly.y92 %right <ival> ASSIGNOP
661 | ASSIGNOP
663 | ASSIGNOP term
992 termbinop: term ASSIGNOP term /* $x = $y, $x += $y */
/dports/lang/perl5.32/perl-5.32.1/
H A Dperly.h125 ASSIGNOP = 324, enumerator
H A Dperly.y94 %right <ival> ASSIGNOP
673 | ASSIGNOP
675 | ASSIGNOP term
1019 termbinop: term ASSIGNOP term /* $x = $y, $x += $y */
/dports/lang/perl5.34/perl-5.34.0/
H A Dperly.h142 ASSIGNOP = 341, enumerator
H A Dperly.y111 %right <ival> ASSIGNOP
702 | ASSIGNOP
704 | ASSIGNOP term
1046 termbinop: term[lhs] ASSIGNOP term[rhs] /* $x = $y, $x += $y */
1047 { $$ = newASSIGNOP(OPf_STACKED, $lhs, $ASSIGNOP, $rhs); }
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperly.h148 ASSIGNOP = 342, /* ASSIGNOP */ enumerator
H A Dperly.y112 %right <ival> ASSIGNOP
708 | ASSIGNOP
710 | ASSIGNOP term
1052 termbinop: term[lhs] ASSIGNOP term[rhs] /* $x = $y, $x += $y */
1053 { $$ = newASSIGNOP(OPf_STACKED, $lhs, $ASSIGNOP, $rhs); }
/dports/lang/p5-Marpa/Marpa-0.208000/lib/Marpa/Doc/
H A DDebug.pod43 S<C<E<nbsp>E<nbsp>E<nbsp>E<nbsp>termbinop ::= term ASSIGNOP term>>
57 S<C<E<nbsp>E<nbsp>E<nbsp>E<nbsp>termbinop ::= E<middot> term ASSIGNOP term>>
67 S<C<E<nbsp>E<nbsp>E<nbsp>E<nbsp>termbinop ::= term E<middot> ASSIGNOP term>>
71 an C<ASSIGNOP>. (C<ASSIGNOP> is C<perly.y>'s internal name for
79 S<C<E<nbsp>E<nbsp>E<nbsp>E<nbsp>termbinop ::= term ASSIGNOP term E<middot>>>

123