/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/ |
H A D | quoted.pass.cpp | 55 void round_trip_d(const char* p, char delim) { in round_trip_d() 75 std::string quote(const char* p, char delim = '"', char escape = '\\') { in quote() 83 std::string unquote(const char* p, char delim = '"', char escape = '\\') { in unquote() 117 void round_trip_d(const wchar_t* p, wchar_t delim) { in round_trip_d() 137 std::wstring quote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in quote() 147 std::wstring unquote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in unquote()
|
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
H A D | quoted.pass.cpp | 66 void round_trip_d ( const CharT *p, char delim ) { in round_trip_d() 89 std::basic_string<CharT, Traits> quote ( const CharT *p, char delim='"', char escape='\\' ) { in quote() 100 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote()
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
H A D | fparseln.cpp | 15 const char *delim = "\\\\#"; in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
H A D | fparseln.cpp | 14 const char *delim = "\\\\#"; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
H A D | faster-strsplit-delimiter.cpp | 98 auto delim = absl::MaxSplits(absl::ByAnyChar(" "), 1); in SplitDelimiters() local
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imtest.c | 314 int count_fields(char *line, int delim) { in count_fields() 326 void parse_fields(char *line, int delim, char **start) { in parse_fields()
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | ShUtil.py | 112 def lex_arg_quoted(self, delim): argument
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 211 const char *delim = ""; in PrintStatisticsJSON() local
|
H A D | Timer.cpp | 468 printJSONValues(raw_ostream & OS,const char * delim) printJSONValues() argument 495 printAllJSONValues(raw_ostream & OS,const char * delim) printAllJSONValues() argument [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_str.cpp | 572 char delim, // I: Character to split on. in __kmp_str_split() 597 char const *delim, // Delimiters. in __kmp_str_token()
|
H A D | kmp_settings.cpp | 3713 const char *delim = strchr(buf, ':'); in __kmp_stg_parse_allocator() local 4235 const char *delim; in __kmp_parse_single_omp_schedule() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | string_util.cc | 155 std::vector<std::string> StrSplit(const std::string& str, char delim) { in StrSplit()
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 200 INTERCEPTOR(char *,strsep,char ** Stringp,const char * delim) INTERCEPTOR() argument 209 INTERCEPTOR(char *,strtok,char * str,const char * delim) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | custom.cpp | 1738 char *delim = strdup(" /"); in test_strsep() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 211 __dfsw_strsep(char ** s,const char * delim,dfsan_label s_label,dfsan_label delim_label,dfsan_label * ret_label) __dfsw_strsep() argument 239 __dfso_strsep(char ** s,const char * delim,dfsan_label s_label,dfsan_label delim_label,dfsan_label * ret_label,dfsan_origin s_origin,dfsan_origin delim_origin,dfsan_origin * ret_origin) __dfso_strsep() argument
|