Home
last modified time | relevance | path

Searched refs:Resolved (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp42 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local
43 char *ResolvedPtr = Resolved; in convertCodePointToUTF8()
45 return StringRef(Resolved, ResolvedPtr - Resolved); in convertCodePointToUTF8()
615 StringRef Resolved; in lexHTMLCharacterReference() local
617 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference()
619 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference()
621 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference()
623 if (Resolved.empty()) { in lexHTMLCharacterReference()
628 T.setText(Resolved); in lexHTMLCharacterReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp310 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
316 if (!isLoopHeader(Resolved)) in addToDist()
318 if (Resolved != Succ) in addToDist()
319 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
325 if (isLoopHeader(Resolved)) { in addToDist()
327 Dist.addBackedge(Resolved, Weight); in addToDist()
331 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
333 Dist.addExit(Resolved, Weight); in addToDist()
337 if (Resolved < Pred) { in addToDist()
351 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp54 SymbolState::Resolved, std::move(OnResolvedWithUnwrap), in lookup()
190 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument
211 auto I = Resolved.find(*Name); in onObjLoad()
215 if (I == Resolved.end() || InternalSymbols.count(*Name) || in onObjLoad()
229 for (auto &KV : Resolved) { in onObjLoad()
H A DCore.cpp147 assert(RequiredState >= SymbolState::Resolved && in AsynchronousSymbolQuery()
444 QuerySymbols, SymbolState::Resolved, std::move(OnComplete), in materialize()
899 const SymbolMap &Resolved) { in resolve() argument
915 Worklist.reserve(Resolved.size()); in resolve()
918 for (const auto &KV : Resolved) { in resolve()
967 SymI->second.setState(SymbolState::Resolved); in resolve()
974 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Resolved)) { in resolve()
1041 SymEntry.getState() == SymbolState::Resolved) && in emit()
H A DDebugUtils.cpp290 case SymbolState::Resolved: in operator <<()
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A DPROBLEMS7 *** Resolved: 06-Dec-2004 (KDM): pdfmark.tmac.patch-20041206 ***
14 *** Resolved: 27-Sep-2004 (KDM): pdfmark.tmac.patch-20040927 ***
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmBackend.cpp114 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
117 if (!Resolved) in fixupNeedsRelaxationAdvanced()
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddspkginit.c454 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
534 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
H A Ddsobject.c151 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
162 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h90 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
H A DRISCVAsmBackend.cpp118 bool Resolved, in fixupNeedsRelaxationAdvanced() argument
127 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h135 std::map<StringRef, JITEvaluatedSymbol> Resolved,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h153 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h75 unsigned Resolved : 1; member
116 Resolved(false), IndexHeaderMapHeader(false), IsValid(false) {} in HeaderFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.patches29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
H A DREADME.pullrequests82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp571 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
586 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp733 bool Resolved = false; in runOnMachineFunction() local
746 Resolved = true; in runOnMachineFunction()
754 if (!Resolved) { in runOnMachineFunction()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacobject.h445 UINT8 Resolved; /* Reference has been resolved to a value */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h2031 bool Resolved; member
2033 MappedValue() : V(nullptr), Resolved(false) {} in MappedValue()
2034 MappedValue(Init *V, bool Resolved) : V(V), Resolved(Resolved) {} in MappedValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1189 if (ExternalSource && !HFI->Resolved) { in getFileInfo()
1192 HFI->Resolved = true; in getFileInfo()
1221 if (!HFI->Resolved) { in getExistingFileInfo()
1224 HFI->Resolved = true; in getExistingFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1217 StringMap<JITEvaluatedSymbol> Resolved; in finalizeAsync() local
1219 Resolved[KV.first] = KV.second; in finalizeAsync()
1221 SharedThis->applyExternalSymbolRelocations(Resolved); in finalizeAsync()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusIssuesStatus.csv2 …_shared``\ should use ``allocator_traits<A>::construct``\ ","Toronto","Resolved by `P0674R1 <http…
97 …istream&, CharT*)``\ makes it hard to avoid buffer overflows","San Diego","Resolved by P0487R1",""
100 "`2797 <https://wg21.link/LWG2797>`__","Trait precondition violations","San Diego","Resolved by 128…
107 …22>`__","``is_convertible<derived*, base*>``\ may lead to ODR","San Diego","Resolved by 1285R0",""
123 …a] variable templates that should have been deleted by P09961","San Diego","Resolved by P1210R0",""
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp272 sys::fs::make_absolute(WD->Resolved, Storage); in adjustPath()
280 SmallString<128> Resolved; member
321 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local
328 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory()
330 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()

12