Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/go/
Dtest.c35 void barfoo() {} in barfoo() function
48 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
50 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
53 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
59 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()
/external/clang/test/CodeGen/
Ddebug-info.c46 typedef int barfoo; typedef
47 barfoo foo() { in foo()
/external/compiler-rt/test/tsan/
Dstack_sync_reuse.cc42 void __attribute__((noinline)) barfoo() { in barfoo() function
58 barfoo(); in main()
/external/lldb/test/python_api/sbdata/
DTestSBData.py179 barfoo = frame.FindVariable('barfoo')
181 data = barfoo.GetData()
184 print barfoo
204 …new_object = barfoo.CreateValueFromData("new_object",data,barfoo.GetType().GetBasicType(lldb.eBasi…
Dmain.cpp38 foo barfoo[] = {foo(1,2,3), foo(4,5,6)}; in main() local
/external/pcre/dist/testdata/
Dtestoutput13041 barfoo
3053 barfoo
3646 0: barfoo
3649 0: barfoo
3655 barfoo
Dtestinput11962 barfoo
1969 barfoo
2285 barfoo
Dtestinput82384 barfoo
2391 barfoo
Dtestoutput83716 barfoo
3728 barfoo
Dtestinput2180 the barfoo
Dtestoutput2464 the barfoo
/external/pcre/dist/doc/
Dpcre.txt6170 tern matches both "foofoo" and "barbar" but not "foobar" or "barfoo":