Home
last modified time | relevance | path

Searched refs:FunctionTailCallInsn (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h284 class FunctionTailCallInsn : public Insn {
286 FunctionTailCallInsn(int nArgs, FunctionObj *, const Location &,
H A DInsn.cxx538 return new FunctionTailCallInsn(nArgs, this, loc, nCallerArgs); in makeTailCallInsn()
653 FunctionTailCallInsn:: FunctionTailCallInsn(int nArgs, FunctionObj *function, in FunctionTailCallInsn() function in DSSSL_NAMESPACE::FunctionTailCallInsn
660 const Insn *FunctionTailCallInsn::execute(VM &vm) const in execute()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h284 class FunctionTailCallInsn : public Insn {
286 FunctionTailCallInsn(int nArgs, FunctionObj *, const Location &,
H A DInsn.cxx540 return new FunctionTailCallInsn(nArgs, this, loc, nCallerArgs); in InheritedC()
655 FunctionTailCallInsn:: FunctionTailCallInsn(int nArgs, FunctionObj *function, in InheritedC()
662 const Insn *FunctionTailCallInsn::execute(VM &vm) const in InheritedC()