/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | SymbolTable.h | 29 class Undefined; variable
|
H A D | Symbols.h | 206 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/ |
H A D | Symbol.h | 38 Undefined = 1U << 3, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 58 bool Undefined; member
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | InputFiles.h | 60 class Undefined; variable
|
H A D | Symbols.h | 329 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 800 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 D | MultiplexExternalSemaSource.cpp | 232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | Symbols.h | 39 class Undefined; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 42 Undefined, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 455 llvm::MapVector<clang::NamedDecl *, clang::SourceLocation> &Undefined) in ReadUndefinedButUsed()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 230 Undefined, enumerator
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 264 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 489 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 159 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4765 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteASTCore() local
|
H A D | ASTReader.cpp | 8373 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
|