Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn2.h178 class LabelSosofoInsn : public Insn {
180 LabelSosofoInsn(const Location &, InsnPtr next);
H A DInsn.cxx1357 LabelSosofoInsn::LabelSosofoInsn(const Location &loc, InsnPtr next) in LabelSosofoInsn() function in DSSSL_NAMESPACE::LabelSosofoInsn
1362 const Insn *LabelSosofoInsn::execute(VM &vm) const in execute()
H A DExpression.cxx1243 new LabelSosofoInsn(exprs_[i]->location(), rest)); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h187 class LabelSosofoInsn : public Insn {
189 LabelSosofoInsn(const Location &, InsnPtr next);
H A DInsn.cxx1377 LabelSosofoInsn::LabelSosofoInsn(const Location &loc, InsnPtr next) in InheritedC()
1382 const Insn *LabelSosofoInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx1279 new LabelSosofoInsn(exprs_[i]->location(), rest)); in compile()