Lines Matching defs:isException
47 Label isException(env);
49 Branch(TaggedIsException(res), &isException, ¬Exception);
50 Bind(&isException);
65 Label isException(env);
67 Branch(TaggedIsException(res), &isException, ¬Exception);
68 Bind(&isException);
82 Label isException(env);
84 Branch(TaggedIsException(res), &isException, ¬Exception);
85 Bind(&isException);
99 Label isException(env);
101 Branch(HasPendingException(glue), &isException, ¬Exception);
102 Bind(&isException);