Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DSymbolTable.h29 class Undefined; variable
H A DSymbols.h209 Undefined(StringRefZ name, InputFile *file, RefState refState, Undefined() function
/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h58 bool Undefined = false; member
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h137 Undefined = 0, enumerator
/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h38 Undefined = 1U << 3, enumerator
H A DRecord.h56 Undefined = 2, enumerator
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DMultiVarConstantPropagationTest.cpp52 Undefined, enumerator
/llvm-project/lld/COFF/
H A DInputFiles.h60 class Undefined; global() variable
H A DSymbols.h330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} Undefined() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/llvm-project/clang/lib/Sema/
H A DSema.cpp872 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 DMultiplexExternalSemaSource.cpp232 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
/llvm-project/lld/ELF/
H A DSymbols.h39 class Undefined; global() variable
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 Undefined, enumerator
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h461 ReadUndefinedButUsed(llvm::MapVector<clang::NamedDecl *,clang::SourceLocation> & Undefined) ReadUndefinedButUsed() argument
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h232 Undefined, enumerator
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp225 Undefined, global() enumerator
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; shouldPrint() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h490 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5133 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; PrepareWritingSpecialDecls() local
5301 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; WriteSpecialDeclRecords() local
H A DASTReader.cpp8684 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp165 enum { Overdefined = -3, Undefined = -2 }; foldCmpLoadFromIndexedGlobal() enumerator
[all...]