Searched refs:Undefined (Results 51 - 75 of 89) sorted by relevance

1234

/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.cpp1081 // Undefined symbols (excluding those defined relative to non-prevailing
1090 sym->resolve(Undefined{this, StringRef(), eSym.getBinding(), eSym.st_other,
1131 new (symbols[i]) Undefined(this, name, STB_LOCAL, eSym.st_other, type,
1180 printTraceSymbol(Undefined{this, sym.getName(), sym.binding,
1501 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()});
1664 Undefined newSym(&f, StringRef(), binding, visibility, type);
H A DRelocations.cpp500 static std::string maybeReportDiscarded(Undefined &sym) {
540 // Undefined diagnostics are collected in a vector and emitted once all of
544 Undefined *sym;
575 static const Symbol *getAlternativeSpelling(const Undefined &sym,
691 Undefined &sym = *undef.sym;
808 static bool maybeReportUndefined(Undefined &sym, InputSectionBase &sec,
1394 maybeReportUndefined(cast<Undefined>(sym), *sec, offset))
1738 static Undefined dummy(nullptr, "", STB_LOCAL, 0, 0);
H A DLTO.cpp281 Undefined(nullptr, StringRef(), STB_GLOBAL, STV_DEFAULT, sym->type)
H A DDriver.cpp2084 // DT_NEEDED. If that happens, replace ShardSymbol with Undefined to avoid
2095 Undefined(nullptr, sym->getName(), binding, sym->stOther, sym->type)
2217 return symtab.addSymbol(Undefined{nullptr, name, binding, STV_DEFAULT, 0});
2363 sym2->resolve(cast<Undefined>(sym));
2663 Undefined(sym.file, sym.getName(), sym.binding, sym.stOther, sym.type,
2666 cast<Undefined>(sym).nonPrevailing = true;
H A DInputSection.cpp396 uint32_t secIdx = cast<Undefined>(sym).discardedSecIdx;
882 // If the referenced symbol is discarded (made Undefined), or the
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSema.cpp801 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) {
847 Undefined.push_back(std::make_pair(ND, UndefinedUse.second));
857 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
858 S.getUndefinedButUsed(Undefined);
859 if (Undefined.empty()) return;
861 for (auto Undef : Undefined) {
2412 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {}
800 getUndefinedButUsed( SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) argument
2411 ReadUndefinedButUsed( llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) argument
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; }
88 case Undefined:
136 case Undefined:
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgv.t117 like($msg, qr/Undefined value assigned to typeglob/);
763 like $w, qr\Undefined value assigned to typeglob\,
1070 "Undefined subroutine &main::foo called at -e line 1.\n",
H A Dlc.t34 like($@, qr/Undefined subroutine &main::fc/, "fc() throws an exception,");
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h192 R_SExpr reduceUndefined(Undefined &Orig) { return true; }
533 void printUndefined(const Undefined *E, StreamType &SS) {
H A DThreadSafetyTIL.h486 class Undefined : public SExpr { class in namespace:clang::threadSafety
488 Undefined(const Stmt *S = nullptr) : SExpr(COP_Undefined), Cstmt(S) {} function in class:clang::threadSafety::Undefined
489 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} function in class:clang::threadSafety::Undefined
499 typename C::CType compare(const Undefined* E, C& Cmp) const {
H A DThreadSafetyCommon.h333 bool isInvalid() const { return sexpr() && isa<til::Undefined>(sexpr()); }
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp230 Undefined, enumerator in enum:__anon3139::final::NestingType
328 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { argument
/openbsd-current/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp220 uint16_t Shndx = Sym.Undefined ? SHN_UNDEF : 1;
529 TargetSym.Undefined = RawSym.isUndefined();
/openbsd-current/gnu/llvm/lld/COFF/
H A DDriver.cpp167 return s && !isa<Undefined>(s);
666 Undefined *unmangled = dyn_cast<Undefined>(s);
2247 if (auto *u = dyn_cast<Undefined>(sym))
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp371 ENUM_TO_CSTRING(Undefined);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 Undefined, enumerator in enum:llvm::dwarf::UnwindLocation::Location
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/
H A DXSLoader_pm.PL170 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
398 =item C<Undefined symbols present after loading %s: %s>
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp159 enum { Overdefined = -3, Undefined = -2 }; enumerator in enum:__anon3382
168 int FirstTrueElement = Undefined, SecondTrueElement = Undefined;
172 int FirstFalseElement = Undefined, SecondFalseElement = Undefined;
180 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined;
228 if (FirstTrueElement == Undefined)
232 if (SecondTrueElement == Undefined)
245 if (FirstFalseElement == Undefined)
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp264 bool Undefined = SymFlags & SymbolRef::SF_Undefined; local
268 if ((!Undefined && UndefinedOnly) || (Undefined && DefinedOnly) ||
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dutf8.t560 qr/Undefined subroutine utf8::moo/, {stderr=>1},
H A Dperl5db.t608 qr/Undefined symbols 0/,
639 qr/Undefined symbols 0/,
3167 qr/Undefined subroutine &mro::get_linear_isa/ms,
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm435 Undefined format
/openbsd-current/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp87 case MachO::SymbolFlags::Undefined:
88 return "Undefined";
/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp338 // Undefined symbols are filtered out in scanRelocations(); we should never
790 if (auto *undefined = dyn_cast<Undefined>(binder))
1953 if (auto *undefined = dyn_cast<Undefined>(sym))

Completed in 233 milliseconds

1234