Home
last modified time | relevance | path

Searched refs:TestNullInsn (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h316 class TestNullInsn : public Insn {
318 TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull);
H A DMacroFlowObj.cxx189 result = new TestNullInsn(stackOffset, ifNull, result); in compile()
H A DInsn.cxx666 TestNullInsn::TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull) in TestNullInsn() function in DSSSL_NAMESPACE::TestNullInsn
671 const Insn *TestNullInsn::execute(VM &vm) const in execute()
H A DExpression.cxx582 next = new TestNullInsn(offset, set, next); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h316 class TestNullInsn : public Insn {
318 TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull); in PopInsn()
H A DMacroFlowObj.cxx189 result = new TestNullInsn(stackOffset, ifNull, result);
H A DInsn.cxx668 TestNullInsn::TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull) in InheritedC()
673 const Insn *TestNullInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx582 next = new TestNullInsn(offset, set, next); in compile()