Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h123 class AppendInsn : public Insn {
125 AppendInsn(const Location &, InsnPtr next);
H A DInsn.cxx338 AppendInsn:: AppendInsn(const Location &loc, InsnPtr next) in AppendInsn() function in DSSSL_NAMESPACE::AppendInsn
343 const Insn *AppendInsn::execute(VM &vm) const in execute()
H A DExpression.cxx905 tem = new AppendInsn(location(), tem); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h123 class AppendInsn : public Insn {
125 AppendInsn(const Location &, InsnPtr next);
H A DInsn.cxx340 AppendInsn:: AppendInsn(const Location &loc, InsnPtr next) in InheritedC()
345 const Insn *AppendInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx905 tem = new AppendInsn(location(), tem); in compile()