Home
last modified time | relevance | path

Searched refs:barfoo (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/
Dtest.c58 void barfoo() {} in barfoo() function
76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
84 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
86 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
90 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
99 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
Dstr.c12 barfoo (foobar); in bar()
Dac.c1 barfoo (a) in barfoo() function
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dlexsub.t29 is fribbler("bar"), "barfoo";