Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c23 void testLogicalOr(){ printf("%d || %d = %d\n", 10, 4, 10 || 4); } in testLogicalOr() function
52 testLogicalOr(); in main()
Dexpr.c23 testLogicalOr(){ printf("%d || %d = %d\n", 10, 4, 10 || 4); } in testLogicalOr() function
52 testLogicalOr(); in main()