| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 118 if (Unresolved.Id.empty()) { in resolveExport() 119 assert(Unresolved.Wildcard && "Invalid unresolved export"); in resolveExport() 128 return Module::ExportDecl(Context, Unresolved.Wildcard); in resolveExport() 1395 auto Unresolved = std::move(Mod->UnresolvedExports); in resolveExports() local 1397 for (auto &UE : Unresolved) { in resolveExports() 1409 auto Unresolved = std::move(Top->UnresolvedDirectUses); in resolveUses() local 1411 for (auto &UDU : Unresolved) { in resolveUses() 1422 auto Unresolved = std::move(Mod->UnresolvedConflicts); in resolveConflicts() local 1424 for (auto &UC : Unresolved) { in resolveConflicts() 2640 Module::UnresolvedExportDecl Unresolved = { in parseExportDecl() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 31 Unresolved, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4582 SubmoduleID GlobalID = getGlobalSubmoduleID(*Unresolved.File,Unresolved.ID); in ReadAST() 4585 switch (Unresolved.Kind) { in ReadAST() 5933 Unresolved.File = &F; in ReadSubmoduleBlock() 5935 Unresolved.ID = Record[Idx]; in ReadSubmoduleBlock() 5945 Unresolved.File = &F; in ReadSubmoduleBlock() 5947 Unresolved.ID = Record[Idx]; in ReadSubmoduleBlock() 5957 Unresolved.File = &F; in ReadSubmoduleBlock() 5959 Unresolved.ID = Record[Idx]; in ReadSubmoduleBlock() 5987 Unresolved.File = &F; in ReadSubmoduleBlock() 5989 Unresolved.ID = Record[0]; in ReadSubmoduleBlock() [all …]
|
| H A D | ASTWriter.cpp | 1854 UnresolvedModule Unresolved; member 1875 if (Data.Unresolved.getPointer()) in EmitKeyDataLength() 1937 if (Data.Unresolved.getPointer()) in EmitData() 1938 EmitModule(Data.Unresolved.getPointer(), Data.Unresolved.getInt()); in EmitData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 408 Unresolved = 0, enumerator 521 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 554 for (auto *Unresolved : {&UnresolvedHeaders, &MissingHeaders}) { in print() 555 for (auto &U : *Unresolved) { in print()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 304 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2128 getKind() == ExplicitSpecKind::Unresolved)) { in isEquivalent() 2129 if (getKind() == ExplicitSpecKind::Unresolved && in isEquivalent() 2130 Other.getKind() == ExplicitSpecKind::Unresolved) { in isEquivalent()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 2139 auto Unresolved = std::move(Symbols); in lookup() local 2140 auto Q = std::make_shared<AsynchronousSymbolQuery>(Unresolved, RequiredState, in lookup() 2144 K, SearchOrder, std::move(Unresolved), RequiredState, std::move(Q), in lookup()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 279 : ResolveState::Unresolved), in Type()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5601 QualType Unresolved = E->getType(); in getApproximateType() local 5603 if (!Unresolved->isSpecificBuiltinType(BuiltinType::Dependent)) { in getApproximateType() 5604 AutoType *Auto = Unresolved->getContainedAutoType(); in getApproximateType() 5606 return Unresolved; in getApproximateType() 5615 return Unresolved; in getApproximateType() 5642 return Unresolved; // Multiple candidates. in getApproximateType() 5677 return Unresolved; in getApproximateType()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2485 InstantiatedExplicitSpecifier.setKind(ExplicitSpecKind::Unresolved); in VisitCXXMethodDecl()
|
| H A D | SemaDeclCXX.cpp | 13816 ExplicitSpec.setKind(ExplicitSpecKind::Unresolved); in tryResolveExplicitSpecifier() 13821 ExplicitSpecifier ES(ExplicitExpr, ExplicitSpecKind::Unresolved); in ActOnExplicitBoolSpecifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1922 return ExplicitSpec.getInt() == ExplicitSpecKind::Unresolved && in isInvalid() 1933 return ExplicitSpecifier(nullptr, ExplicitSpecKind::Unresolved); in Invalid()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 408 for (const StringRef &Unresolved : UnresolvedScopes) { in init() local 409 Components = getAllLexicalComponents(Unresolved); in init()
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | btyaccpar.skel | 531 /* Unresolved conflict - start/continue trial parse */
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 580 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier()
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | Changelog | 5560 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built
|