OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testUnaryNot
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
28
void
testUnaryNot
(){ printf("!%d = %d\n", 10, !10); }
57
testUnaryNot
();
expr.c
28
testUnaryNot
(){ printf("!%d = %d\n", 10, !10); }
57
testUnaryNot
();
Completed in 21 milliseconds