/llvm-project/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/third-party/benchmark/src/ |
H A D | string_util.h | 33 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp()
|
H A D | sysinfo.cc | 97 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp()
|
/llvm-project/lldb/source/Utility/ |
H A D | UUID.cpp | 104 llvm::StringRef rest = UUID::DecodeUUIDBytesFromString(p, bytes); SetFromStringRef() local
|
/llvm-project/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 __anonb159e3710202() 38 auto NumParams = [](auto Self, auto h, auto ... rest) { in __anonb159e3710402()
|
H A D | p23.cpp | 8 void print(T first, Ts... rest) { in print()
|
/llvm-project/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h |
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_mac.cpp | 121 const char *rest = trim; in ParseCommandOutput() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | discrim-union.cpp | 27 either_impl<Ts...> rest; member
|
/llvm-project/flang/runtime/ |
H A D | edit-input.cpp | 765 int rest{exponent - 1000 * dig}; EditCommonRealInput() local 775 int rest{exponent - 100 * dig}; EditCommonRealInput() local [all...] |
/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 570 StringRef rest; parseExport() local 962 SmallVector<const char *, 16> rest; parseDirectives() local [all...] |
/llvm-project/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() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 801 GetDirectiveName(const TokenSequence & line,std::size_t * rest) GetDirectiveName() argument 827 std::size_t rest{0}; SkipDisabledConditionalCode() local
|
H A D | basic-parsers.h | 781 prepend(T && head,std::list<T> && rest) prepend() argument
|
/llvm-project/lld/wasm/ |
H A D | InputFiles.cpp | 726 StringRef rest; parse() local
|
/llvm-project/mlir/lib/Support/ |
H A D | Timing.cpp | 433 auto rest = total; in print() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDocGen.cpp | 59 llvm::StringRef rest = trimmed.drop_front(); emitSummary() local
|
/llvm-project/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/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::__anon7092da530111::Reader
|
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 522 llvm::StringRef lhs, rest; GetRule() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_build_expr.c | 1768 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 | 7544 isl_map *res, *rest; in isl_multi_pw_aff_lex_map_on_space() local
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 2027 StringRef rest; handleLDPreviousSymbol() local
|