Home
last modified time | relevance | path

Searched refs:Foo1 (Results 1 – 25 of 1405) sorted by relevance

12345678910>>...57

/dports/lang/nim/nim-1.6.2/tests/generics/
H A Dt4668.nim12 Foo1[T] = FooObj[T]
25 Foo1[T] = FooObj[T]
27 Foo3 = Foo1
30 Foo5x = Foo1[SomeInteger]
31 Foo5 = Foo1[SomeFloat]
34 proc foo1(x: Foo1): int = 1
52 var x: Foo1[float]
76 Foo3 = Foo1
122 Foo1[T] = FooObj[T]
124 Foo3 = Foo1
[all …]
/dports/textproc/castxml/CastXML-c3a239d/test/input/
H A DElaborated.cxx4 struct Foo1;
6 Foo1* s1;
7 struct Foo1* s2; // elaborated
8 const Foo1* s3;
9 const struct Foo1* s4; // elaborated
10 typedef Foo1* s5;
11 typedef struct Foo1* s6; // elaborated
50 void func1(Foo1* a1, struct Foo1* a2);
/dports/devel/p5-Object-Signature/Object-Signature-1.08/t/
H A D02_main.t14 my $Foo1 = Foo->new;
15 isa_ok( $Foo1, 'Foo' );
16 isa_ok( $Foo1, 'Object::Signature' );
17 ok( $Foo1->signature, '->signature returns true' );
18 is( length($Foo1->signature), 32, '->signature returns 32 chars' );
19 is( $Foo1->signature, $Foo1->signature, 'Multiple ->signature calls return the same' );
24 is( $Foo1->signature, $Foo2->signature, 'Multiple identical objects return the same ->signature' );
32 $Foo1->signature,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.Context/
H A DConformance.dynamic.context.operator.compound.event.-=.cs39 E += C.Foo1; in C()
105 E += C.Foo1; in C()
171 E += C.Foo1; in C()
244 E += C.Foo1; in C()
793 E += C.Foo1; in C()
881 E += C.Foo1; in C()
969 E += C.Foo1; in C()
1058 E += C.Foo1; in C()
1256 E += C.Foo1; in C()
1325 E += C.Foo1; in C()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp41 class Foo1 class
44 Foo1();
45 virtual ~Foo1();
51 Foo1::Foo1() in Foo1() function in Foo1
58 Foo1::~Foo1() in ~Foo1()
85 Foo1 *foo1 = new Foo1(); in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp41 class Foo1 class
44 Foo1();
45 virtual ~Foo1();
51 Foo1::Foo1() in Foo1() function in Foo1
58 Foo1::~Foo1() in ~Foo1()
85 Foo1 *foo1 = new Foo1(); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp39 class Foo1 class
42 Foo1();
43 virtual ~Foo1();
49 Foo1::Foo1() in Foo1() function in Foo1
56 Foo1::~Foo1() in ~Foo1()
83 Foo1 *foo1 = new Foo1(); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp39 class Foo1 class
42 Foo1();
43 virtual ~Foo1();
49 Foo1::Foo1() in Foo1() function in Foo1
56 Foo1::~Foo1() in ~Foo1()
83 Foo1 *foo1 = new Foo1(); in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/cplus/tests/
H A Dthread.cpp41 class Foo1 class
44 Foo1();
45 virtual ~Foo1();
51 Foo1::Foo1() in Foo1() function in Foo1
58 Foo1::~Foo1() in ~Foo1()
85 Foo1 *foo1 = new Foo1(); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp41 class Foo1 class
44 Foo1();
45 virtual ~Foo1();
51 Foo1::Foo1() in Foo1() function in Foo1
58 Foo1::~Foo1() in ~Foo1()
85 Foo1 *foo1 = new Foo1(); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/cplus/tests/
H A Dthread.cpp41 class Foo1 class
44 Foo1();
45 virtual ~Foo1();
51 Foo1::Foo1() in Foo1() function in Foo1
58 Foo1::~Foo1() in ~Foo1()
85 Foo1 *foo1 = new Foo1(); in main()
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/data/
H A Dnon_copyable_classes.hpp15 class Foo1 { class
17 Foo1();
18 Foo1( const Foo1& ); // non construction-copyable
19 Foo1& operator=( const Foo1& ); // non copyable
27 class MainFoo1: public Foo1 {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-at-loader-path-symlink.s12 # RUN: mkdir -p %t/Foo1.framework/Versions/A
13 # RUN: %lld -dylib -install_name @rpath/libbar1.dylib %t/bar.o -o %t/Foo1.framework/Versions/A/libb…
15 # RUN: %lld -dylib -install_name %t/Foo1.framework/Versions/A/Foo1 %t/foo.o \
16 # RUN: -reexport_library %t/Foo1.framework/Versions/A/libbar1.dylib \
18 # RUN: -o %t/Foo1.framework/Versions/A/Foo1
19 # RUN: ln -sf A %t/Foo1.framework/Versions/Current
20 # RUN: ln -sf Versions/Current/Foo1 %t/Foo1.framework/Foo1
22 # RUN: %lld -lSystem -F%t -framework Foo1 %t/test.o -o %t/test1
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/MachO/
H A Dlink-search-at-loader-path-symlink.s12 # RUN: mkdir -p %t/Foo1.framework/Versions/A
13 # RUN: %lld -dylib -install_name @rpath/libbar1.dylib %t/bar.o -o %t/Foo1.framework/Versions/A/libb…
15 # RUN: %lld -dylib -install_name %t/Foo1.framework/Versions/A/Foo1 %t/foo.o \
16 # RUN: -reexport_library %t/Foo1.framework/Versions/A/libbar1.dylib \
18 # RUN: -o %t/Foo1.framework/Versions/A/Foo1
19 # RUN: ln -sf A %t/Foo1.framework/Versions/Current
20 # RUN: ln -sf Versions/Current/Foo1 %t/Foo1.framework/Foo1
22 # RUN: %lld -lSystem -F%t -framework Foo1 %t/test.o -o %t/test1
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/MachO/
H A Dlink-search-at-loader-path-symlink.s12 # RUN: mkdir -p %t/Foo1.framework/Versions/A
13 # RUN: %lld -dylib -install_name @rpath/libbar1.dylib %t/bar.o -o %t/Foo1.framework/Versions/A/libb…
15 # RUN: %lld -dylib -install_name %t/Foo1.framework/Versions/A/Foo1 %t/foo.o \
16 # RUN: -reexport_library %t/Foo1.framework/Versions/A/libbar1.dylib \
18 # RUN: -o %t/Foo1.framework/Versions/A/Foo1
19 # RUN: ln -sf A %t/Foo1.framework/Versions/Current
20 # RUN: ln -sf Versions/Current/Foo1 %t/Foo1.framework/Foo1
22 # RUN: %lld -lSystem -F%t -framework Foo1 %t/test.o -o %t/test1
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-at-loader-path-symlink.s12 # RUN: mkdir -p %t/Foo1.framework/Versions/A
13 # RUN: %lld -dylib -install_name @rpath/libbar1.dylib %t/bar.o -o %t/Foo1.framework/Versions/A/libb…
15 # RUN: %lld -dylib -install_name %t/Foo1.framework/Versions/A/Foo1 %t/foo.o \
16 # RUN: -reexport_library %t/Foo1.framework/Versions/A/libbar1.dylib \
18 # RUN: -o %t/Foo1.framework/Versions/A/Foo1
19 # RUN: ln -sf A %t/Foo1.framework/Versions/Current
20 # RUN: ln -sf Versions/Current/Foo1 %t/Foo1.framework/Foo1
22 # RUN: %lld -lSystem -F%t -framework Foo1 %t/test.o -o %t/test1
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-at-loader-path-symlink.s12 # RUN: mkdir -p %t/Foo1.framework/Versions/A
13 # RUN: %lld -dylib -install_name @rpath/libbar1.dylib %t/bar.o -o %t/Foo1.framework/Versions/A/libb…
15 # RUN: %lld -dylib -install_name %t/Foo1.framework/Versions/A/Foo1 %t/foo.o \
16 # RUN: -reexport_library %t/Foo1.framework/Versions/A/libbar1.dylib \
18 # RUN: -o %t/Foo1.framework/Versions/A/Foo1
19 # RUN: ln -sf A %t/Foo1.framework/Versions/Current
20 # RUN: ln -sf Versions/Current/Foo1 %t/Foo1.framework/Foo1
22 # RUN: %lld -lSystem -F%t -framework Foo1 %t/test.o -o %t/test1
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dsingletontest.cc25 class Foo1 class
28 Foo1() in Foo1() function in Foo1
33 ~Foo1() in ~Foo1()
41 typedef Dune::Singleton<Foo1> FooSingleton;
45 Foo1* globalFoo1 = 0;
91 Foo1& foo = FooSingleton::instance(); in main()
92 Foo1& foo1 = FooSingleton::instance(); in main()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/packed/
H A Dpacked-struct-vec.rs8 struct Foo1 { struct
13 impl PartialEq for Foo1 { argument
14 fn eq(&self, other: &Foo1) -> bool { in eq()
19 impl fmt::Debug for Foo1 { implementation
82 let foo1s = [Foo1 { bar: 1, baz: 2 }; 10]; in main()
84 assert_eq!(mem::align_of::<[Foo1; 10]>(), 1); in main()
85 assert_eq!(mem::size_of::<[Foo1; 10]>(), 90); in main()
88 assert_eq!(foo1s[i], Foo1 { bar: 1, baz: 2}); in main()
92 assert_eq!(foo, Foo1 { bar: 1, baz: 2 }); in main()
/dports/devel/p5-Moose/Moose-2.2201/t/exceptions/
H A Dmoose-meta-role-application-rolesummation.t11 package Foo1;
24 with 'Foo1', 'Bar1';
30 "role Foo1 excludes role Bar1");
35 "role Foo1 excludes role Bar1");
40 "role Foo1 excludes role Bar1");
44 ["Foo1"],
45 "role Foo1 excludes role Bar1");
56 with 'Foo1', 'Bar1', 'Baz1';
62 "role Foo1 & Baz1 exclude role Bar1");
67 "role Foo1 & Baz1 exclude role Bar1");
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/tests/internal/src/combine_static_library_test/
H A DFoo1.cpp12 Foo1::Foo1() in Foo1() function in blt_test::Foo1
18 Foo1::~Foo1() in ~Foo1()
23 std::string Foo1::output() in output()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/tests/internal/src/combine_static_library_test/
H A DFoo1.cpp12 Foo1::Foo1() in Foo1() function in blt_test::Foo1
18 Foo1::~Foo1() in ~Foo1()
23 std::string Foo1::output() in output()
/dports/science/conduit/conduit-0.8.0/src/blt/tests/internal/src/combine_static_library_test/
H A DFoo1.cpp12 Foo1::Foo1() in Foo1() function in blt_test::Foo1
18 Foo1::~Foo1() in ~Foo1()
23 std::string Foo1::output() in output()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/go-cmp/go-cmp-0.3.0/cmp/cmpopts/
H A Dutil_test.go32 Foo1 struct{ Alpha, Bravo, Charlie int } argument
33 Foo2 struct{ *Foo1 } anonMember
44 Delta struct{ Echo Foo1 }
79 Delta: struct{ Echo Foo1 }{Foo1{Charlie: 3}},
80 Foo3: &Foo3{&Foo2{&Foo1{Alpha: 1}}},
92 Delta: struct{ Echo Foo1 }{Foo1{Charlie: 4}},
918 args: args(Foo1{}, ""),
924 args: args(Foo1{}, "."),
930 args: args(Foo1{}, ".Alpha"),
992 args: args(Foo1{}),
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/google/go-cmp/cmp/cmpopts/
H A Dutil_test.go32 Foo1 struct{ Alpha, Bravo, Charlie int } argument
33 Foo2 struct{ *Foo1 } anonMember
44 Delta struct{ Echo Foo1 }
79 Delta: struct{ Echo Foo1 }{Foo1{Charlie: 3}},
80 Foo3: &Foo3{&Foo2{&Foo1{Alpha: 1}}},
92 Delta: struct{ Echo Foo1 }{Foo1{Charlie: 4}},
918 args: args(Foo1{}, ""),
924 args: args(Foo1{}, "."),
930 args: args(Foo1{}, ".Alpha"),
992 args: args(Foo1{}),
[all …]

12345678910>>...57