Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h29 class Undefined; variable
H A DSymbols.h209 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() function
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h58 bool Undefined = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h38 Undefined = 1U << 3, enumerator
H A DRecord.h56 Undefined = 2, enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp874 void Sema::getUndefinedButUsed( in getUndefinedButUsed()
931 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in checkUndefinedButUsed() local
2466 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {} in ReadUndefinedButUsed()
H A DMultiplexExternalSemaSource.cpp232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h39 class Undefined; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h42 Undefined, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h461 llvm::MapVector<clang::NamedDecl *, clang::SourceLocation> &Undefined) in ReadUndefinedButUsed()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h232 Undefined, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp225 Undefined, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc168 struct Undefined { struct
170 static const int kInt = 1;
/freebsd/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/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5136 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in PrepareWritingSpecialDecls() local
5304 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteSpecialDeclRecords() local
H A DASTReader.cpp8684 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp165 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator