OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foof
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
warn-implicit-conversion-floating-point-to-bool.cpp
3
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/
declspec.c
6
void
foof
(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
array-init.c
5
extern int
foof
() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
/external/bison/tests/
testsuite
[
all
...]
Completed in 3080 milliseconds