Searched refs:_attribute (Results 1 – 9 of 9) sorted by relevance
140 def _attribute(self, attr): member in WindowsConsoleFormatter146 self._attribute(self._bold)148 self._attribute(self._normal)151 self._attribute(self._italic)153 self._attribute(self._normal)156 self._attribute(self._blue)158 self._attribute(self._normal)161 self._attribute(self._green)163 self._attribute(self._normal)
66 int _attribute; field74 return 5/_attribute; // expected-warning {{Division by zero}}78 _attribute = 0;83 int _attribute; field90 _attribute = 0;95 return 5/_attribute; // expected-warning {{Division by zero}}
333 void *_attribute; /* really pthread_attr_t */ member339 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
530 .. _attribute-references:
1474 .. _attribute-access:
757 .. _attribute-references:
1515 .. _attribute-access:
8146 … :diagtext:`parameter of overriding method should be annotated with \_\_attribute\_\_((noescape))`|