Home
last modified time | relevance | path

Searched refs:pure_test (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dmodref-6.c11 int *pure_test (int *b) in pure_test() function
26 escape (pure_test (&a)); in test2()
/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c5328 struct hash_table_test pure_test = table->test; in purecopy_hash_table() local
5331 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()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c5536 struct hash_table_test pure_test = table->test; in purecopy_hash_table() local
5539 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()