| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 43 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 D | BlockFrequencyInfoImpl.cpp | 303 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 D | CommandCompletions.cpp | 119 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 D | MCAsmBackend.cpp | 102 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument 105 if (!Resolved) in fixupNeedsRelaxationAdvanced()
|
| H A D | MCAssembler.cpp | 860 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 D | RTDyldObjectLinkingLayer.cpp | 160 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 D | dspkginit.c | 562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement() 642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
|
| H A D | dsobject.c | 259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject() 270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 64 bool Resolved, in fixupNeedsRelaxationAdvanced() argument 73 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
|
| H A D | RISCVAsmBackend.h | 61 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | NEWS | 354 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 D | README.patches | 29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| H A D | README.pullrequests | 82 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 121 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 76 unsigned Resolved : 1; member 117 Resolved(false), IndexHeaderMapHeader(false), IsValid(false) {} in HeaderFileInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 57 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 572 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 D | acobject.h | 549 UINT8 Resolved; /* Reference has been resolved to a value */ member
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1805 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 D | HeaderSearch.cpp | 1107 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 D | RuntimeDyld.cpp | 1145 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 D | C.msg | 295 13 Resolved protocol is unknown
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Record.cpp | 632 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 D | ASTUnit.cpp | 1407 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 D | RTDyldObjectLinkingLayer.h | 109 std::map<StringRef, JITEvaluatedSymbol> Resolved,
|