Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp43 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local
44 char *ResolvedPtr = Resolved; in convertCodePointToUTF8()
46 return StringRef(Resolved, ResolvedPtr - Resolved); in convertCodePointToUTF8()
616 StringRef Resolved; in lexHTMLCharacterReference() local
618 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference()
620 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference()
622 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference()
624 if (Resolved.empty()) { in lexHTMLCharacterReference()
629 T.setText(Resolved); in lexHTMLCharacterReference()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp303 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
309 if (!isLoopHeader(Resolved)) in addToDist()
311 if (Resolved != Succ) in addToDist()
312 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
318 if (isLoopHeader(Resolved)) { in addToDist()
320 Dist.addBackedge(Resolved, Weight); in addToDist()
324 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
326 Dist.addExit(Resolved, Weight); in addToDist()
330 if (Resolved < Pred) { in addToDist()
344 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp119 llvm::SmallString<256> Resolved; in DiskFilesOrDirectories() local
120 if (!Resolver.ResolveExact(Username, Resolved)) { in DiskFilesOrDirectories()
128 Resolved = S.getKey(); in DiskFilesOrDirectories()
129 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
130 matches.AppendString(Resolved); in DiskFilesOrDirectories()
149 Storage = Resolved; in DiskFilesOrDirectories()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmBackend.cpp102 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
105 if (!Resolved) in fixupNeedsRelaxationAdvanced()
H A DMCAssembler.cpp860 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation() local
865 return getBackend().fixupNeedsRelaxationAdvanced(Fixup, Resolved, Value, DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp160 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument
164 for (auto &KV : Resolved) { in onObjLoad()
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddspkginit.c562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject()
270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp64 bool Resolved, in fixupNeedsRelaxationAdvanced() argument
73 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
H A DRISCVAsmBackend.h61 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/freebsd-12.1/contrib/ntp/
H A DNEWS354 Date Resolved: 27 Feb 2018
378 Date Resolved: 27 Feb 2018
570 Date Resolved: 21 Mar 2017
614 Date Resolved: 21 Mar 2017
636 Date Resolved: 21 Mar 2017
663 Date Resolved: 21 Mar 2017
690 Date Resolved: 21 Mar 2017
714 Date Resolved: 21 Mar 2017
740 Date Resolved: 21 Mar 2017
812 Date Resolved: 21 Mar 2017
[all …]
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
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h121 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h76 unsigned Resolved : 1; member
117 Resolved(false), IndexHeaderMapHeader(false), IsValid(false) {} in HeaderFileInfo()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp57 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp572 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
587 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h549 UINT8 Resolved; /* Reference has been resolved to a value */ member
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1805 bool Resolved; member
1807 MappedValue() : V(nullptr), Resolved(false) {} in MappedValue()
1808 MappedValue(Init *V, bool Resolved) : V(V), Resolved(Resolved) {} in MappedValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1107 if (ExternalSource && !HFI->Resolved) { in getFileInfo()
1108 HFI->Resolved = true; in getFileInfo()
1139 if (!HFI->Resolved) { in getExistingFileInfo()
1140 HFI->Resolved = true; in getExistingFileInfo()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1145 StringMap<JITEvaluatedSymbol> Resolved; in finalizeAsync() local
1147 Resolved[KV.first] = KV.second; in finalizeAsync()
1149 SharedThis->applyExternalSymbolRelocations(Resolved); in finalizeAsync()
/freebsd-12.1/lib/libc/nls/
H A DC.msg295 13 Resolved protocol is unknown
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp632 SmallVector<Init*, 8> Resolved; in resolveReferences() local
633 Resolved.reserve(size()); in resolveReferences()
639 Resolved.push_back(E); in resolveReferences()
643 return ListInit::get(Resolved, getElementType()); in resolveReferences()
2176 if (!It->second.Resolved && Map.size() > 1) { in resolve()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1407 std::vector<Decl *> Resolved; in RealizeTopLevelDeclsFromPreamble() local
1408 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()
1414 Resolved.push_back(D); in RealizeTopLevelDeclsFromPreamble()
1417 TopLevelDecls.insert(TopLevelDecls.begin(), Resolved.begin(), Resolved.end()); in RealizeTopLevelDeclsFromPreamble()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h109 std::map<StringRef, JITEvaluatedSymbol> Resolved,

12