Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp53 Inc.Resolved = std::string(File ? File->tryGetRealPathName() : ""); in InclusionDirective()
130 auto Resolved = URI::resolve(*U, HintPath); in toHeaderFile() local
131 if (!Resolved) in toHeaderFile()
132 return Resolved.takeError(); in toHeaderFile()
133 return HeaderFile{std::move(*Resolved), /*Verbatim=*/false}; in toHeaderFile()
209 if (!Inc.Resolved.empty()) in addExisting()
210 IncludedHeaders.insert(Inc.Resolved); in addExisting()
269 << (!Inc.Resolved.empty() ? Inc.Resolved : "[unresolved]") in operator <<()
275 LHS.Resolved, LHS.Written) == in operator ==()
277 RHS.Resolved, RHS.Written); in operator ==()
DCompileCommands.cpp68 llvm::SmallString<128> Resolved; in resolve() local
69 if (llvm::sys::fs::real_path(Path, Resolved)) { in resolve()
73 return std::string(Resolved.str()); in resolve()
168 llvm::SmallString<256> Resolved; in resolveDriver() local
169 if (!llvm::sys::fs::real_path(Driver, Resolved)) in resolveDriver()
170 return SiblingOf(Resolved); in resolveDriver()
DSemanticHighlighting.cpp149 enum HighlightPriority { Dependent = 0, Resolved = 1 }; in evaluateHighlightPriority() enumerator
153 : Resolved; in evaluateHighlightPriority()
218 if (auto Resolved = resolveConflict(Conflicting)) in collect() local
219 NonConflicting.push_back(*Resolved); in collect()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp132 MATCHER_P(Resolved, Name, "") { return arg.Resolved == Name; }
153 AllOf(Written("\"sub/bar.h\""), Resolved(BarHeader)))); in TEST_F()
171 UnorderedElementsAre(AllOf(Written("\"bar.h\""), Resolved(BarHeader)))); in TEST_F()
204 UnorderedElementsAre(AllOf(Written("\"foo.h\""), Resolved("")))); in TEST_F()
267 Inc.Resolved = ""; in TEST_F()
275 Inc.Resolved = testPath("sub/bar.h"); in TEST_F()
276 EXPECT_EQ(calculate(Inc.Resolved, "", {Inc}), ""); in TEST_F()
278 EXPECT_EQ(calculate(Inc.Resolved, "\"BAR.h\"", {Inc}), ""); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp54 SymbolState::Resolved, std::move(OnResolvedWithUnwrap), in lookup()
160 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument
179 auto I = Resolved.find(*Name); in onObjLoad()
183 if (I == Resolved.end() || InternalSymbols.count(*Name) || in onObjLoad()
197 for (auto &KV : Resolved) { in onObjLoad()
DLegacy.cpp40 SymbolLookupSet(InternedSymbols), SymbolState::Resolved, in lookup()
/external/llvm-project/clang/lib/AST/
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()
/external/clang/lib/AST/
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()
601 StringRef Resolved; in lexHTMLCharacterReference() local
603 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference()
605 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference()
607 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference()
609 if (Resolved.empty()) { in lexHTMLCharacterReference()
614 T.setText(Resolved); in lexHTMLCharacterReference()
/external/llvm/lib/MC/
DMCAsmBackend.cpp47 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
49 if (!Resolved) in fixupNeedsRelaxationAdvanced()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp302 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
308 if (!isLoopHeader(Resolved)) in addToDist()
310 if (Resolved != Succ) in addToDist()
311 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
317 if (isLoopHeader(Resolved)) { in addToDist()
319 Dist.addBackedge(Resolved, Weight); in addToDist()
323 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
325 Dist.addExit(Resolved, Weight); in addToDist()
329 if (Resolved < Pred) { in addToDist()
343 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
284 if (!isLoopHeader(Resolved)) in addToDist()
286 if (Resolved != Succ) in addToDist()
287 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
293 if (isLoopHeader(Resolved)) { in addToDist()
295 Dist.addBackedge(Resolved, Weight); in addToDist()
299 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
301 Dist.addExit(Resolved, Weight); in addToDist()
305 if (Resolved < Pred) { in addToDist()
319 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp308 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
314 if (!isLoopHeader(Resolved)) in addToDist()
316 if (Resolved != Succ) in addToDist()
317 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
323 if (isLoopHeader(Resolved)) { in addToDist()
325 Dist.addBackedge(Resolved, Weight); in addToDist()
329 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
331 Dist.addExit(Resolved, Weight); in addToDist()
335 if (Resolved < Pred) { in addToDist()
349 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp54 SymbolState::Resolved, std::move(OnResolvedWithUnwrap), in lookup()
187 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad() argument
208 auto I = Resolved.find(*Name); in onObjLoad()
212 if (I == Resolved.end() || InternalSymbols.count(*Name) || in onObjLoad()
226 for (auto &KV : Resolved) { in onObjLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmBackend.cpp107 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
110 if (!Resolved) in fixupNeedsRelaxationAdvanced()
/external/llvm-project/llvm/lib/MC/
DMCAsmBackend.cpp114 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
117 if (!Resolved) in fixupNeedsRelaxationAdvanced()
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp64 SymbolLookupSet(Foo), SymbolState::Resolved, OnResolveDoNothing, in testSetProcessAllSections()
168 SymbolState::Resolved, in TEST()
238 SymbolState::Resolved, in TEST()
DCoreAPIsTest.cpp30 auto &Resolved = *Result; in TEST_F() local
31 auto I = Resolved.find(Foo); in TEST_F()
32 EXPECT_NE(I, Resolved.end()) << "Could not find symbol definition"; in TEST_F()
499 SymbolLookupSet(Foo), SymbolState::Resolved, in TEST_F()
519 SymbolLookupSet(Bar), SymbolState::Resolved, in TEST_F()
540 SymbolLookupSet(Baz), SymbolState::Resolved, in TEST_F()
1136 SymbolLookupSet({Baz}), SymbolState::Resolved, in TEST_F()
1176 SymbolLookupSet({Foo, Bar}), SymbolState::Resolved, in TEST_F()
/external/skia/modules/skparagraph/src/
DOneLineShaper.h62 enum Resolved { enum
68 using TypefaceVisitor = std::function<Resolved(sk_sp<SkTypeface> typeface)>;
DOneLineShaper.cpp481 if (visitor(typeface) == Resolved::Everything) { in matchResolvedFonts()
518 if (resolved == Resolved::Everything) { in matchResolvedFonts()
523 if (resolved == Resolved::Something) { in matchResolvedFonts()
695 return Resolved::Everything; in shape()
697 return Resolved::Something; in shape()
699 return Resolved::Nothing; in shape()
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp343 llvm::SmallString<256> Resolved; in DiskFilesOrDirectories() local
344 if (!Resolver.ResolveExact(Username, Resolved)) { in DiskFilesOrDirectories()
352 Resolved = S.getKey(); in DiskFilesOrDirectories()
353 path::append(Resolved, path::get_separator()); in DiskFilesOrDirectories()
354 request.AddCompletion(Resolved, "", CompletionMode::Partial); in DiskFilesOrDirectories()
373 Storage = Resolved; in DiskFilesOrDirectories()
/external/mesa3d/docs/_extra/specs/
DMESA_pack_invert.spec53 Resolved: No, we're only concerned with pixel packing. There are other
/external/llvm-project/lld/test/ELF/
Ddebug-dead-reloc-32.s20 ## Resolved to UINT32_C(-2), with the addend ignored.
/external/llvm/include/llvm/MC/
DMCAsmBackend.h91 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.h90 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h131 std::map<StringRef, JITEvaluatedSymbol> Resolved,

1234