Searched defs:bar2 (Results 26 - 27 of 27) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc522 void* bar2 = AllocHidden(50 * sizeof(int)); local
523 Use(&bar2);
525 LogHidden("Pre leaking", bar2);
532 DeAllocHidden(&bar2);
549 void* bar2 = AllocHidden(50 * sizeof(int)); local
550 Use(&bar2);
552 LogHidden("Leaking", bar2);
559 DeAllocHidden(&bar2);
625 void* bar2 = AllocHidden(160 * sizeof(int)); local
626 Use(&bar2);
652 void* bar2 = AllocHidden(160 * sizeof(int)); local
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1508 void bar2(MyData* d) { function in class:substitution_test::Foo
2390 void bar2(Bar* g) EXCLUSIVE_LOCKS_REQUIRED(getMu(this), g->getMu());
2403 b1->bar2(b2); // expected-warning {{calling function 'bar2' requires holding mutex 'b1->mu_' exclusively}} \
2404 // expected-warning {{calling function 'bar2' requires holding mutex 'b2->mu_' exclusively}}
2412 b1->bar2(b2); // \
2413 // expected-warning {{calling function 'bar2' requires holding mutex 'b2->mu_' exclusively}} \
2417 b1->bar2(b2);
2436 b1->bar2(b2);
3903 void bar2() EXCLUSIVE_LOCKS_REQUIRE
[all...]

Completed in 105 milliseconds

12