Searched refs:pure_test (Results 1 – 3 of 3) sorted by relevance
11 int *pure_test (int *b) in pure_test() function26 escape (pure_test (&a)); in test2()
5328 struct hash_table_test pure_test = table->test; in purecopy_hash_table() local5331 pure_test.name = purecopy (table->test.name); in purecopy_hash_table()5332 pure_test.user_hash_function = purecopy (table->test.user_hash_function); in purecopy_hash_table()5333 pure_test.user_cmp_function = purecopy (table->test.user_cmp_function); in purecopy_hash_table()5347 pure->test = pure_test; in purecopy_hash_table()
5536 struct hash_table_test pure_test = table->test; in purecopy_hash_table() local5539 pure_test.name = purecopy (table->test.name); in purecopy_hash_table()5540 pure_test.user_hash_function = purecopy (table->test.user_hash_function); in purecopy_hash_table()5541 pure_test.user_cmp_function = purecopy (table->test.user_cmp_function); in purecopy_hash_table()5555 pure->test = pure_test; in purecopy_hash_table()