| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFObject.h | 27 DWARFSection Dummy; variable 41 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() 42 virtual const DWARFSection &getLoclistsSection() const { return Dummy; } in getLoclistsSection() 44 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() 45 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection() 46 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() 49 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection() 50 virtual const DWARFSection &getRnglistsSection() const { return Dummy; } in getRnglistsSection() 51 virtual const DWARFSection &getMacroSection() const { return Dummy; } in getMacroSection() 55 virtual const DWARFSection &getPubnamesSection() const { return Dummy; } in getPubnamesSection() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| D | segmented_array_test.cpp | 202 static uint64_t Dummy = 0; in TEST() local 206 auto P = Data.Append({i, &Dummy}); in TEST() 208 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 210 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 220 EXPECT_EQ(TopNode, &Dummy) << "Counter = " << Counter; in TEST() 239 static uint64_t Dummy = 0; in TEST() local 243 auto P = Data->Append({i, &Dummy}); in TEST() 245 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 247 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 257 EXPECT_EQ(TopNode, &Dummy) << "Counter = " << Counter; in TEST() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | overload33.C | 29 class Dummy 32 Dummy(Base0 * theBase) {} in Dummy() function 33 ~Dummy() {} in ~Dummy() 74 Dummy th1(myObj); // Doesn't work under Cygnus in function() 75 Dummy th2((Base0 *) myObj); // Doesn't work either in function()
|
| D | tempparse.C | 29 typedef D<char> Dummy; typedef
|
| /openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| D | 118_boolean_values.t | 10 Dummy::True; 11 *Dummy::True:: = *JSON::PP::Boolean::; 14 Dummy::False; 15 *Dummy::False:: = *JSON::PP::Boolean::; 19 my $dummy_true = bless \(my $dt = 1), 'Dummy::True'; 20 my $dummy_false = bless \(my $df = 0), 'Dummy::False'; 22 my @tests = ([$dummy_true, $dummy_false, 'Dummy::True', 'Dummy::False']);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/ |
| D | multi.t | 161 sub UNIVERSAL::Dummy :ATTR { ++$applied }; 162 sub Dummy::DESTROY { $out .= "bye\n" } subroutine 167 { my $dummy : Dummy; $dummy = bless {}, 'Dummy'; } 174 sub dummy { my $dummy : Dummy; } 186 { no warnings; our $dummy : Dummy; $dummy = bless {}, 'Dummy'; } 192 sub dummy_our { no warnings; our $banjo : Dummy; }
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| D | crash5.C | 91 class Dummy 94 Dummy() {} in Dummy() function 100 SimpleSet<Dummy *> bs1; in main() 102 Dummy foo; in main()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/parent/t/lib/ |
| D | Dummy.pm | 1 package Dummy; package 8 package Dummy::InlineChild;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | TaskQueue.h | 57 ResultTy *Dummy = nullptr; in operator() local 58 invokeCallbackAndSetPromise(Dummy); in operator()
|
| D | MathExtras.h | 606 bool Dummy; variable 607 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 635 bool Dummy; variable 636 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 681 bool Dummy; variable 682 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | LockFileManager.cpp | 106 StringRef Dummy("localhost"); in getHostID() local 107 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMCCodeEmitter.cpp | 168 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx); in expandAddTPRel() local 170 0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax), MI.getLoc())); in expandAddTPRel() 371 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx); in getImmOpValue() local 373 MCFixup::create(0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax), in getImmOpValue()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/ |
| D | Dummy.pm | 1 package Dummy; package
|
| /openbsd/src/gnu/usr.bin/perl/dist/base/t/lib/ |
| D | Dummy.pm | 1 package Dummy; package
|
| /openbsd/src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/ |
| D | Outside.pm | 1 package Dummy::Outside;
|
| /openbsd/src/gnu/usr.bin/perl/dist/base/t/ |
| D | version.t | 12 is( $Dummy::VERSION, 5.562, "base.pm doesn't confuse the version" );
|
| D | incdot.t | 39 @t::lib::Dummy::ISA = (); # make it look like an optional load
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/ |
| D | Dummy.pm | 1 package App::Prove::Plugin::Dummy;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | 20000926-1.c | 10 unsigned int Dummy:(sizeof(int)*CHAR_BIT);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/ |
| D | Dummy.pm | 1 package Digest::Dummy;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Digest/t/ |
| D | digest.t | 19 $d = Digest->Dummy;
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | attrs.t | 498 Invalid SCALAR attribute: Dummy at - line 1. 504 Invalid ARRAY attribute: Dummy at - line 1. 510 Invalid HASH attribute: Dummy at - line 1.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/parent/t/ |
| D | compile-time-file.t | 21 require Dummy;
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | FixupStatepointCallerSaved.cpp | 444 int Dummy = 0; in insertReloadBefore() local 445 (void)Dummy; in insertReloadBefore() 446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore() 447 assert(Dummy == FI); in insertReloadBefore()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/ |
| D | Encode.t | 138 package Encode::Dummy; 142 ok(decode(latin1 => Encode::Dummy->new("foobar")), "foobar"); 143 ok(encode(utf8 => Encode::Dummy->new("foobar")), "foobar");
|