Searched defs:Bar (Results 101 - 103 of 103) sorted by relevance

12345

/external/valgrind/main/helgrind/
H A Dhg_main.c2847 Bar; typedef in typeref:struct:__anon32834
2849 static Bar* new_Bar ( void ) {
2850 Bar* bar = HG_(zalloc)( "hg.nB.1 (new_Bar)", sizeof(Bar) );
2857 static void delete_Bar ( Bar* bar ) {
2866 /* pthread_barrier_t* -> Bar* */
2877 static Bar* map_barrier_to_Bar_lookup_or_alloc ( void* barrier ) {
2882 return (Bar*)val;
2884 Bar* bar = new_Bar();
2894 Bar* ba
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5476 int Bar() { function in namespace:test114
5481 static int foo = Bar();
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp649 class Bar : public GarbageCollectedFinalized<Bar> { class in namespace:blink
651 static Bar* create()
653 return new Bar();
671 Bar() function in class:blink::Bar
678 unsigned Bar::s_live = 0;
682 static Baz* create(Bar* bar)
701 explicit Baz(Bar* bar)
706 Member<Bar> m_bar;
709 class Foo : public Bar {
[all...]

Completed in 798 milliseconds

12345