Lines Matching full:font
54 format-strings.c:91:13: <font color="magenta">warning:</font> '.*' specified field precision is missing a matching 'int' argument
55 <font color="darkgreen"> printf("%.*d");</font>
56 <font color="blue"> ^</font>
76 t.c:7:39: <font color="red">error:</font> invalid operands to binary expression ('int' and 'struct A')
77 <font color="darkgreen"> return y + func(y ? ((SomeA.X + 40) + SomeA) / 42 + SomeA.X : SomeA.X);</font>
78 <font color="blue"> ~~~~~~~~~~~~~~ ^ ~~~~~</font>
99 t.c:5:11: <font color="red">error:</font> indirection requires pointer operand ('int' invalid)
100 <font color="darkgreen"> int y = *SomeA.X;</font>
101 <font color="blue"> ^~~~~~~~</font>
114 t.c:12:8: <font color="red">error:</font> called object type 'int' is not a function or function pointer
115 <font color="darkgreen"> (P-Q)();</font>
116 <font color="blue"> ~~~~~^</font>
139 t.cc:9:18: <font color="red">error:</font> invalid operands to binary expression ('int' and 'foo')
140 <font color="darkgreen"> return P->bar() + *P;</font>
141 <font color="blue"> ~~~~~~~~ ^ ~~</font>
163 t.c:15:11: <font color="red">error:</font> can't convert between vector values of different size ('__m128' and 'int const *')
164 <font color="darkgreen"> myvec[1]/P;</font>
165 <font color="blue"> ~~~~~~~~^~</font>
176 t.c:13:9: <font color="red">error:</font> member reference base type 'pid_t' (aka 'int') is not a structure or union
177 <font color="darkgreen"> myvar = myvar.x;</font>
178 <font color="blue"> ~~~~~ ^</font>
207 t.cpp:9:10: <font color="red">error:</font> invalid operands to binary expression ('servers::Server const' and '::services::WebService const *')
208 <font color="darkgreen">server += http;</font>
209 <font color="blue">~~~~~~ ^ ~~~~</font>
218 t.cpp:12:7: <font color="red">error:</font> incompatible type assigning 'vector<Real>', expected 'std::string' (aka 'class std::basic_string<char>')
219 <font color="darkgreen">str = vec</font>;
220 <font color="blue">^ ~~~</font>
237 t.c:5:28: <font color="magenta">warning:</font> use of GNU old-style field designator extension
238 <font color="darkgreen">struct point origin = { x: 0.0, y: 0.0 };</font>
239 <font color="red">~~</font> <font color="blue">^</font>
240 <font color="darkgreen">.x = </font>
241 t.c:5:36: <font color="magenta">warning:</font> use of GNU old-style field designator extension
242 <font color="darkgreen">struct point origin = { x: 0.0, y: 0.0 };</font>
243 <font color="red">~~</font> <font color="blue">^</font>
244 <font color="darkgreen">.y = </font>
256 t.cpp:9:3: <font color="red">error:</font> template specialization requires 'template<>'
258 <font color="blue">^</font>
259 <font color="darkgreen">template<> </font>
276 t.c:80:3: <font color="red">error:</font> invalid operands to binary expression ('typeof(P)' (aka 'struct mystruct') and 'typeof(F)' (aka 'float'))
277 <font color="darkgreen"> X = MYMAX(P, F);</font>
278 <font color="blue"> ^~~~~~~~~~~</font>
280 <font color="darkgreen">#define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b ? __b : __a; })</font>
281 <font color="blue"> ~~~ ^ ~~~</font>
289 t.c:22:2: <font color="magenta">warning:</font> type specifier missing, defaults to 'int'
290 <font color="darkgreen"> ILPAD();</font>
291 <font color="blue"> ^</font>
293 <font color="darkgreen">#define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */</font>
294 <font color="blue"> ^</font>
296 <font color="darkgreen"> register i; \</font>
297 <font color="blue"> ^</font>
319 t.c:4:8: <font color="red">error:</font> expected ';' after expression
320 <font color="darkgreen"> bar()</font>
321 <font color="blue"> ^</font>
322 <font color="blue"> ;</font>
333 t.c:3:1: <font color="red">error:</font> unknown type name 'foo_t'
334 <font color="darkgreen">foo_t *P = 0;</font>
335 <font color="blue">^</font>
355 t.cc:2:11: <font color="red">error:</font> expected ';' after class
356 <font color="darkgreen">class a {}</font>
357 <font color="blue"> ^</font>
358 <font color="blue"> ;</font>
359 t.cc:6:2: <font color="red">error:</font> expected ';' after struct
360 <font color="darkgreen">}</font>
361 <font color="blue"> ^</font>
362 <font color="blue"> ;</font>