Home
last modified time | relevance | path

Searched refs:EXPR_FUNCCALL_0ARGS (Results 1 – 6 of 6) sorted by relevance

/dports/math/gap/gap-4.11.0/src/
H A Dfuncs.c895 InstallEvalExprFunc( EXPR_FUNCCALL_0ARGS , EvalFunccall0args); in InitKernel()
916 InstallPrintExprFunc( EXPR_FUNCCALL_0ARGS , PrintFunccall); in InitKernel()
H A Dcode.h443 EXPR_FUNCCALL_0ARGS, enumerator
H A Dsyntaxtree.c799 COMPILER_(EXPR_FUNCCALL_0ARGS, ARG_EXPR_("funcref"), ARGS_EXPR("args")),
H A Dcode.c730 call = NewExpr( EXPR_FUNCCALL_0ARGS+nr, SIZE_NARG_CALL(nr) ); in CodeFuncCallEnd()
H A Dcompiler.c5527 CompExprFuncs[ EXPR_FUNCCALL_0ARGS ] = CompFunccall0to6Args; in InitKernel()
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dsyntaxtree.tst1818 # EXPR_FUNCCALL_0ARGS
1831 type := "EXPR_FUNCCALL_0ARGS" ),