| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SymbolTable.cpp | 111 } else if (auto *undef = dyn_cast<Undefined>(s)) { in addDefined() 150 replaceSymbol<Undefined>(s, name, file, refState, in addUndefined() 158 else if (auto *undefined = dyn_cast<Undefined>(s)) in addUndefined() 191 } else if (auto *undefined = dyn_cast<Undefined>(s)) { in addDylib() 199 if (wasInserted || isa<Undefined>(s) || in addDylib() 221 } else if (isa<Undefined>(s)) { in addLazyArchive() 239 } else if (isa<Undefined>(s)) { in addLazyObject() 271 static Defined *createBoundarySymbol(const Undefined &sym) { in createBoundarySymbol() 277 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol() 317 static void handleSegmentBoundarySymbol(const Undefined &sym, StringRef segName, in handleSegmentBoundarySymbol() [all …]
|
| H A D | SymbolTable.h | 29 class Undefined; variable 78 void treatUndefinedSymbol(const Undefined &, StringRef source); 79 void treatUndefinedSymbol(const Undefined &, const InputSection *,
|
| H A D | Symbols.h | 204 class Undefined : public Symbol { 206 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() function 354 alignas(Undefined) char b[sizeof(Undefined)];
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/ |
| H A D | Symbol.h | 38 Undefined = 1U << 3, enumerator 89 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined; in isUndefined()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Symbols.h | 39 class Undefined; variable 240 void resolve(const Undefined &other); 410 class Undefined : public Symbol { 412 Undefined(InputFile *file, StringRef name, uint8_t binding, uint8_t stOther, 418 auto &s = static_cast<Undefined &>(sym); in overwrite() 542 alignas(Undefined) char c[sizeof(Undefined)];
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | SymbolTable.cpp | 265 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWSymbols() 438 auto *undef = dyn_cast<Undefined>(sym); in reportUnresolvable() 466 auto *undef = dyn_cast<Undefined>(sym); in resolveRemainingUndefines() 547 replaceSymbol<Undefined>(s, name); in addUndefined() 562 auto *u = dyn_cast<Undefined>(s); in addLazyArchive() 576 auto *u = dyn_cast<Undefined>(s); in addLazyObject() 591 auto *u = dyn_cast<Undefined>(s); in addLazyDLLSymbol() 668 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addAbsolute() 681 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addAbsolute() 694 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addSynthetic() [all …]
|
| H A D | Symbols.h | 327 class Undefined : public Symbol { 329 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function 483 alignas(Undefined) char f[sizeof(Undefined)];
|
| H A D | Symbols.cpp | 127 Defined *Undefined::getWeakAlias() { in getWeakAlias() 129 for (Symbol *a = weakAlias; a; a = cast<Undefined>(a)->weakAlias) in getWeakAlias()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | pp_hot | 41 Undefined subroutine &main::foo called at - line 3. 47 Undefined subroutine &main::foo called at - line 2.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | from-hash.t | 63 like ($warning, qr/Undefined requirement.*treated as '0'/, "undef requirement warns"); 65 like ($warning, qr/Undefined requirement.*treated as '0'/, "'' requirement warns"); 77 like ($warning, qr/Undefined requirement.*treated as '0'/, "undef requirement warns"); 79 like ($warning, qr/Undefined requirement.*treated as '0'/, "'' requirement warns");
|
| /openbsd-src/gnu/llvm/libcxx/cmake/caches/ |
| H A D | Generic-ubsan.cmake | 1 set(LLVM_USE_SANITIZER "Undefined" CACHE STRING "")
|
| /openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/t/ |
| H A D | 01SelfLoader.t | 97 if ($@ =~ /^Undefined subroutine/) { 172 if ($@ =~ /^Undefined subroutine/) { 195 if ($@ =~ /^Undefined subroutine/) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
| H A D | undefined-block.t | 17 like($@, qr{^Undefined subroutine in $sub}, "$sub(\&undefined, ...) croaks");
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | symbolcache.t | 34 like( $@, qr/Undefined subroutine &main::removed2 called/,
|
| H A D | anonsub.t | 105 Undefined subroutine called at - line 4.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | CalledValuePropagation.cpp | 63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator 99 CVPLatticeStateTy LatticeState = Undefined; 120 : AbstractLatticeFunction(CVPLatticeVal(CVPLatticeVal::Undefined), in CVPLatticeFunc()
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | caller.t | 20 ::like $@, qr/Undefined subroutine &main::ok called at/u;
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | tcpip.h | 127 # error Undefined version of TCP/IP specified
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 691 SymbolFlags::Undefined); in denormalize() 694 SymbolFlags::Undefined); in denormalize() 701 SymbolFlags::Undefined); in denormalize() 705 SymbolFlags::Undefined); in denormalize() 711 SymbolFlags::Undefined); in denormalize() 715 SymbolFlags::Undefined | SymbolFlags::WeakReferenced); in denormalize() 973 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | gv | 19 Undefined subroutine &main::joe called at - line 3. 25 Undefined subroutine &main::joe called at - line 3. 120 Undefined subroutine &Y::joe called at - line 6.
|
| /openbsd-src/regress/lib/libc/strerror/ |
| H A D | valid.ok | 3 Undefined error: 0
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/ |
| H A D | mi2-cli.exp | 52 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
|
| H A D | mi-cli.exp | 52 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 17 TIL_OPCODE_DEF(Undefined)
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 14 0x00 Undefined 126 0x00 Undefined 232 0x00 Undefined 264 0x00 Undefined 512 0x00 Undefined 1171 0x00 Undefined 1278 0x00 Undefined 1300 0x00 Undefined 1411 0x00 Undefined 1448 0x00 Undefined [all …]
|