Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h216 class TopRefInsn : public Insn {
218 TopRefInsn(const Identifier *var, InsnPtr next);
H A DInsn.cxx891 TopRefInsn::TopRefInsn(const Identifier *var, InsnPtr next) in TopRefInsn() function in DSSSL_NAMESPACE::TopRefInsn
896 const Insn *TopRefInsn::execute(VM &vm) const in execute()
H A DExpression.cxx238 return new TopRefInsn(ident_, next); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h216 class TopRefInsn : public Insn {
218 TopRefInsn(const Identifier *var, InsnPtr next); in execute()
H A DInsn.cxx893 TopRefInsn::TopRefInsn(const Identifier *var, InsnPtr next) in InheritedC()
898 const Insn *TopRefInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx238 return new TopRefInsn(ident_, next); in compile()