| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | URI.cpp | 78 if (Scheme == "file") in findSchemeByName() 82 if (URIScheme.getName() != Scheme) in findSchemeByName() 141 if (Scheme.empty()) in isValidScheme() 143 if (!llvm::isAlpha(Scheme[0])) in isValidScheme() 145 return std::all_of(Scheme.begin() + 1, Scheme.end(), [](char C) { in isValidScheme() 154 : Scheme(Scheme), Authority(Authority), Body(Body) { in URI() 155 assert(!Scheme.empty()); in URI() 162 percentEncode(Scheme, Result); in toString() 185 U.Scheme = percentDecode(SchemeStr); in parse() 186 if (!isValidScheme(U.Scheme)) in parse() [all …]
|
| H A D | URI.h | 30 URI(llvm::StringRef Scheme, llvm::StringRef Authority, llvm::StringRef Body); 33 llvm::StringRef scheme() const { return Scheme; } in scheme() 45 llvm::StringRef Scheme); 88 return std::tie(LHS.Scheme, LHS.Authority, LHS.Body) == 89 std::tie(RHS.Scheme, RHS.Authority, RHS.Body); 93 return std::tie(LHS.Scheme, LHS.Authority, LHS.Body) < 94 std::tie(RHS.Scheme, RHS.Authority, RHS.Body); 100 std::string Scheme; variable
|
| H A D | FileDistance.cpp | 163 FileDistance &URIDistance::forScheme(llvm::StringRef Scheme) { in forScheme() argument 164 auto &Delegate = ByScheme[Scheme]; in forScheme() 168 if (auto U = clangd::URI::create(Source.getKey(), Scheme)) in forScheme() 173 dlog("FileDistance for scheme {0}: {1}/{2} sources", Scheme, in forScheme()
|
| H A D | FileDistance.h | 101 FileDistance &forScheme(llvm::StringRef Scheme);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestFS.cpp | 109 static const char *Scheme; member in clang::clangd::TestScheme 129 return URI(Scheme, /*Authority=*/"", in uriFromAbsolutePath() 134 const char *TestScheme::Scheme = "unittest"; member in clang::clangd::TestScheme 136 static URISchemeRegistry::Add<TestScheme> X(TestScheme::Scheme, "Test schema");
|
| H A D | URITests.cpp | 31 llvm::StringRef Scheme = "file") { in createOrDie() argument 32 auto Uri = URI::create(AbsolutePath, Scheme); in createOrDie()
|
| /llvm-project-15.0.7/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 294 PolicyScheme Scheme; variable 309 bool HasVL, PolicyScheme Scheme, bool HasUnMaskedOverloaded, 323 bool hasPolicy() const { return Scheme != SchemeNone; } in hasPolicy() 324 bool hasPassthruOperand() const { return Scheme == HasPassthruOperand; } in hasPassthruOperand() 325 bool hasPolicyOperand() const { return Scheme == HasPolicyOperand; } in hasPolicyOperand() 332 PolicyScheme getPolicyScheme() const { return Scheme; } in getPolicyScheme()
|
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 851 bool HasMaskedOffOperand, bool HasVL, PolicyScheme Scheme, in RVVIntrinsic() argument 855 : IRName(IRName), IsMasked(IsMasked), HasVL(HasVL), Scheme(Scheme), in RVVIntrinsic()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/ |
| H A D | qadd.tc | 2 ## Generated and verified in PLT Scheme (see imath-test.scm)
|
| H A D | qdiv.tc | 2 ## Generated and verified in PLT Scheme (see imath-test.scm)
|
| H A D | qsub.tc | 2 ## Generated and verified in PLT Scheme (see imath-test.scm)
|
| H A D | qmul.tc | 2 ## Generated and verified in PLT Scheme (see imath-test.scm)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-abiflags.test | 259 # FPABI-ASES-ALL-GNU: ASEs: DSP, DSPR2, Enhanced VA Scheme, MCU, MDMX, MIPS-3D, MT, SmartMIPS, VZ, … 265 # FPABI-ASES-ALL-LLVM-NEXT: Enhanced VA Scheme (0x4)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GarbageCollection.rst | 140 broad class of garbage collected languages including Scheme, ML, Java, C#,
|