OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testinc
(Results
1 - 3
of
3
) 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
();
/external/clang/test/CodeGen/
c11atomics.c
25
// CHECK:
testinc
26
void
testinc
(void)
function
Completed in 199 milliseconds