HomeSort by relevance Sort by last modified time
    Searched refs:testUnaryPlus (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 27 void testUnaryPlus(){ printf("+%d = %d\n", 10, +10); }
56 testUnaryPlus();
expr.c 27 testUnaryPlus(){ printf("+%d = %d\n", 10, +10); }
56 testUnaryPlus();

Completed in 89 milliseconds