Home
last modified time | relevance | path

Searched defs:rest (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cpp21 const char *rest; in TEST() local
36 const char *rest = ExtractInt("123,456;789", ";,", &token); in TEST() local
43 const char *rest = ExtractUptr("123,456;789", ";,", &token); in TEST() local
50 const char *rest = in TEST() local
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dstring_util.h29 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp()
H A Dsysinfo.cc77 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp()
/llvm-project-15.0.7/lldb/source/Utility/
H A DUUID.cpp103 llvm::StringRef rest = UUID::DecodeUUIDBytesFromString(p, bytes); in SetFromStringRef() local
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp20 auto NumParams = [](auto Self, auto h, auto ... rest) -> unsigned { in __anonad8db0ae0202()
38 auto NumParams = [](auto Self, auto h, auto ... rest) { in __anonad8db0ae0402()
H A Dp23.cpp8 void print(T first, Ts... rest) { in print()
/llvm-project-15.0.7/libcxx/benchmarks/
H A DCartesianBenchmarks.h62 void makeBenchmarkImpl(const Args& A, std::tuple<U...>, std::tuple<T...>, in makeBenchmarkImpl()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp118 const char *rest = trim; in ParseCommandOutput() local
/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.cpp474 int rest{exponent - 1000 * dig}; in EditCommonRealInput() local
484 int rest{exponent - 100 * dig}; in EditCommonRealInput() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddiscrim-union.cpp27 either_impl<Ts...> rest; member
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp658 const TokenSequence &line, std::size_t *rest) { in GetDirectiveName()
684 std::size_t rest{0}; in SkipDisabledConditionalCode() local
H A Dbasic-parsers.h776 common::IfNoLvalue<std::list<T>, T> prepend(T &&head, std::list<T> &&rest) { in prepend()
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp558 StringRef rest; in parseExport() local
899 SmallVector<const char *, 16> rest; in parseDirectives() local
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp28 constexpr int constexpr_sum_fn(int x1, Ints... rest) { return x1 + constexpr_sum_fn(rest...); } in constexpr_sum_fn()
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp378 auto rest = total; in print() local
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimath.c2191 mp_size start = p2 / MP_DIGIT_BIT + 1, rest = p2 % MP_DIGIT_BIT; in s_qmod() local
2203 mp_size uz, need, rest, extra, i; in s_qmul() local
2328 mp_size ndig, rest; in s_2expt() local
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp54 llvm::StringRef rest() const { return llvm::StringRef(Begin, End - Begin); } in rest() function in clang::clangd::__anon65c9a8300111::Reader
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp527 llvm::StringRef lhs, rest; in GetRule() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_expr.c1622 isl_set *rest; in isl_ast_build_expr_from_set_internal() local
H A Disl_flow.c1196 struct isl_set *rest; in compute_val_based_dependences() local
H A Disl_aff.c7647 isl_map *res, *rest; in isl_multi_pw_aff_lex_map_on_space() local
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp2050 StringRef rest; in handleLDPreviousSymbol() local