Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h26 virtual bool isPopBindings(int &n, ConstPtr<Insn> &) const;
229 bool isPopBindings(int &n, InsnPtr &) const;
H A DInsn.cxx199 bool Insn::isPopBindings(int &, InsnPtr &) const in isPopBindings() function in DSSSL_NAMESPACE::Insn
974 if (next->isPopBindings(i, next)) in make()
992 bool PopBindingsInsn::isPopBindings(int &n, InsnPtr &next) const in isPopBindings() function in DSSSL_NAMESPACE::PopBindingsInsn
H A DExpression.cxx205 && next->isPopBindings(n, tem) in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h26 virtual bool isPopBindings(int &n, ConstPtr<Insn> &) const;
229 bool isPopBindings(int &n, InsnPtr &) const; in execute()
H A DInsn.cxx201 bool Insn::isPopBindings(int &, InsnPtr &) const in InheritedC()
976 if (next->isPopBindings(i, next)) in InheritedC()
994 bool PopBindingsInsn::isPopBindings(int &n, InsnPtr &next) const in InheritedC()
H A DExpression.cxx205 && next->isPopBindings(n, tem) in compile()