Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h296 class VarargsInsn : public Insn {
298 VarargsInsn(const Signature &, Vector<InsnPtr> &entryPoints,
H A DInsn.cxx679 VarargsInsn::VarargsInsn(const Signature &sig, in VarargsInsn() function in DSSSL_NAMESPACE::VarargsInsn
687 const Insn *VarargsInsn::execute(VM &vm) const in execute()
H A DExpression.cxx636 code = new VarargsInsn(sig_, entryPoints, location()); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h296 class VarargsInsn : public Insn { in execute()
298 VarargsInsn(const Signature &, Vector<InsnPtr> &entryPoints, in execute()
H A DInsn.cxx681 VarargsInsn::VarargsInsn(const Signature &sig, in InheritedC()
689 const Insn *VarargsInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx636 code = new VarargsInsn(sig_, entryPoints, location()); in compile()