Home
last modified time | relevance | path

Searched refs:Foo5 (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee.cc31 struct Foo5 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
48 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp5001 class Foo5 { class