Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDSymbolTable.h29 class Undefined; variable
HDSymbols.h209 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
HDIFSStub.h58 bool Undefined = false; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDaarch32.h137 Undefined = 0, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDSymbol.h38 Undefined = 1U << 3, enumerator
HDRecord.h56 Undefined = 2, enumerator
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h60 class Undefined; variable
HDSymbols.h330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDCalledValuePropagation.cpp62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.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()
HDMultiplexExternalSemaSource.cpp232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.h39 class Undefined; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugFrame.h42 Undefined, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h461 llvm::MapVector<clang::NamedDecl *, clang::SourceLocation> &Undefined) in ReadUndefinedButUsed()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Support/
HDRISCVVIntrinsicUtils.h232 Undefined, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp225 Undefined, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock-matchers-comparisons_test.cc168 struct Undefined { struct
170 static const int kInt = 1;
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h490 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp5136 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in PrepareWritingSpecialDecls() local
5304 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteSpecialDeclRecords() local
HDASTReader.cpp8684 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp165 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator