/freebsd/contrib/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, in Undefined() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 58 bool Undefined = false; member
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 60 class Undefined; variable
|
H A D | Symbols.h | 330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 62 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 874 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 D | MultiplexExternalSemaSource.cpp | 232 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 39 class Undefined; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 42 Undefined, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 461 llvm::MapVector<clang::NamedDecl *, clang::SourceLocation> &Undefined) in ReadUndefinedButUsed()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 232 Undefined, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 225 Undefined, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 258 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in shouldPrint() local
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 168 struct Undefined { struct 170 static const int kInt = 1;
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5136 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in PrepareWritingSpecialDecls() local 5304 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteSpecialDeclRecords() local
|
H A D | ASTReader.cpp | 8684 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 165 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
|