Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h273 class FunctionCallInsn : public Insn {
275 FunctionCallInsn(int nArgs, FunctionObj *, const Location &, InsnPtr);
H A DInsn.cxx532 return new FunctionCallInsn(nArgs, this, loc, next); in makeCallInsn()
641 FunctionCallInsn:: FunctionCallInsn(int nArgs, FunctionObj *function, in FunctionCallInsn() function in DSSSL_NAMESPACE::FunctionCallInsn
647 const Insn *FunctionCallInsn::execute(VM &vm) const in execute()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h273 class FunctionCallInsn : public Insn { in execute()
275 FunctionCallInsn(int nArgs, FunctionObj *, const Location &, InsnPtr); in execute()
H A DInsn.cxx534 return new FunctionCallInsn(nArgs, this, loc, next); in InheritedC()
643 FunctionCallInsn:: FunctionCallInsn(int nArgs, FunctionObj *function, in InheritedC()
649 const Insn *FunctionCallInsn::execute(VM &vm) const in InheritedC()