/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 29 class Undefined; variable
|
H A D | Symbols.h | 209 Undefined(StringRefZ name, InputFile *file, RefState refState, Undefined() function
|
/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 58 bool Undefined = false; member
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch32.h | 137 Undefined = 0, enumerator
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Symbol.h | 38 Undefined = 1U << 3, enumerator
|
H A D | Record.h | 56 Undefined = 2, enumerator
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | MultiVarConstantPropagationTest.cpp | 52 Undefined, enumerator
|
/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 60 class Undefined; global() variable
|
H A D | Symbols.h | 330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} Undefined() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 872 getUndefinedButUsed(SmallVectorImpl<std::pair<NamedDecl *,SourceLocation>> & Undefined) getUndefinedButUsed() argument 929 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; checkUndefinedButUsed() local 2464 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
|
H A D | MultiplexExternalSemaSource.cpp | 232 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
|
/llvm-project/lld/ELF/ |
H A D | Symbols.h | 39 class Undefined; global() variable
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 42 Undefined, enumerator
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 461 ReadUndefinedButUsed(llvm::MapVector<clang::NamedDecl *,clang::SourceLocation> & Undefined) ReadUndefinedButUsed() argument
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 232 Undefined, enumerator
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 225 Undefined, global() enumerator
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; shouldPrint() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 490 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5133 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; PrepareWritingSpecialDecls() local 5301 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; WriteSpecialDeclRecords() local
|
H A D | ASTReader.cpp | 8684 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 165 enum { Overdefined = -3, Undefined = -2 }; foldCmpLoadFromIndexedGlobal() enumerator [all...] |