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

1234

/openbsd-current/gnu/llvm/lld/COFF/
H A DInputFiles.cpp73 /// If Source is Undefined and has no weak alias set, makes it a weak
77 if (auto *u = dyn_cast<Undefined>(source)) {
365 // don't create an Undefined symbol. If nothing ever refers to the symbol,
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1127 (SanitizerKind::Undefined & ~SanitizerKind::Vptr &
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2046 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) override;
/openbsd-current/gnu/llvm/lld/MachO/
H A DDriver.cpp1251 if (isa<Undefined>(sym))
/openbsd-current/gnu/llvm/lld/ELF/
H A DWriter.cpp2025 Symbol *sym = symtab.addSymbol(Undefined{
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4765 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
4766 SemaRef.getUndefinedButUsed(Undefined);
4767 for (const auto &I : Undefined) {
H A DASTReader.cpp8373 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {
8378 Undefined.insert(std::make_pair(D, Loc));
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm361 $error .= "Undefined argument in option spec\n";
2776 =head2 Undefined subroutine &main::GetOptions called
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH2285 * Perl has been cross-compiled to. Undefined if not a cross-compile.
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex6209 \message{\linenumber Undefined cross reference `#1'.}%
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex5948 \message{\linenumber Undefined cross reference `#1'.}%
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex6083 \message{\linenumber Undefined cross reference `#1'.}%
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables3806 Carp::my_carp_bug($message . "Undefined argument to _union. No union done.");
4138 Carp::my_carp_bug("$owner_name_of{$addr}Undefined start and/or end to _add_delete. No action taken.");
8727 Carp::my_carp_bug("Undefined input property. No action taken.");
15469 Carp::my_carp_bug("Undefined $nominal, 'Y'. Skipping.");
15903 Carp::my_carp("Undefined name in directory "
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1498 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined);

Completed in 297 milliseconds

1234