Searched defs:Foo (Results 1 – 2 of 2) sorted by relevance
38 struct Foo { struct39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() function40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument44 static thread_local Foo f; argument
38 struct Foo { struct39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() function40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument47 thread_local static Foo foo; in ~Bar() argument