Home
last modified time | relevance | path

Searched refs:EXPR_RANGE (Results 1 – 12 of 12) sorted by relevance

/dports/math/gap/gap-4.11.0/src/
H A Dsyntaxtree.c375 Expr result = NewStatOrExpr(EXPR_RANGE, size * sizeof(Expr), 0); in SyntaxTreeCodeRangeExpr()
378 SyntaxTreeDefaultExprCoder(ElmRecST(EXPR_RANGE, node, "first"))); in SyntaxTreeCodeRangeExpr()
381 SyntaxTreeDefaultExprCoder(ElmRecST(EXPR_RANGE, node, "last"))); in SyntaxTreeCodeRangeExpr()
385 ElmRecST(EXPR_RANGE, node, "second"))); in SyntaxTreeCodeRangeExpr()
842 COMPILER(EXPR_RANGE, SyntaxTreeRangeExpr, SyntaxTreeCodeRangeExpr),
H A Dcode.h483 EXPR_RANGE, enumerator
H A Dexprs.c1734 InstallEvalExprFunc( EXPR_RANGE , EvalRangeExpr); in InitKernel()
1781 InstallPrintExprFunc( EXPR_RANGE , PrintRangeExpr); in InitKernel()
H A Dcode.c1119 if ( TNUM_EXPR(list) == EXPR_RANGE && SIZE_EXPR(list) == 2*sizeof(Expr) in CodeForEndBody()
1790 list = NewExpr( EXPR_RANGE, INT_INTEXPR(pos) * sizeof(Expr) ); in CodeListExprEnd()
H A Dcompiler.c3886 && TNUM_EXPR( READ_STAT(stat, 1) ) == EXPR_RANGE in CompFor()
5566 CompExprFuncs[ EXPR_RANGE ] = CompRangeExpr; in InitKernel()
/dports/net/lambdamoo/MOO-1.8.1/
H A Dunparse.c157 {EXPR_RANGE, 9},
549 case EXPR_RANGE: in unparse_expr()
550 bracket_lt(str, EXPR_RANGE, expr->e.range.base); in unparse_expr()
H A Dast.h87 EXPR_INDEX, EXPR_RANGE, enumerator
H A Dcode_gen.c542 case EXPR_RANGE: in push_lvalue()
715 case EXPR_RANGE: in generate_expr()
819 if (e->kind == EXPR_RANGE || e->kind == EXPR_INDEX) in generate_expr()
823 case EXPR_RANGE: in generate_expr()
H A Dast.c298 case EXPR_RANGE: in free_expr()
H A Dparser.y414 $$ = alloc_expr(EXPR_RANGE);
437 if (e->kind == EXPR_RANGE)
H A Ddecompile.c400 e = alloc_expr(EXPR_RANGE); in decompile()
544 e = alloc_expr(EXPR_RANGE); in decompile()
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dsyntaxtree.tst750 type := "EXPR_RANGE" ),
776 type := "EXPR_RANGE" ),
803 type := "EXPR_RANGE" ),
831 type := "EXPR_RANGE" ),
862 type := "EXPR_RANGE" ),
2742 # EXPR_RANGE
2757 type := "EXPR_RANGE" ),