Searched refs:barfoo (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 35 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/ |
D | debug-info.c | 46 typedef int barfoo; typedef 47 barfoo foo() { in foo()
|
/external/compiler-rt/test/tsan/ |
D | stack_sync_reuse.cc | 42 void __attribute__((noinline)) barfoo() { in barfoo() function 58 barfoo(); in main()
|
/external/lldb/test/python_api/sbdata/ |
D | TestSBData.py | 179 barfoo = frame.FindVariable('barfoo') 181 data = barfoo.GetData() 184 print barfoo 204 …new_object = barfoo.CreateValueFromData("new_object",data,barfoo.GetType().GetBasicType(lldb.eBasi…
|
D | main.cpp | 38 foo barfoo[] = {foo(1,2,3), foo(4,5,6)}; in main() local
|
/external/pcre/dist/testdata/ |
D | testoutput1 | 3041 barfoo 3053 barfoo 3646 0: barfoo 3649 0: barfoo 3655 barfoo
|
D | testinput1 | 1962 barfoo 1969 barfoo 2285 barfoo
|
D | testinput8 | 2384 barfoo 2391 barfoo
|
D | testoutput8 | 3716 barfoo 3728 barfoo
|
D | testinput2 | 180 the barfoo
|
D | testoutput2 | 464 the barfoo
|
/external/pcre/dist/doc/ |
D | pcre.txt | 6170 tern matches both "foofoo" and "barbar" but not "foobar" or "barfoo":
|