Lines Matching refs:BOOL
1284 if not (sym.orig_type is BOOL
1724 sym.orig_type is BOOL and \
4282 return BOOL
4491 (self.type is BOOL or expr_value(self.weak_rev_dep) == 2):
4613 if not (self.orig_type is BOOL and value in (2, 0) or
4832 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2:
4841 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2:
4941 if val == 1 and self.type is BOOL:
5179 return BOOL
5207 return 2 if val == 1 and self.type is BOOL else val
5266 if not (self.orig_type is BOOL and value in (2, 0) or
5417 return (2,) if self.type is BOOL else (1, 2)
5418 return (0, 2) if self.type is BOOL else (0, 1, 2)
6983 BOOL = _T_BOOL variable
6991 BOOL: "bool",
7009 _T_DEF_BOOL: BOOL,
7070 BOOL,
7075 BOOL,