OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foof
(Results
1 - 5
of
5
) 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);
mips-interrupt-attr.c
24
__attribute__((mips16,interrupt)) void
foof
() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \
function
array-init.c
5
extern int
foof
() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
/external/bison/tests/
testsuite
[
all
...]
Completed in 165 milliseconds