/freebsd/lib/libc/tests/stdlib/ |
H A D | cxa_thread_atexit_nothr_test.cc | 35 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 D | cxa_thread_atexit_test.cc | 35 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 D | cxx_constructors.cc | 51 struct Foo { struct 52 Foo() { in Foo() argument 55 ~Foo() { in ~Foo() argument
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-list-tests-unittest_.cc | 45 TEST(Foo, Bar1) {} in TEST() argument 47 TEST(Foo, Bar2) {} in TEST() argument 49 TEST(Foo, DISABLED_Bar3) {} in TEST() argument
|
H A D | googletest-break-on-failure-unittest_.cc | 50 TEST(Foo, Bar) { EXPECT_EQ(2, 3); } in TEST() argument
|
H A D | gtest_xml_outfile2_test_.cc | 69 enum Foo { in TEST_F() enum
|
H A D | googletest-printers-test.cc | 777 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 D | gtest_unittest.cc | 4968 class Foo { class
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | string_pool_test.cpp | 37 auto Foo = SP.intern("foo"); in TEST() local
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 79 class Foo { class
|
H A D | gmock-function-mocker_test.cc | 959 struct Foo { in TEST() struct
|
H A D | gmock-actions_test.cc | 1217 class Foo { class 1219 Foo() : value_(123) {} in Foo() function in testing::__anon10e2b6f40111::Foo
|
H A D | gmock-more-actions_test.cc | 149 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 D | MachOObjectFile.cpp | 2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
|