Lines Matching defs:notException
48 Label notException(env);
49 Branch(TaggedIsException(res), &isException, ¬Exception);
54 Bind(¬Exception);
66 Label notException(env);
67 Branch(TaggedIsException(res), &isException, ¬Exception);
73 Bind(¬Exception);
83 Label notException(env);
84 Branch(TaggedIsException(res), &isException, ¬Exception);
89 Bind(¬Exception);
100 Label notException(env);
101 Branch(HasPendingException(glue), &isException, ¬Exception);
106 Bind(¬Exception);