Home | History | Annotate | Download | only in Compiler

Lines Matching defs:exception_value

443             if self.exception_value:
445 result_code, self.typedef_cname, self.exception_value)
473 exception_value = None
632 exception_value="-1",
1191 exception_value = None
1207 elif self.exception_value is not None:
1208 conds.append("(%s == (%s)%s)" % (result_code, self.sign_and_name(), self.exception_value))
1413 exception_value = -1
1647 exception_value = -1
2114 self.exception_value = "NULL"
2119 self.exception_value = "NULL"
2317 # exception_value string
2339 exception_value = None, exception_check = 0, calling_convention = "",
2346 self.exception_value = exception_value
2360 if self.exception_value:
2361 except_clause = " %r" % self.exception_value
2495 return self.exception_value == other_type.exception_value \
2526 if self.exception_value and self.exception_check:
2527 trailer = " except? %s" % self.exception_value
2528 elif self.exception_value:
2529 trailer = " except %s" % self.exception_value
2569 exception_value = self.exception_value,
3032 if T.exception_value is not None:
3033 except_clause = T.exception_value
3305 exception_value = "0"