Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h115 class ConsInsn : public Insn {
117 ConsInsn(InsnPtr next);
H A DInsn.cxx326 ConsInsn::ConsInsn(InsnPtr next) in ConsInsn() function in DSSSL_NAMESPACE::ConsInsn
331 const Insn *ConsInsn::execute(VM &vm) const in execute()
H A DExpression.cxx907 tem = new ConsInsn(tem); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h115 class ConsInsn : public Insn {
117 ConsInsn(InsnPtr next);
H A DInsn.cxx328 ConsInsn::ConsInsn(InsnPtr next) in InheritedC()
333 const Insn *ConsInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx907 tem = new ConsInsn(tem); in compile()