D | gen-tgmath-tests.py | 95 order=None, integer=False, complex=False, real_type=None): argument 103 self.integer = integer 143 integer=False, complex_name=None, complex_ok=True, argument 148 condition=condition, order=order, integer=integer, 154 integer=integer, complex=True, 165 if self.integer: 209 Type.create_type('char', integer=True) 210 Type.create_type('signed char', integer=True) 211 Type.create_type('unsigned char', integer=True) 212 Type.create_type('short int', integer=True) [all …]
|