Home
last modified time | relevance | path

Searched refs:my_foo (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr27998b.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
H A Dpr27998a.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr27998b.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
H A Dpr27998a.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-i386/
H A Dpr27998b.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
H A Dpr27998a.s3 .type my_foo, @function
4 my_foo: label
6 .size my_foo, .-my_foo
10 leal my_foo@GOTOFF(%eax), %eax
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc116 A::FOO my_foo; in main() local
124 my_foo.test (static_cast<my_other_type> (NULL)); in main()
125 my_foo.test (0); in main()
126 my_foo.test (0, static_cast<my_type> (NULL)); in main()
127 my_foo.test (static_cast<fptr3> (NULL)); in main()
128 my_foo.test (&fptr); in main()
129 my_foo.test (static_cast<CORE_ADDR (*) [10]> (0)); in main()
130 my_foo.test (E_A, as, auppp); in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc123 A::FOO my_foo; in main() local
131 my_foo.test (static_cast<my_other_type> (NULL)); in main()
132 my_foo.test (0); in main()
133 my_foo.test (0, static_cast<my_type> (NULL)); in main()
134 my_foo.test (static_cast<fptr3> (NULL)); in main()
135 my_foo.test (&fptr); in main()
136 my_foo.test (static_cast<CORE_ADDR (*) [10]> (0)); in main()
137 my_foo.test (E_A, as, auppp); in main()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/type-alias-impl-trait/
H A Dtype-alias-impl-trait-tuple.rs13 my_foo: Foo,
19 Blah { my_foo: make_foo(), my_u8: 12 } in new()
22 (self.my_foo, self.my_u8, make_foo()) in into_inner()
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/t/fields/
H A Dselect.t214 has_field 'foo' => ( default => 'my_foo' );
223 my $fif_expected = { foo => 'my_foo', hm_bar => [3] };
225 $form->process( params => { foo => 'my_foo', hm_bar => [4] } );
226 my $val_expected = { foo => 'my_foo', hm_bar => [ { my_id => 4 } ] };
228 $fif_expected = { foo => 'my_foo', hm_bar => [4] };
230 $form->process( params => { foo => 'my_foo', hm_bar => [1,2] } );
231 $fif_expected = { foo => 'my_foo', hm_bar => [1,2] };
233 $val_expected = { foo => 'my_foo', hm_bar => [ { my_id => 1 }, { my_id => 2 } ] };
241 has_field 'foo' => ( default => 'my_foo' );
/dports/devel/swig/swig-4.0.2/Examples/xml/
H A Dgnarly.i28 extern double my_foo;
44 int my_foo();
59 double my_foo[128]; variable
H A Dexample_xml.i34 extern double my_foo;
50 int my_foo();
65 double my_foo[128]; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr83782-2.c6 my_foo (void) in my_foo() function
12 return my_foo; in resolve_foo()
H A Dpr83782-1.c6 my_foo (void) in my_foo() function
12 return my_foo; in resolve_foo()
/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/xt/
H A Dform_errors.t41 $form->process( secret => 'my_bar', params => { bar => 'my_bar', foo => 'my_foo' } );
44 $form->process( secret => 'my_foo', params => { bar => 'my_bar', foo => 'my_foo' } );
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_interface_gen9.v17 logic [1:0] my_foo; register
24 t1 t (.foo(my_foo[the_genvar]));
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/inc/probe/
H A Dbigendian64.c4 my_foo(void) in my_foo() function
19 ffi_call(&cif, (void *) my_foo, &bytes, values); in dlmain()
H A Dbigendian.c4 my_foo(void) in my_foo() function
19 ffi_call(&cif, (void *) my_foo, &bytes, values); in dlmain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/X86/
H A Dempty-and-one-elem-array.ll10 %my_foo = alloca %struct.foo, align 4
12 …call void @llvm.dbg.declare(metadata %struct.foo* %my_foo, metadata !10, metadata !DIExpression())…
14 %a = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !29
18 %a2 = getelementptr inbounds %struct.foo, %struct.foo* %my_foo, i32 0, i32 0, !dbg !31
73 !10 = !DILocalVariable(name: "my_foo", line: 12, scope: !11, file: !6, type: !12)

12345678910