OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testInc
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
3
void
testInc
() { int a, b; a = 3; b = a++; printf("3++ = %d %d\n", b, a); }
32
testInc
();
expr.c
3
testInc
() { int a, b; a = 3; b = a++; printf("3++ = %d %d\n", b, a); }
32
testInc
();
Completed in 265 milliseconds