Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h149 class TailApplyInsn : public ApplyBaseInsn {
151 TailApplyInsn(int nCallerArgs, int nArgs, const Location &);
H A DInsn.cxx387 TailApplyInsn::TailApplyInsn(int nCallerArgs, int nArgs, const Location &loc) in TailApplyInsn() function in DSSSL_NAMESPACE::TailApplyInsn
440 const Insn *TailApplyInsn::execute(VM &vm) const in execute()
501 TailApplyInsn insn(nCallerArgs, vm.nActualArgs, loc); in tailCall()
H A DExpression.cxx167 result = new TailApplyInsn(callerArgs, n, location()); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h149 class TailApplyInsn : public ApplyBaseInsn {
151 TailApplyInsn(int nCallerArgs, int nArgs, const Location &);
H A DInsn.cxx389 TailApplyInsn::TailApplyInsn(int nCallerArgs, int nArgs, const Location &loc) in InheritedC()
442 const Insn *TailApplyInsn::execute(VM &vm) const in InheritedC()
503 TailApplyInsn insn(nCallerArgs, vm.nActualArgs, loc); in InheritedC()
H A DExpression.cxx167 result = new TailApplyInsn(callerArgs, n, location()); in compile()