Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc35 struct Foo { struct
36 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() argument
37 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument
41 static thread_local Foo f; argument
H A Dcxa_thread_atexit_test.cc35 struct Foo { struct
36 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() argument
37 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument
44 thread_local static Foo foo; in ~Bar() argument
/freebsd/lib/csu/tests/
H A Dcxx_constructors.cc51 struct Foo { struct
52 Foo() { in Foo() argument
55 ~Foo() { in ~Foo() argument
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc45 TEST(Foo, Bar1) {} in TEST() argument
47 TEST(Foo, Bar2) {} in TEST() argument
49 TEST(Foo, DISABLED_Bar3) {} in TEST() argument
H A Dgoogletest-break-on-failure-unittest_.cc50 TEST(Foo, Bar) { EXPECT_EQ(2, 3); } in TEST() argument
H A Dgtest_xml_outfile2_test_.cc69 enum Foo { in TEST_F() enum
H A Dgoogletest-printers-test.cc777 struct Foo { struct
780 int MyMethod(char x) { return x + 1; } in MyMethod()
781 virtual char MyVirtualMethod(int /* n */) { return 'a'; } in MyVirtualMethod()
783 int value;
H A Dgtest_unittest.cc4968 class Foo { class
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp37 auto Foo = SP.intern("foo"); in TEST() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc79 class Foo { class
H A Dgmock-function-mocker_test.cc959 struct Foo { in TEST() struct
H A Dgmock-actions_test.cc1217 class Foo { class
1219 Foo() : value_(123) {} in Foo() function in testing::__anon10e2b6f40111::Foo
H A Dgmock-more-actions_test.cc149 class Foo { class
151 Foo() : value_(123) {} in Foo() function in testing::gmock_more_actions_test::Foo
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local