/openbsd-src/gnu/usr.bin/perl/t/comp/ |
H A D | package_block.t | 5 $main::result = ""; 7 $main::result .= "a(".__PACKAGE__."/".eval("__PACKAGE__").")"; 9 $main::result .= "b(".__PACKAGE__."/".eval("__PACKAGE__").")"; 11 $main::result .= "c(".__PACKAGE__."/".eval("__PACKAGE__").")"; 13 $main::result .= "d(".__PACKAGE__."/".eval("__PACKAGE__").")"; 15 $main::result .= "e(".__PACKAGE__."/".eval("__PACKAGE__").")"; 17 print $main::result eq 18 "a(main/main)b(Foo/Foo)c(Bar::Baz/Bar::Baz)d(Foo/Foo)e(main/main)" ? 21 $main::result = ""; 23 $main::result .= "a($Foo::VERSION)"; [all …]
|
H A D | opsubs.t | 100 C<q()> operator. Calling C<&q()> or C<main::q()> gets you the function. 116 can_ok( 'main', "m" ); 121 is( main::m('main'), "m-main", "main::m() is func" ); 125 can_ok( 'main', "q" ); 127 is( main::q('main'), "q-main", "main::q() is func" ); 131 can_ok( 'main', "qq" ); 133 is( main::qq('main'), "qq-main", "main::qq() is func" ); 137 can_ok( 'main', "qr" ); 139 is( main::qr('main'), "qr-main", "main::qr() is func" ); 143 can_ok( 'main', "qw" ); [all …]
|
/openbsd-src/gnu/llvm/lldb/examples/test/tmp/ |
H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de… 9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55237, path='/Volumes/data/lldb/svn/… 10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread () 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 16 com.apple.main-thread < 1> read packet: + 17 com.apple.main-thread < 6> read packet: $OK#9a 18 com.apple.main-thread < 1> send packet: + 19 com.apple.main-thread < 26> send packet: $QThreadSuffixSupported#00 [all …]
|
H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de… 9 com.apple.main-thread Host::LaunchProcess (launch_info) => pid=55287, path='/Volumes/data/lldb/svn/… 10 com.apple.main-thread ProcessGDBRemote::StartAsyncThread () 13 com.apple.main-thread < 1> send packet: + 14 com.apple.main-thread history[1] tid=0x1307 < 1> send packet: + 15 com.apple.main-thread < 19> send packet: $QStartNoAckMode#b0 16 com.apple.main-thread < 1> read packet: + 17 com.apple.main-thread < 6> read packet: $OK#9a 18 com.apple.main-thread < 1> send packet: + 19 com.apple.main-thread < 26> send packet: $QThreadSuffixSupported#00 [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/ |
H A D | HashBase.t | 27 main::HBase; 30 main::is(FOO, 'foo', "FOO CONSTANT"); 31 main::is(BAR, 'bar', "BAR CONSTANT"); 32 main::is(BAZ, 'baz', "BAZ CONSTANT"); 37 main::HBaseSub; 38 use base 'main::HBase'; 41 main::is(FOO, 'foo', "FOO CONSTANT"); 42 main::is(BAR, 'bar', "BAR CONSTANT"); 43 main::is(BAZ, 'baz', "BAZ CONSTANT"); 44 main::is(APPLE, 'apple', "APPLE CONSTANT"); [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
H A D | arg_regexp.t | 33 like lm(qr/3/), qr/main::lm\(qr\(3\)u?\)/; 34 like lm(qr/a.b/), qr/main::lm\(qr\(a\.b\)u?\)/; 35 like lm(qr/a.b/s), qr/main::lm\(qr\(a\.b\)u?s\)/; 36 like lm(qr/a.b$/s), qr/main::lm\(qr\(a\.b\$\)u?s\)/; 37 like lm(qr/a.b$/sm), qr/main::lm\(qr\(a\.b\$\)u?ms\)/; 38 like lm(qr/foo/), qr/main::lm\(qr\(foo\)u?\)/; 39 like lm(qr/a\$b\@c\\d/), qr/main::lm\(qr\(a\\\$b\\\@c\\\\d\)u?\)/; 40 like lm(qr/a\nb/), qr/main::lm\(qr\(a\\nb\)u?\)/; 41 like lm(rx("a\nb")), qr/main::lm\(qr\(a\\x\{$nl_as_hex\}b\)u?\)/; 42 like lm(qr/a\x{666}b/), qr/main::lm\(qr\(a\\x\{666\}b\)u?\)/; [all …]
|
H A D | arg_string.t | 24 like lm(3), qr/main::lm\(3\)/; 25 like lm(substr("3\x{2603}", 0, 1)), qr/main::lm\(3\)/; 26 like lm(-3), qr/main::lm\(-3\)/; 27 like lm(-3.5), qr/main::lm\(-3\.5\)/; 29 qr/main::lm\( 35 like lm(""), qr/main::lm\(""\)/; 36 like lm("foo"), qr/main::lm\("foo"\)/; 37 like lm("a&b"), qr/main::lm\("a&b"\)/; 38 like lm("a\$b\@c\\d\"e"), qr/main::lm\("a\\\$b\\\@c\\\\d\\\"e"\)/; 39 like lm("a\nb"), qr/main::lm\("a\\x\{$nl_as_hex\}b"\)/; [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | ChangeLog-1999-2003 | 12 * mi-main.c: Rename REGISTER_RAW_SIZE to 17 * mi-main.c: Rename REGISTER_VIRTUAL_SIZE to 22 * mi-main.c: Rename REGISTER_BYTE to DEPRECATED_REGISTER_BYTE. 26 * mi-main.c (mi_setup_architecture_data): Don't use 32 * mi-main.c (captured_mi_execute_command): Add "mi2" and "mi3" to 55 * mi-main.c (mi_execute_cli_command): Add "args_p" parameter, make 62 * mi-main.c (mi_error_last_message): Add "%s" second argument to 80 * mi-main.c (get_register): Replace REGISTER_CONVERTIBLE with 86 * mi-main.c: Include "mi-main.h". 95 * mi-main.c (mi_setup_architecture_data): [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/po/ |
H A D | gdb.pot | 95 #: main.c:389 100 #: main.c:436 105 #: main.c:454 110 #: main.c:462 115 #: main.c:482 120 #: main.c:509 126 #: main.c:595 main.c:663 132 #: main.c:689 136 #: main.c:753 141 #: main.c:763 [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/ |
H A D | gdb1558.exp | 22 # Tests for PR:1558. Hits breakpoint at main after function called 23 # from main. 50 gdb_test "b main" "Breakpoint 1.*" "set breakpoint at main" 55 # we are trying to detect, stopping somewhere before main. 60 -re "Breakpoint 1.*main .*$gdb_prompt $" { 61 pass "Hits breakpoint at main after function called from main" 64 kfail "gdb/1558" "Hits breakpoint at main after function called from main" 67 fail "Hits breakpoint at main after function called from main" 70 fail "Hits breakpoint at main after function called from main (timeout)"
|
/openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
H A D | xref.t | 54 defined $xreftable{$thisfile}{'(main)'}{main}{'$compilesub'}, 55 '$compilesub present in main program' 58 $xreftable{$thisfile}{'(main)'}{main}{'$compilesub'}, 63 $xreftable{$thisfile}{'(main)'}{main}{'$compilesub'}, 68 defined $xreftable{$thisfile}{'(main)'}{'(lexical)'}{'$curfile'}, 69 '$curfile present in main program' 72 $xreftable{$thisfile}{'(main)'}{'(lexical)'}{'$curfile'}, 77 defined $xreftable{$thisfile}{'(main)'}{main}{'%xreftable'}, 78 '$xreftable present in main program' 81 defined $xreftable{$thisfile}{'Testing::Xref::foo'}{main}{'%xreftable'}, [all …]
|
H A D | optree_sort.t | 21 # 1 <;> nextstate(main 424 optree_sort.t:14) v:>,<,% 28 # 1 <;> nextstate(main 424 optree_sort.t:14) v:>,<,% 39 'Name "main::a" used only once: possible typo at -e line 1.', 45 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ 53 # 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ 66 1 <;> nextstate(main -438 optree.t:244) v:>,<,% 78 # 1 <;> nextstate(main 65 optree.t:311) v:>,<,% 97 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ 106 # 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ 120 1 <;> nextstate(main -438 optree.t:286) v:>,<,% [all …]
|
H A D | optree_varinit.t | 21 # 1 <;> nextstate(main 45 optree.t:23) v:>,<,% 25 # 1 <;> nextstate(main 45 optree.t:23) v:>,<,% 35 # 1 <;> nextstate(main 49 optree.t:52) v:>,<,% 39 # 1 <;> nextstate(main 49 optree.t:45) v:>,<,% 49 1 <;> nextstate(main 21 optree.t:47) v:>,<,% 53 # 1 <;> nextstate(main 51 optree.t:56) v:>,<,% 63 1 <;> nextstate(main 23 optree.t:57) v:>,<,%,{ 67 # 1 <;> nextstate(main 53 optree.t:67) v:>,<,%,{ 79 # 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ ->3 84 # 2 <;> nextstate(main [all...] |
H A D | optree_samples.t | 27 # 1 <;> nextstate(main 665 optree_samples.t:24) v:>,<,% ->2 32 # - <;> ex-nextstate(main 1594 optree_samples.t:25) v:>,<,% ->4 38 # 9 <;> nextstate(main 663 optree_samples.t:25) v:>,<,% ->a 45 # 1 <;> nextstate(main 665 optree_samples.t:24) v:>,<,% ->2 50 # - <;> ex-nextstate(main 1594 optree_samples.t:25) v:>,<,% ->4 56 # 9 <;> nextstate(main 663 optree_samples.t:25) v:>,<,% ->a 72 # 1 <;> nextstate(main 666 optree_samples.t:70) v:>,<,% ->2 76 # 4 <;> nextstate(main 670 optree_samples.t:71) v:>,<,% ->5 81 # - <;> ex-nextstate(main 1510 optree_samples.t:66) v:>,<,% ->7 87 # c <;> nextstate(main 1510 optree_samples.t:66) v:>,<,% ->d [all …]
|
H A D | optree_misc.t | 28 # 1 <;> nextstate(main 634 optree_misc.t:25) v:>,<,% ->2 30 # - <;> ex-nextstate(main 1594 optree_misc.t:27) v:>,<,% ->3 33 # 3 <;> nextstate(main 636 optree_misc.t:25) v:>,<,%,{ ->4 45 # 1 <;> nextstate(main 634 optree_misc.t:27) v:>,<,% ->2 47 # - <;> ex-nextstate(main 1594 optree_misc.t:27) v:>,<,% ->3 50 # 3 <;> nextstate(main 636 optree_misc.t:27) v:>,<,%,{ ->4 67 # 1 <;> nextstate(main 1 -e:1) v:>,<,%,{ ->2 76 # 1 <;> nextstate(main 1 -e:1) v:>,<,%,{ ->2 87 # 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ ->3 99 # 2 <;> nextstate(main 1 -e:1) v:>,<,%,{ ->3 [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | signatures.t | 62 like $@, _create_mismatch_regexp('main::t002', 1, 0); 64 like $@, _create_mismatch_regexp('main::t002', 2, 0); 71 like $@, _create_mismatch_regexp('main::t003', 1, 0); 73 like $@, _create_mismatch_regexp('main::t003', 2, 0); 79 like $@, _create_mismatch_regexp('main::t006', 0, 1); 83 like $@, _create_mismatch_regexp('main::t006', 2, 1); 85 like $@, _create_mismatch_regexp('main::t006', 3, 1); 91 like $@, _create_mismatch_regexp('main::t007', 0, 2); 93 like $@, _create_mismatch_regexp('main::t007', 1, 2); 96 like $@, _create_mismatch_regexp('main [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p4736c.C | 31 class Main : public Rep_1, virtual public DVBase { 33 virtual ~Main() { did_fail = 0; } in ~Main() 36 int main() { in main() function 37 Main* m; in main() 39 delete new Main; in main() local 43 delete (Rep*)(Rep_1*)new Main; in main() 47 delete (DVBase*)new Main; in main() 51 delete (VBaseMain*)(DVBase*)new Main; in main() 55 delete (Rep*)(Rep_2*)(DVBase*)new Main; in main() 59 delete (OtherVBase*)(DVBase*)new Main; in main()
|
/openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/ |
H A D | CrossTranslationUnit.rst | 15 files or generating the necessary AST structure on-demand, during the analysis of the main TU. Driv… 39 // main.cpp 42 int main() { 65 "command": "clang++ -c main.cpp -o main.o", 66 "file": "main.cpp" 70 We'd like to analyze `main.cpp` and discover the division by zero bug. 80 compile_commands.json foo.cpp.ast foo.cpp main.cpp 115 main.cpp 116 main.cpp:5:12: warning: Division by zero 122 compile_commands.json externalDefMap.txt foo.ast foo.cpp foo.cpp.ast main.cpp main.plist [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
H A D | 862-intercept_tb_todo.t | 9 local $TODO = "main-outer-todo"; 16 $events = main::intercept(sub { 17 main::ok(1, "assertion 1"); 20 local $main::TODO = "main-inner-todo"; 21 main::ok(1, "assertion 2"); 26 main::ok(1, "assertion 3"); 29 main::ok(1, "assertion 4"); 35 main::ok(0, "Verifying todo, this should be a failed todo test"); 46 details => 'main-inner-todo',
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/ |
H A D | mi2-stepi.exp | 50 set line_main_head [gdb_get_line_number "main ("] 56 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… 59 pass "step-instruction at main" 61 fail "step-instruction at main" 65 fail "step-instruction at main (timeout)" 70 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… 73 pass "next-instruction at main" 75 fail "next-instruction at main" 79 fail "next-instruction at main (timeout)" 84 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… [all …]
|
H A D | mi-stepi.exp | 50 set line_main_head [gdb_get_line_number "main ("] 56 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… 59 pass "step-instruction at main" 61 fail "step-instruction at main" 65 fail "step-instruction at main (timeout)" 70 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… 73 pass "next-instruction at main" 75 fail "next-instruction at main" 79 fail "next-instruction at main (timeout)" 84 …=\"end-stepping-range\",thread-id=\"\[01\]\",frame=\{addr=\"$hex\",func=\"main\",args=\\\[\\\],fil… [all …]
|
H A D | mi-disassemble.exp | 48 set line_main_head [gdb_get_line_number "main ("] 58 …ns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\},\{address=\"$hex\",… 62 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 71 set line_main_head [gdb_get_line_number "main ("] 82 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 90 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 91 "data-disassemble file, line, number (more than main lines) assembly only" 118 …sn=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\}.*\{address=\"$hex\"… 127 set line_main_head [gdb_get_line_number "main ("] 139 …insn=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… [all …]
|
H A D | mi2-disassemble.exp | 48 set line_main_head [gdb_get_line_number "main ("] 58 …ns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\},\{address=\"$hex\",… 62 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 71 set line_main_head [gdb_get_line_number "main ("] 82 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 90 …nsns=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… 91 "data-disassemble file, line, number (more than main lines) assembly only" 118 …sn=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\}.*\{address=\"$hex\"… 127 set line_main_head [gdb_get_line_number "main ("] 139 …insn=\\\[\{address=\"$hex\",func-name=\"main\",offset=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",fu… [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | ending-run.exp | 80 -re ".*3.*main.*31.*$gdb_prompt $" { 126 -re ".*3.*main.*31.*$gdb_prompt $" { 161 fail "step out of main (Old bug came back!)" 165 pass "step out of main" 168 pass "step out of main" 172 pass "step out of main" 176 pass "step out of main" 181 pass "step out of main" 185 pass "step out of main (on Solaris)" 189 pass "step out of main" [all …]
|
/openbsd-src/gnu/llvm/lld/docs/ |
H A D | Partitions.rst | 11 partitioned program consists of a main partition together with a number of 12 loadable partitions. The loadable partitions depend on the main partition 14 shared object, the main partition and the loadable partitions share a virtual 16 offset from the main partition. This allows the loadable partitions to refer 17 to code and data in the main partition directly without the binary size and 25 could, for example, be the equivalent of the partition's ``main`` function, or 46 assigned to the main partition, including sections only reachable from 58 with the flag ``--extract-main-partition`` to extract the main partition, or 64 # Compile the main program. 65 clang -ffunction-sections -fdata-sections -c main.c [all …]
|