Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h44 class CaseFailInsn : public ErrorInsn {
46 CaseFailInsn(const Location &loc);
H A DInsn.cxx222 CaseFailInsn::CaseFailInsn(const Location &loc) in CaseFailInsn() function in DSSSL_NAMESPACE::CaseFailInsn
227 const Insn *CaseFailInsn::execute(VM &vm) const in execute()
H A DExpression.cxx416 finish = new CaseFailInsn(location()); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h44 class CaseFailInsn : public ErrorInsn {
46 CaseFailInsn(const Location &loc);
H A DInsn.cxx224 CaseFailInsn::CaseFailInsn(const Location &loc) in InheritedC()
229 const Insn *CaseFailInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx416 finish = new CaseFailInsn(location()); in compile()