Lines Matching defs:notException
37 Label notException(env);
38 Branch(TaggedIsException(res), &isException, ¬Exception);
44 Bind(¬Exception);
54 Label notException(env);
55 Branch(TaggedIsException(res), &isException, ¬Exception);
63 Bind(¬Exception);
73 Label notException(env);
74 Branch(TaggedIsException(res), &isException, ¬Exception);
82 Bind(¬Exception);
92 Label notException(env);
93 Branch(TaggedIsException(res), &isException, ¬Exception);
99 Bind(¬Exception);
110 Label notException(env);
111 Branch(TaggedIsException(res), &isException, ¬Exception);
117 Bind(¬Exception);
127 Label notException(env);
128 Branch(HasPendingException(glue), &isException, ¬Exception);
134 Bind(¬Exception);