Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h61 class ResolveQuantitiesInsn : public Insn {
63 ResolveQuantitiesInsn(const Location &, InsnPtr);
H A DInsn.cxx246 ResolveQuantitiesInsn::ResolveQuantitiesInsn(const Location &loc, InsnPtr next) in ResolveQuantitiesInsn() function in DSSSL_NAMESPACE::ResolveQuantitiesInsn
251 const Insn *ResolveQuantitiesInsn::execute(VM &vm) const in execute()
H A DExpression.cxx50 return new ConstantInsn(obj_, new ResolveQuantitiesInsn(location(), next)); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h61 class ResolveQuantitiesInsn : public Insn {
63 ResolveQuantitiesInsn(const Location &, InsnPtr);
H A DInsn.cxx248 ResolveQuantitiesInsn::ResolveQuantitiesInsn(const Location &loc, InsnPtr next) in InheritedC()
253 const Insn *ResolveQuantitiesInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx50 return new ConstantInsn(obj_, new ResolveQuantitiesInsn(location(), next)); in compile()