Searched refs:test_return (Results 1 – 10 of 10) sorted by relevance
51 local test_return54 test_return=$?56 if [ ${test_return} -ne 0 ]; then
38 void test_return() in test_return() function99 test_return(); in main()
40 void test_return() in test_return() function114 test_return(); in main()
3 define i32 @test_return(i32* %p, i32 %oldval, i32 %newval) {4 ; CHECK-LABEL: test_return:
26 void test_return() { in test_return() function
27 define ccc %paramstruct @test_return( i32 %param, %paramstruct %prm )
129 void test_return() { in test_return() function
171 id test_return() { function
438 def test_return(self): member in RaisingTraceFuncTestCase