HomeSort by relevance Sort by last modified time
    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