Searched refs:foof (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-implicit-conversion-floating-point-to-bool.cpp3 float foof(float x);
15 b = foof(4.0);
17 b = foof(c < 1); // expected-warning {{implicit conversion turns floating-point number into bool: 'float' to 'bool'}}
/external/clang/test/Sema/
H A Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
H A Dmips-interrupt-attr.c24 __attribute__((mips16,interrupt)) void foof() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \ function
H A Darray-init.c5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}

Completed in 202 milliseconds