Searched refs:TestNullInsn (Results 1 – 8 of 8) sorted by relevance
/dports/textproc/jade/jade-1.2.1/style/ |
H A D | Insn.h | 316 class TestNullInsn : public Insn { 318 TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull);
|
H A D | MacroFlowObj.cxx | 189 result = new TestNullInsn(stackOffset, ifNull, result); in compile()
|
H A D | Insn.cxx | 666 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 D | Expression.cxx | 582 next = new TestNullInsn(offset, set, next); in compile()
|
/dports/textproc/openjade/openjade-1.3.3-pre1/style/ |
H A D | Insn.h | 316 class TestNullInsn : public Insn { 318 TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull); in PopInsn()
|
H A D | MacroFlowObj.cxx | 189 result = new TestNullInsn(stackOffset, ifNull, result);
|
H A D | Insn.cxx | 668 TestNullInsn::TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull) in InheritedC() 673 const Insn *TestNullInsn::execute(VM &vm) const in InheritedC()
|
H A D | Expression.cxx | 582 next = new TestNullInsn(offset, set, next); in compile()
|