Home
last modified time | relevance | path

Searched defs:delim (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp55 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 Dquoted.pass.cpp66 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 Dfparseln.cpp15 const char *delim = "\\\\#"; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dfparseln.cpp14 const char *delim = "\\\\#"; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dfaster-strsplit-delimiter.cpp98 auto delim = absl::MaxSplits(absl::ByAnyChar(" "), 1); in SplitDelimiters() local
/llvm-project/polly/lib/External/isl/imath/
H A Dimtest.c314 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 DShUtil.py112 def lex_arg_quoted(self, delim): argument
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp211 const char *delim = ""; in PrintStatisticsJSON() local
H A DTimer.cpp468 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 Dkmp_str.cpp572 char delim, // I: Character to split on. in __kmp_str_split()
597 char const *delim, // Delimiters. in __kmp_str_token()
H A Dkmp_settings.cpp3713 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 Dstring_util.cc155 std::vector<std::string> StrSplit(const std::string& str, char delim) { in StrSplit()
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp200 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 Dcustom.cpp1738 char *delim = strdup(" /"); in test_strsep() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp211 __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