/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 27 DWARFSection Dummy; variable 41 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() 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() 51 virtual const DWARFSection &getMacroSection() const { return Dummy; } in getMacroSection() 70 return Dummy; in getStrOffsetsDWOSection() 74 virtual const DWARFSection &getAddrSection() const { return Dummy; } in getAddrSection() 78 return Dummy; in getAppleNamespacesSection() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | segmented_array_test.cpp | 202 static uint64_t Dummy = 0; in TEST() local 208 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 210 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 239 static uint64_t Dummy = 0; in TEST() local 245 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 247 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 267 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 269 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() 284 ASSERT_EQ(P->NodePtr, &Dummy); in TEST() 286 ASSERT_EQ(Back.NodePtr, &Dummy); in TEST() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A 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()
|
H A D | tempparse.C | 29 typedef D<char> Dummy; typedef
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A 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/gnu/usr.bin/perl/dist/Attribute-Handlers/t/ |
H A 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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash5.C | 91 class Dummy 94 Dummy() {} in Dummy() function 100 SimpleSet<Dummy *> bs1; in main() 102 Dummy foo; in main()
|
/openbsd/gnu/usr.bin/perl/cpan/parent/t/lib/ |
H A D | Dummy.pm | 1 package Dummy; package 8 package Dummy::InlineChild;
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | TaskQueue.h | 57 ResultTy *Dummy = nullptr; in operator() local 58 invokeCallbackAndSetPromise(Dummy); in operator()
|
H A 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/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | error_test.cpp | 281 int Dummy = 42; in TEST() local 282 int &Y = cantFail(Expected<int &>(Dummy)); in TEST() 283 EXPECT_EQ(&Dummy, &Y) << "Reference mangled by cantFail"; in TEST()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 106 StringRef Dummy("localhost"); in getHostID() local 107 HostID.append(Dummy.begin(), Dummy.end()); in getHostID()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/ |
H A D | Dummy.pm | 1 package Dummy; package
|
/openbsd/gnu/usr.bin/perl/dist/base/t/lib/ |
H A D | Dummy.pm | 1 package Dummy; package
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A 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/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/ |
H A D | Outside.pm | 1 package Dummy::Outside;
|
/openbsd/gnu/usr.bin/perl/dist/base/t/ |
H A D | version.t | 12 is( $Dummy::VERSION, 5.562, "base.pm doesn't confuse the version" );
|
H A D | incdot.t | 39 @t::lib::Dummy::ISA = (); # make it look like an optional load
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/ |
H A D | Dummy.pm | 1 package App::Prove::Plugin::Dummy;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20000926-1.c | 10 unsigned int Dummy:(sizeof(int)*CHAR_BIT);
|
/openbsd/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/ |
H A D | Dummy.pm | 1 package Digest::Dummy;
|
/openbsd/gnu/usr.bin/perl/cpan/Digest/t/ |
H A D | digest.t | 19 $d = Digest->Dummy;
|
/openbsd/gnu/usr.bin/perl/cpan/parent/t/ |
H A D | compile-time-file.t | 21 require Dummy;
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A 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/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 75 static int Dummy = initialize(); in ensureInitialized() local 76 (void)Dummy; in ensureInitialized()
|