Home
last modified time | relevance | path

Searched refs:testUnaryPlus (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c27 void testUnaryPlus(){ printf("+%d = %d\n", 10, +10); } in testUnaryPlus() function
56 testUnaryPlus(); in main()
Dexpr.c27 testUnaryPlus(){ printf("+%d = %d\n", 10, +10); } in testUnaryPlus() function
56 testUnaryPlus(); in main()