Searched refs:Foo (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/lib/csu/tests/
H A Dcxx_constructors.cc54 struct Foo { struct
55 Foo() { function in struct:Foo
58 ~Foo() {
63 extern Foo foo;
66 Foo foo;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h61 ConversionFixItGenerator(TypeComparisonFuncTy Foo): NumConversionsFixed(0), argument
63 CompareTypes(Foo) {}
70 void setConversionChecker(TypeComparisonFuncTy Foo) { argument
71 CompareTypes = Foo;
/freebsd-12-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc38 struct Foo { struct
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } function in struct:Foo
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); }
44 static thread_local Foo f;
H A Dcxa_thread_atexit_test.cc38 struct Foo { struct
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } function in struct:Foo
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); }
47 thread_local static Foo foo;
70 static thread_local Foo f;
71 static thread_local Foo g;
163 * coredumping. Construction of Foo objects require filled
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest_.cc51 TEST(Foo, Bar) {
H A Dgoogletest-list-tests-unittest_.cc43 TEST(Foo, Bar1) {
46 TEST(Foo, Bar2) {
49 TEST(Foo, DISABLED_Bar3) {
H A Dgoogletest-printers-test.cc561 struct Foo { struct in namespace:testing::gtest_printers_test
563 virtual ~Foo() {}
571 EXPECT_TRUE(HasPrefix(Print(&Foo::value),
572 Print(sizeof(&Foo::value)) + "-byte object "));
573 int Foo::*p = NULL; // NOLINT
583 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
584 Print(sizeof(&Foo::MyMethod)) + "-byte object "));
586 HasPrefix(Print(&Foo::MyVirtualMethod),
587 Print(sizeof((&Foo::MyVirtualMethod))) + "-byte object "));
588 int (Foo
[all...]
H A Dgoogletest-param-test-test.cc853 #define PREFIX_WITH_FOO(test_name) Foo##test_name
H A Dgtest_unittest.cc1030 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo"));
4599 EXPECT_STREQ("Foo", StreamableToString("Foo").c_str());
5023 class Foo { class in namespace:__anon1936
5025 Foo() {} function in class:__anon1936::Foo
5039 ASSERT_EQ(1, Foo().Bar());
5045 Foo foo;
6416 L"--gtest_filter=Foo*",
6431 expected_flags.filter = "Foo*";
/freebsd-12-stable/usr.bin/sed/tests/
H A Dregress.sh67 REGRESSION_TEST(`icase2', `sed s/SED/Foo/I <${SRCDIR}/regress.in')
68 REGRESSION_TEST(`icase3', `sed s/SED/Foo/ <${SRCDIR}/regress.in')
69 REGRESSION_TEST(`icase4', `sed s/SED/Foo/i <${SRCDIR}/regress.in')
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc179 class Foo { class in namespace:testing::gmock_more_actions_test
181 Foo() : value_(123) {} function in class:testing::gmock_more_actions_test::Foo
341 Foo foo;
342 Action<int(std::string, bool, int, int)> a1 = Invoke(&foo, &Foo::SumOfLast2);
346 Invoke(&foo, &Foo::SumOfLast2);
366 Foo foo;
367 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
373 Foo foo;
374 Action<short(long)> a = Invoke(&foo, &Foo::Unary); // NOLINT
380 Foo fo
[all...]
H A Dgmock-nice-strict_test.cc73 class Foo { class in namespace:testing::gmock_nice_strict_test
75 virtual ~Foo() {}
81 class MockFoo : public Foo {
H A Dgmock-actions_test.cc707 MOCK_METHOD0(Foo, MyNonDefaultConstructible());
734 EXPECT_CALL(mock, Foo())
737 EXPECT_ANY_THROW(mock.Foo());
740 mock.Foo();
929 class Foo { class in namespace:__anon1869
931 Foo() : value_(123) {} function in class:__anon1869::Foo
976 Foo foo;
978 InvokeWithoutArgs(&foo, &Foo::Nullary);
H A Dgmock-spec-builders_test.cc2257 MOCK_METHOD1(Foo, PrintMeNot(PrintMeNot));
2270 EXPECT_CALL(helper_, Foo(_))
2272 helper_.Foo(PrintMeNot()); // This is an expected call.
2277 EXPECT_CALL(helper_, Foo(_))
2279 helper_.Foo(PrintMeNot()); // This is an expected call.
2284 ON_CALL(helper_, Foo(_))
2286 helper_.Foo(PrintMeNot()); // This should generate a warning.
2717 MOCK_CONST_METHOD1(Foo, int(int));
2723 ON_CALL(mock, Foo).WillByDefault(Return(7));
2726 EXPECT_THAT(mock.Foo(1
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h110 // ExtractSecondType<Foo..., int>::type
238 template <typename... Tys> class Foo {};
330 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
342 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
/freebsd-12-stable/share/mk/
H A Dlocal.sys.env.mk23 # NskipFoo = ${Foo:${M_ListToSkip}}
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.vars.mk47 # NskipFoo = ${Foo:${M_ListToSkip}}
/freebsd-12-stable/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh47 atf_check -s exit:0 -o ignore makefs -t cd9660 -o label=Foo -Z -s 64m cd9660.img dir
168 atf_check -s exit:0 -o ignore -e ignore newfs_msdos -F 32 -L Foo -c 1 \
192 atf_check -s exit:0 -o inline:"ntfs Foo\n" fstyp -l ntfs_with_label.img
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp114 For example, rename "A::Foo" to "B::Bar":
/freebsd-12-stable/contrib/gdb/
H A Dltcf-cxx.sh925 class Foo
928 Foo (void) { a = 0; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2278 // Foo.framework/Versions/A/Foo
2279 // Foo.framework/Foo
2280 // Where A and Foo can be any string. And may contain a trailing suffix
2291 // The library may have a suffix trailing the name Foo of the form:
2305 // Foo.qtx
2312 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; local
2318 // Pull off the last component and make Foo point to it
2322 Foo
[all...]
/freebsd-12-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh236 ${PW} useradd foo -e 20-Foo-2037
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6642 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6643 % @float Foo,lbl & no caption: Foo 1.1
6644 % @float Foo & @caption{Cap}: Foo: Cap
6645 % @float Foo & no caption: Foo
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex8043 % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply
8044 % "see The Foo Manual", the idea being to refer to the whole manual.
8580 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
8581 % @float Foo,lbl & no caption: Foo 1.1
8582 % @float Foo & @caption{Cap}: Foo: Cap
8583 % @float Foo & no caption: Foo
[all...]
/freebsd-12-stable/contrib/subversion/
H A Dconfigure16673 class Foo
16676 Foo (void) { a = 0; }

Completed in 218 milliseconds