Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h30 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in ignoreError() argument
33 ignoreError(Rest...); in ignoreError()
39 llvm::Error findError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in findError() argument
41 ignoreError(Rest...); in findError()
44 return findError(Rest...); in findError()
73 const FirstT &First, const RestT &... Rest) { in visitRefactoringOptionsImpl()
84 return visitRefactoringOptionsImpl(Visitor, Rest...); in visitRefactoringOptionsImpl()
97 template <typename Base, typename First, typename... Rest>
99 HasBaseOf<Base, Rest...>::value,
107 template <typename Base, typename First, typename... Rest>
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp252 Rest = Split.second; in parseSpecifier()
283 if (Rest.empty()) in parseSpecifier()
292 if (Rest.empty()) in parseSpecifier()
307 if (!Rest.empty()) { in parseSpecifier()
315 if (!Rest.empty()) { in parseSpecifier()
347 if (Rest.empty()) in parseSpecifier()
358 if (!Rest.empty()) { in parseSpecifier()
374 if (Rest.empty()) in parseSpecifier()
394 if (Rest.empty()) in parseSpecifier()
396 if (Rest.size() > 1) in parseSpecifier()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp637 if (!Rest.consume_front(":")) in FindCheckType()
642 if (Rest.consume_front("NEXT:")) in FindCheckType()
645 if (Rest.consume_front("SAME:")) in FindCheckType()
648 if (Rest.consume_front("NOT:")) in FindCheckType()
649 return {Check::CheckNot, Rest}; in FindCheckType()
651 if (Rest.consume_front("DAG:")) in FindCheckType()
661 if (Rest.startswith("DAG-NOT:") || Rest.startswith("NOT-DAG:") || in FindCheckType()
662 Rest.startswith("NEXT-NOT:") || Rest.startswith("NOT-NEXT:") || in FindCheckType()
663 Rest.startswith("SAME-NOT:") || Rest.startswith("NOT-SAME:") || in FindCheckType()
664 Rest.startswith("EMPTY-NOT:") || Rest.startswith("NOT-EMPTY:")) in FindCheckType()
[all …]
H A DJSON.cpp538 const UTF8 *Data = reinterpret_cast<const UTF8 *>(S.data()), *Rest = Data; in isUTF8()
539 if (LLVM_LIKELY(isLegalUTF8String(&Rest, Data + S.size()))) in isUTF8()
543 *ErrOffset = Rest - Data; in isUTF8()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp120 StringRef Rest = Input.substr(n1 + 2); in ParseLine() local
121 if (Rest[0] >= '0' && Rest[0] <= '9') { in ParseLine()
123 size_t n3 = Rest.find(' '); in ParseLine()
125 if (Rest.getAsInteger(10, NumSamples)) in ParseLine()
144 n3 += Rest.substr(n3).find_first_not_of(' '); in ParseLine()
145 Rest = Rest.substr(n3); in ParseLine()
146 n3 = Rest.find_first_of(':'); in ParseLine()
156 Target = Rest.substr(0, n3); in ParseLine()
173 if (n4 == Rest.size()) in ParseLine()
180 size_t n3 = Rest.find_last_of(':'); in ParseLine()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp882 StringRef CommandStr, Rest; in runMRIScript() local
883 std::tie(CommandStr, Rest) = Line.split(' '); in runMRIScript()
884 Rest = Rest.trim(); in runMRIScript()
885 if (!Rest.empty() && Rest.front() == '"' && Rest.back() == '"') in runMRIScript()
886 Rest = Rest.drop_front().drop_back(); in runMRIScript()
898 object::Archive &Lib = readLibrary(Rest); in runMRIScript()
908 addMember(NewMembers, Rest); in runMRIScript()
916 ArchiveName = Rest; in runMRIScript()
919 StringRef Name = sys::path::filename(Rest); in runMRIScript()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp162 StringRef Rest = R; in run() local
164 std::tie(FileName, Rest) = Rest.split(','); in run()
165 if (Rest.empty()) { in run()
169 std::tie(SymbolName, Rest) = Rest.split(','); in run()
171 for (char C : Rest) { in run()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dste-u300.dts105 clock-type = <2>; /* Rest */
119 clock-type = <2>; /* Rest */
134 clock-type = <2>; /* Rest */
141 clock-type = <2>; /* Rest */
148 clock-type = <2>; /* Rest */
155 clock-type = <2>; /* Rest */
162 clock-type = <2>; /* Rest */
169 clock-type = <2>; /* Rest */
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriverUtils.cpp511 StringRef Rest; in parseExport() local
512 std::tie(E.Name, Rest) = Arg.split(","); in parseExport()
534 while (!Rest.empty()) { in parseExport()
536 std::tie(Tok, Rest) = Rest.split(","); in parseExport()
821 SmallVector<const char *, 16> Rest; in parseDirectives() local
827 Rest.push_back(Tok.data()); in parseDirectives()
834 opt::InputArgList Args = Table.ParseArgs(Rest, MissingIndex, MissingCount); in parseDirectives()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp295 StringRef Rest = TextToWrite; in OutputContentUpTo() local
296 while (!Rest.empty()) { in OutputContentUpTo()
298 std::tie(LineText, Rest) = Rest.split(LocalEOL); in OutputContentUpTo()
301 if (!Rest.empty()) in OutputContentUpTo()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h219 Error consume(BinaryStreamReader &Reader, T &&X, U &&Y, Args &&... Rest) { in consume() argument
222 return consume(Reader, Y, std::forward<Args>(Rest)...); in consume()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTrailingObjects.h62 template <typename First, typename... Rest> class AlignmentCalcHelper {
66 RestAlignment = AlignmentCalcHelper<Rest...>::Alignment,
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp370 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData() local
371 if (Rest != 0) in writeNopData()
372 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp186 StringRef Rest = Str.substr(Prefix.size()); in matchOption() local
188 ? Rest.startswith_lower(I->Name) in matchOption()
189 : Rest.startswith(I->Name); in matchOption()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp1259 StringRef Rest = AliasName.substr(Pos); in executePostLayoutBinding() local
1260 StringRef Tail = Rest; in executePostLayoutBinding()
1261 if (Rest.startswith("@@@")) in executePostLayoutBinding()
1262 Tail = Rest.substr(Symbol.isUndefined() ? 2 : 1); in executePostLayoutBinding()
1276 if (!Symbol.isUndefined() && !Rest.startswith("@@@")) in executePostLayoutBinding()
1280 if (Symbol.isUndefined() && Rest.startswith("@@") && in executePostLayoutBinding()
1281 !Rest.startswith("@@@")) { in executePostLayoutBinding()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp856 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, in ExposePointerBase() argument
860 Rest = SE.getAddExpr(Rest, in ExposePointerBase()
869 NewAddOps.back() = Rest; in ExposePointerBase()
870 Rest = SE.getAddExpr(NewAddOps); in ExposePointerBase()
871 ExposePointerBase(Base, Rest, SE); in ExposePointerBase()
1499 const SCEV *Rest = SE.getAddRecExpr(NewOps, L, in visitAddRecExpr() local
1506 const SCEV *ExposedRest = Rest; in visitAddRecExpr()
1525 const SCEV *AddExprRHS = SE.getUnknown(expand(Rest)); in visitAddRecExpr()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp206 template<typename T, typename ...Rest> void operator()(T V, Rest ...Vs) { in operator ()()
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DDesignDoc.md70 arguments, as brevity is a top design goal here. Rest assured that
H A DCookBook.md3300 arguments. Rest assured that your code is type-safe though:
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1078 StringRef Rest = Buffer.substr(Line - Buffer.data()); in getIndentationForLine() local
1079 size_t NumWhitespaceChars = Rest.find_first_not_of(" \t"); in getIndentationForLine()
1082 : Rest.take_front(NumWhitespaceChars); in getIndentationForLine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp702 llvm::BasicBlock *Rest = createBasicBlock("not.null"); in EmitTypeCheck() local
703 Builder.CreateCondBr(IsNonNull, Rest, Done); in EmitTypeCheck()
704 EmitBlock(Rest); in EmitTypeCheck()
/freebsd-12.1/contrib/file/
H A DChangeLog1225 * Rest of the mime split (Reuben Thomas)
/freebsd-12.1/sys/contrib/edk2/
H A DMdePkg.dec1624 ## Include/Protocol/Rest.h
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot1145 msgid " Rest are passed unmodified to the language driver\n"
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.md3096 ;; Rest is handled by single and.
3167 ;; Rest is handled by single and.