Lines Matching defs:isException
36 Label isException(env);
38 Branch(TaggedIsException(res), &isException, ¬Exception);
39 Bind(&isException);
53 Label isException(env);
55 Branch(TaggedIsException(res), &isException, ¬Exception);
56 Bind(&isException);
72 Label isException(env);
74 Branch(TaggedIsException(res), &isException, ¬Exception);
75 Bind(&isException);
91 Label isException(env);
93 Branch(TaggedIsException(res), &isException, ¬Exception);
94 Bind(&isException);
109 Label isException(env);
111 Branch(TaggedIsException(res), &isException, ¬Exception);
112 Bind(&isException);
126 Label isException(env);
128 Branch(HasPendingException(glue), &isException, ¬Exception);
129 Bind(&isException);