Searched refs:test_limit (Results 1 – 6 of 6) sorted by relevance
69 int test_limit = 0; variable89 if (test_limit) { in main()121 if (test_limit || (num < num_threads)) { in thread()138 if (test_limit) { in thread()181 test_limit++; in parse_args()
13 static int test_limit(void) in test_limit() function46 ret += test_limit(); in main()
31 fn test_limit() { in test_limit() function
292 define void @test_limit(i32 addrspace(1)* %a, i32 addrspace(1)* %b, i32 addrspace(1)* %c, i32 addrs…293 ; CHECK-VREG-LABEL: name: test_limit
337 define void @test_limit(i32 addrspace(1)* %a, i32 addrspace(1)* %b, i32 addrspace(1)* %c, i32 addrs…338 ; CHECK-LABEL: test_limit:
1196 def test_limit(self): member in TestTracebackException