Searched refs:testAddressOf (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Dexpr-ansi.c24 void testAddressOf(){ int a; printf("&a is %d\n", &a); } function
53 testAddressOf();
H A Dexpr.c24 testAddressOf(){ int a; printf("&a is %d\n", &a); } function
53 testAddressOf();
/frameworks/compile/libbcc/tests/
H A Dtest.py496 def testAddressOf(self): function

Completed in 52 milliseconds