Home
last modified time | relevance | path

Searched defs:Undefined (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbolTable.h29 class Undefined; variable
H A DSymbols.h206 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DSymbol.h38 Undefined = 1U << 3, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h58 bool Undefined; member
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h60 class Undefined; variable
H A DSymbols.h329 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp800 void Sema::getUndefinedButUsed( in getUndefinedButUsed()
857 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in checkUndefinedButUsed() local
2412 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {} in ReadUndefinedButUsed()
H A DMultiplexExternalSemaSource.cpp232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h39 class Undefined; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 Undefined, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h455 llvm::MapVector<clang::NamedDecl *, clang::SourceLocation> &Undefined) in ReadUndefinedButUsed()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp230 Undefined, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp264 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h489 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp159 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4765 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteASTCore() local
H A DASTReader.cpp8373 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()