Home
last modified time | relevance | path

Searched refs:makeCallInsn (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h346 virtual InsnPtr makeCallInsn(int nArgs, Interpreter &, const Location &,
362 InsnPtr makeCallInsn(int nArgs, Interpreter &, const Location &, InsnPtr next);
H A DInsn.cxx528 InsnPtr FunctionObj::makeCallInsn(int nArgs, Interpreter &, in makeCallInsn() function in DSSSL_NAMESPACE::FunctionObj
584 InsnPtr PrimitiveObj::makeCallInsn(int nArgs, Interpreter &interp, const Location &loc, in makeCallInsn() function in DSSSL_NAMESPACE::PrimitiveObj
H A DExpression.cxx161 result = func->makeCallInsn(nArgs(), interp, location(), next); in compile()
H A Dprimitive.cxx4611 InsnPtr insn(func_->makeCallInsn(1, interp, context_->loc, InsnPtr())); in mapNext()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h346 virtual InsnPtr makeCallInsn(int nArgs, Interpreter &, const Location &,
362 InsnPtr makeCallInsn(int nArgs, Interpreter &, const Location &, InsnPtr next);
H A DInsn.cxx530 InsnPtr FunctionObj::makeCallInsn(int nArgs, Interpreter &, in InheritedC()
586 InsnPtr PrimitiveObj::makeCallInsn(int nArgs, Interpreter &interp, const Location &loc, in InheritedC()
H A DStyle.cxx590 insns[1] = f->makeCallInsn(1, interp, Location(), InsnPtr()); in applyFunc()
H A DExpression.cxx161 result = func->makeCallInsn(nArgs(), interp, location(), next); in compile()
H A Dprimitive.cxx4633 InsnPtr insn(func->makeCallInsn(0, interp, loc, InsnPtr()));
5305 InsnPtr insn(func->makeCallInsn(0, interp, loc, InsnPtr()));
5550 InsnPtr insn(func_->makeCallInsn(1, interp, context_->loc, InsnPtr()));