Home | History | Annotate | Download | only in lint1

Lines Matching refs:_Generic

28 	return _Generic(var,
44 return _Generic(var,
53 * The type of a _Generic expression is the one from the selected association.
60 return _Generic(c,
68 * which looked as if _Generic would accept multiple arguments before the
76 return _Generic(first, second,
91 return _Generic(first = second,
99 return _Generic(0, int: assignment_expression)(0, 0);
103 * The types don't match, therefore the _Generic selection evaluates to NULL,
107 const char *x = _Generic(
120 x = _Generic(*str,
125 x = _Generic(((const unsigned char)str[2]),
129 x = _Generic(type_conversions,
134 x = _Generic(array,
146 while (_Generic(
157 return _Generic(
177 return _Generic(