| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 29 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in ignoreError() argument 32 ignoreError(Rest...); in ignoreError() 38 llvm::Error findError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in findError() argument 40 ignoreError(Rest...); in findError() 43 return findError(Rest...); in findError() 72 const FirstT &First, const RestT &... Rest) { in visitRefactoringOptionsImpl() 83 return visitRefactoringOptionsImpl(Visitor, Rest...); in visitRefactoringOptionsImpl() 96 template <typename Base, typename First, typename... Rest> 98 HasBaseOf<Base, Rest...>::value, 106 template <typename Base, typename First, typename... Rest> [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 60 NewTail = &Node->Rest; in erase_if() 61 List = Node->Rest; in erase_if() 66 List = N->Rest; in erase_if() 115 List = ToDealloc->Rest; in MaybeDeallocList() 199 Node->Rest = DeclsAsList; in replaceExternalDecls() 210 Node->Rest = DeclsAsList; in replaceExternalDecls() 239 Node->Rest = D; in addOrReplaceDecl() 249 N = N->Rest.dyn_cast<DeclListNode *>()) { in addOrReplaceDecl() 254 if (auto *ND = N->Rest.dyn_cast<NamedDecl *>()) { in addOrReplaceDecl() 256 N->Rest = D; in addOrReplaceDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 466 StringRef Rest = Spec.drop_front(2); in parseSpecification() local 469 if (!Rest.consume_front(":")) in parseSpecification() 472 for (StringRef Str : split(Rest, ':')) { in parseSpecification() 496 StringRef Rest = Spec.drop_front(); in parseSpecification() local 504 if (!Rest.empty()) in parseSpecification() 511 for (StringRef Str : split(Rest, ':')) { in parseSpecification() 520 if (Rest.empty()) in parseSpecification() 523 if (Error Err = parseAlignment(Rest, Alignment, "stack natural")) in parseSpecification() 530 if (Rest.empty()) in parseSpecification() 532 char Type = Rest.front(); in parseSpecification() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 203 llvm::StringRef Rest = In; in parseFormula() local 204 auto *Result = parse(*this, Rest); in parseFormula() 206 return llvm::make_error<FormulaParseError>(In, In.size() - Rest.size()); in parseFormula() 207 Rest = Rest.ltrim(); in parseFormula() 208 if (!Rest.empty()) // parse didn't consume all the input in parseFormula() 209 return llvm::make_error<FormulaParseError>(In, In.size() - Rest.size()); in parseFormula()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 138 StringRef Name, Rest; in isPrivateLibrary() local 139 std::tie(Name, Rest) = in isPrivateLibrary() 143 if (IsSymLink && Rest == "framework") in isPrivateLibrary() 154 return !(Rest.starts_with("framework/") && in isPrivateLibrary() 155 (Rest.ends_with(Name) || Rest.ends_with((Name + ".tbd").str()) || in isPrivateLibrary() 156 (IsSymLink && Rest.ends_with("Current")))); in isPrivateLibrary()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 1579 StringRef Rest = Buffer.drop_front(Prefix.size()); in FindCheckType() local 1582 if (Rest.consume_front(":")) in FindCheckType() 1583 return {Check::CheckComment, Rest}; in FindCheckType() 1590 if (Rest.consume_front(":")) in FindCheckType() 1591 return {Ret, Rest}; in FindCheckType() 1592 if (!Rest.consume_front("{")) in FindCheckType() 1598 Rest = Rest.ltrim(); in FindCheckType() 1599 if (Rest.consume_front("LITERAL")) in FindCheckType() 1602 return {Check::CheckNone, Rest}; in FindCheckType() 1604 Rest = Rest.ltrim(); in FindCheckType() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-range.exp | 4 while evaluating "${:U:range=x}Rest" != "Rest"" with value ""
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1201 StringRef CommandStr, Rest; in runMRIScript() local 1202 std::tie(CommandStr, Rest) = Line.split(' '); in runMRIScript() 1203 Rest = Rest.trim(); in runMRIScript() 1204 if (!Rest.empty() && Rest.front() == '"' && Rest.back() == '"') in runMRIScript() 1205 Rest = Rest.drop_front().drop_back(); in runMRIScript() 1220 object::Archive &Lib = readLibrary(Rest); in runMRIScript() 1234 addMember(NewMembers, Rest); in runMRIScript() 1245 ArchiveName = std::string(Rest); in runMRIScript() 1251 return comparePaths(M.MemberName, Rest); in runMRIScript()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 295 StringRef Rest = TextToWrite; in OutputContentUpTo() local 296 while (!Rest.empty()) { in OutputContentUpTo() 298 size_t Idx = Rest.find(LocalEOL); in OutputContentUpTo() 299 StringRef LineText = Rest.substr(0, Idx); in OutputContentUpTo() 309 Rest = Rest.substr(Idx); in OutputContentUpTo()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 264 StringRef Rest, FileName, SymbolName; in run() local 265 std::tie(FileName, Rest) = R.split(','); in run() 266 if (Rest.empty()) { in run() 270 std::tie(SymbolName, Rest) = Rest.split(','); in run() 272 for (char C : Rest) { in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 251 StringRef Rest = Input.substr(n1 + 2); in ParseLine() local 252 if (isDigit(Rest[0])) { in ParseLine() 254 size_t n3 = Rest.find(' '); in ParseLine() 256 if (Rest.getAsInteger(10, NumSamples)) in ParseLine() 259 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine() 275 n3 += Rest.substr(n3).find_first_not_of(' '); in ParseLine() 276 Rest = Rest.substr(n3); in ParseLine() 277 n3 = Rest.find_first_of(':'); in ParseLine() 285 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() 287 Target = Rest.substr(0, n3); in ParseLine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | RecordSerialization.h | 221 Error consume(BinaryStreamReader &Reader, T &&X, U &&Y, Args &&... Rest) { in consume() argument 224 return consume(Reader, Y, std::forward<Args>(Rest)...); in consume()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | qcom,ethqos.txt | 27 Rest of the properties are defined in stmmac.txt file in same directory
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TrailingObjects.h | 62 template <typename First, typename... Rest> class AlignmentCalcHelper { 66 RestAlignment = AlignmentCalcHelper<Rest...>::Alignment,
|
| H A D | Casting.h | 552 template <typename First, typename Second, typename... Rest, typename From> 554 return isa<First>(Val) || isa<Second, Rest...>(Val);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 214 auto [First, Rest] = S.split(","); in getFnAttrParsedVector() 220 S = Rest; in getFnAttrParsedVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 1195 StringRef Rest = AliasName.substr(Pos); in executePostLayoutBinding() local 1196 StringRef Tail = Rest; in executePostLayoutBinding() 1197 if (Rest.starts_with("@@@")) in executePostLayoutBinding() 1198 Tail = Rest.substr(Symbol.isUndefined() ? 2 : 1); in executePostLayoutBinding() 1215 if (Symbol.isUndefined() && Rest.starts_with("@@") && in executePostLayoutBinding() 1216 !Rest.starts_with("@@@")) { in executePostLayoutBinding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 164 StringRef Rest = Str.substr(Prefix.size()); in matchOption() local 165 bool Matched = IgnoreCase ? Rest.starts_with_insensitive(Name) in matchOption() 166 : Rest.starts_with(Name); in matchOption()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1048 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData() local 1049 if (Rest != 0) in writeNopData() 1050 OS.write(Nops[Rest - 1], Rest); in writeNopData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 175 template <typename FieldTy, typename Next, typename... Rest> 180 emitOps<Next, Rest...>(abbrev); in emitOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 700 const UTF8 *Data = reinterpret_cast<const UTF8 *>(S.data()), *Rest = Data; in isUTF8() 701 if (LLVM_LIKELY(isLegalUTF8String(&Rest, Data + S.size()))) in isUTF8() 705 *ErrOffset = Rest - Data; in isUTF8()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 248 template<typename T, typename ...Rest> void operator()(T V, Rest ...Vs) { in operator ()()
|
| /freebsd/crypto/openssl/ |
| H A D | README-PROVIDERS.md | 140 /* Rest of application */
|
| /freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | qcom,ath10k.txt | 11 Rest of the properties are not applicable for PCI based devices.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 2491 auto enumerate(FirstRange &&First, RestRanges &&...Rest) { 2492 if constexpr (sizeof...(Rest) != 0) { 2496 size_t sizes[] = {range_size(First), range_size(Rest)...}; 2503 std::forward<RestRanges>(Rest)...);
|