Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h29 class Undefined; variable
H A DSymbols.h204 Undefined(StringRefZ name, InputFile *file, RefState refState, Undefined() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h58 bool Undefined = false; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h39 Undefined = 2, global() enumerator
H A DSymbol.h38 Undefined = 1U << 3, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h137 Undefined = 0, enumerator
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DInputFiles.h60 class Undefined; variable
H A DSymbols.h330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp814 getUndefinedButUsed(SmallVectorImpl<std::pair<NamedDecl *,SourceLocation>> & Undefined) getUndefinedButUsed() argument
871 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; checkUndefinedButUsed() local
2464 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument
H A DMultiplexExternalSemaSource.cpp232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed() argument
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSymbols.h39 class Undefined; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 Undefined, enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h455 ReadUndefinedButUsed(llvm::MapVector<clang::NamedDecl *,clang::SourceLocation> & Undefined) ReadUndefinedButUsed() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h232 Undefined, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp228 Undefined, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc168 struct Undefined { struct
170 kInttesting::gmock_matchers_test::__anon7dac90070111::Undefined global() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h490 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp164 enum { Overdefined = -3, Undefined = -2 }; foldCmpLoadFromIndexedGlobal() enumerator
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4868 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; WriteASTCore() local
H A DASTReader.cpp8595 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *,SourceLocation> & Undefined) ReadUndefinedButUsed() argument