Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h510 class ListToVectorInsn : public Insn {
512 ListToVectorInsn(InsnPtr next);
H A DInsn.cxx1111 ListToVectorInsn::ListToVectorInsn(InsnPtr next) in ListToVectorInsn() function in DSSSL_NAMESPACE::ListToVectorInsn
1116 const Insn *ListToVectorInsn::execute(VM &vm) const in execute()
H A DExpression.cxx899 tem = new ListToVectorInsn(tem); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h510 class ListToVectorInsn : public Insn {
512 ListToVectorInsn(InsnPtr next);
H A DInsn.cxx1113 ListToVectorInsn::ListToVectorInsn(InsnPtr next) in InheritedC()
1118 const Insn *ListToVectorInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx899 tem = new ListToVectorInsn(tem); in compile()