Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c13 void testLesEqual(){ printf("%d <= %d = %d\n", 10, 4, 10 <= 4); } in testLesEqual() function
42 testLesEqual(); in main()
Dexpr.c13 testLesEqual(){ printf("%d <= %d = %d\n", 10, 4, 10 <= 4); } in testLesEqual() function
42 testLesEqual(); in main()