Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test_ctx_test.cnf37 UnknownOption = Foo
46 ExpectedResult = Foo
49 ExpectedServerAlert = Foo
52 Protocol = Foo
58 VerifyCallback = Foo
64 ServerName = Foo
70 ServerNameCallback = Foo
73 SessionTicketExpected = Foo
76 CompressionExpected = Foo
79 SessionIdExpected = Foo
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx_test.conf37 UnknownOption = Foo
46 ExpectedResult = Foo
49 ExpectedServerAlert = Foo
52 Protocol = Foo
58 VerifyCallback = Foo
64 ServerName = Foo
70 ServerNameCallback = Foo
73 SessionTicketExpected = Foo
76 CompressionExpected = Foo
79 SessionIdExpected = Foo
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DInAlloca.rst32 that passes two default-constructed ``Foo`` objects to ``g`` in the
37 // Foo is non-trivial.
38 struct Foo { int a, b; Foo(); ~Foo(); Foo(const Foo &); };
39 void g(Foo a, Foo b);
41 g(Foo(), Foo());
46 %struct.Foo = type { i32, i32 }
47 declare void @Foo_ctor(%struct.Foo* %this)
48 declare void @Foo_dtor(%struct.Foo* %this)
49 declare void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
54 %memargs = alloca <{ %struct.Foo, %struct.Foo }>
[all …]
H A DREADME.txt20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `https://llvm.org/docs/Foo.html`.
41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`.
44 `https://llvm.org/docs/CommandGuide/Foo.html`.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr9594.cc9 class Foo : public Base class
16 Foo () { foo_value = 0;} in Foo() function in Foo
17 Foo (int i) { foo_value = i;} in Foo() function in Foo
18 ~Foo () { } in ~Foo()
25 bool operator== (const Foo &other) { return foo_value == other.foo_value; } in operator ==()
28 void Foo::set_foo (int value) in set_foo()
33 int Foo::get_foo () in get_foo()
38 void Foo::Foofoo () in Foofoo()
61 Foo foo1; in main()
H A Danon-union.cc2 struct Foo { struct
38 Foo foo = {0, 0}; in main() argument
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst13 void raw_func(Foo* raw_arg) { ... }
14 void smart_func(std::unique_ptr<Foo> smart_arg) { ... }
16 Foo* raw_ptr_retval() { ... }
17 std::unique_ptr<Foo*> smart_ptr_retval() { ... }
78 struct Foo {
79 ~Foo();
81 std::unique_ptr<Foo> make_foo();
82 void do_nothing(const Foo&)
90 With this change, ``~Foo()`` will be called even if ``make_foo`` returns ``unique_ptr<Foo>(nullptr)…
107 class Foo;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest22336.d6 struct Foo { struct
14 Foo a = Foo(42); in main() argument
15 Foo b = move(a); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaFixItUtils.h61 ConversionFixItGenerator(TypeComparisonFuncTy Foo): NumConversionsFixed(0), in ConversionFixItGenerator()
63 CompareTypes(Foo) {} in ConversionFixItGenerator()
70 void setConversionChecker(TypeComparisonFuncTy Foo) { in setConversionChecker()
71 CompareTypes = Foo; in setConversionChecker()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi553 -: 4:class Foo
556 1*: 7: Foo(): b (1000) @{@}
558 Foo<char>::Foo():
559 #####: 7: Foo(): b (1000) @{@}
561 Foo<int>::Foo():
562 1: 7: Foo(): b (1000) @{@}
566 Foo<char>::inc():
569 Foo<int>::inc():
577 -: 14:template class Foo<int>;
578 -: 15:template class Foo<char>;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi552 -: 4:class Foo
555 1*: 7: Foo(): b (1000) @{@}
557 Foo<char>::Foo():
558 #####: 7: Foo(): b (1000) @{@}
560 Foo<int>::Foo():
561 1: 7: Foo(): b (1000) @{@}
565 Foo<char>::inc():
568 Foo<int>::inc():
576 -: 14:template class Foo<int>;
577 -: 15:template class Foo<char>;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d34 static struct Foo in issue15111() struct
39 Foo foo; in issue15111()
230 static struct Foo in pr2243() struct
299 enum Foo thsexpr = Foo(); in pr2243()
304 enum Foo[] staexpr = [Foo(), Foo(), Foo()]; in pr2243() local
338 enum h20 = hashOf(cast(Foo[3])staexpr); in pr2243()
377 auto v20 = cast(Foo[3])staexpr; in pr2243()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d42 static struct Foo in issue15111() struct
47 Foo foo; in issue15111()
350 static struct Foo in pr2243() struct
419 enum Foo thsexpr = Foo(); in pr2243()
423 enum Foo[] staexpr = [Foo(), Foo(), Foo()]; in pr2243() local
455 enum h20 = hashOf(cast(Foo[3])staexpr); in pr2243()
492 auto v20 = cast(Foo[3])staexpr; in pr2243()
/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Dbasic.ok82 Foo bar quux.
92 Foo bar quux.
110 basic.in:Foo bar quux.
120 (standard input):Foo bar quux.
138 2:Foo bar quux.
148 2:Foo bar quux.
158 0:Foo bar quux.
168 0:Foo bar quux.
178 Foo bar quux.
188 Foo bar quux.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dgdb701.c8 typedef struct _foo Foo; typedef
13 Foo *foo = 0; in main()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dgdb701.c8 typedef struct _foo Foo; typedef
13 Foo *foo = 0; in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-comdat-2.cpp5 FOO<long> Foo; in bar() local
9 return (int)Foo.DoIt(10); in bar()
H A Dinstrprof-comdat-1.cpp7 FOO<int> Foo; in main() local
9 int Res = Foo.DoIt(10); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DFindGRPC.cmake129 # DEPENDS arg is a list of "Foo.proto". While they're logically relative to
132 # Foo.proto -> Foo.pb.h
134 # Foo.pb.h -> ${CMAKE_CURRENT_BINARY_DIR}/Foo.pb.h
138 # Compilation of each generated source depends on ${BINARY}/Foo.pb.h.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d2882 enum Foo
2889 assert(buffer.peek!Foo() == Foo.one);
2890 assert(buffer.peek!Foo(0) == Foo.one);
2891 assert(buffer.peek!Foo(4) == Foo.two);
2892 assert(buffer.peek!Foo(8) == Foo.three);
2895 assert(buffer.peek!Foo(&index) == Foo.one);
2898 assert(buffer.peek!Foo(&index) == Foo.two);
2901 assert(buffer.peek!Foo(&index) == Foo.three);
3137 enum Foo
3144 assert(buffer.read!Foo() == Foo.one);
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dmethods.go7 func (t T) Foo () { func
18 t.Foo ()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
H A Dmethods.go7 func (t T) Foo () { func
18 t.Foo ()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Danon-union.cc2 struct Foo { struct
38 Foo foo = {0, 0}; in main() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d324 class Foo
345 Foo a = new Foo;
393 class Foo
412 Foo a = new Foo;
738 class Foo
760 Foo a = new Foo;

1234567891011