Home
last modified time | relevance | path

Searched refs:Unresolved (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md7 * [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 DModuleMap.cpp118 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 DSpecifiers.h31 Unresolved, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4582 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 DASTWriter.cpp1854 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 DType.h408 Unresolved = 0, enumerator
521 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp554 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 DModuleMap.h304 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2128 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 DCore.cpp2139 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 DType.cpp279 : ResolveState::Unresolved), in Type()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5601 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 DSemaTemplateInstantiateDecl.cpp2485 InstantiatedExplicitSpecifier.setKind(ExplicitSpecKind::Unresolved); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13816 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 DDeclCXX.h1922 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 DLVCodeViewVisitor.cpp408 for (const StringRef &Unresolved : UnresolvedScopes) { in init() local
409 Components = getAllLexicalComponents(Unresolved); in init()
/freebsd-14.2/contrib/byacc/
H A Dbtyaccpar.skel531 /* Unresolved conflict - start/continue trial parse */
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp580 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog5560 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built