| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_symbolizer_test.cpp | 21 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 D | string_util.h | 29 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp()
|
| H A D | sysinfo.cc | 77 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | UUID.cpp | 103 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 D | p5-generic-lambda-1y.cpp | 20 auto NumParams = [](auto Self, auto h, auto ... rest) -> unsigned { in __anonad8db0ae0202() 38 auto NumParams = [](auto Self, auto h, auto ... rest) { in __anonad8db0ae0402()
|
| H A D | p23.cpp | 8 void print(T first, Ts... rest) { in print()
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | CartesianBenchmarks.h | 62 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 D | sanitizer_symbolizer_mac.cpp | 118 const char *rest = trim; in ParseCommandOutput() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-input.cpp | 474 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 D | discrim-union.cpp | 27 either_impl<Ts...> rest; member
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | preprocessor.cpp | 658 const TokenSequence &line, std::size_t *rest) { in GetDirectiveName() 684 std::size_t rest{0}; in SkipDisabledConditionalCode() local
|
| H A D | basic-parsers.h | 776 common::IfNoLvalue<std::list<T>, T> prepend(T &&head, std::list<T> &&rest) { in prepend()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DriverUtils.cpp | 558 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 D | apply.pass.cpp | 28 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 D | Timing.cpp | 378 auto rest = total; in print() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imath.c | 2191 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 D | Serialization.cpp | 54 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 D | SymbolFileBreakpad.cpp | 527 llvm::StringRef lhs, rest; in GetRule() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_build_expr.c | 1622 isl_set *rest; in isl_ast_build_expr_from_set_internal() local
|
| H A D | isl_flow.c | 1196 struct isl_set *rest; in compute_val_based_dependences() local
|
| H A D | isl_aff.c | 7647 isl_map *res, *rest; in isl_multi_pw_aff_lex_map_on_space() local
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 2050 StringRef rest; in handleLDPreviousSymbol() local
|