Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str)) in SkipSpaces()
H A Dgtest.cc1694 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp232 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
H A Dsanitizer_common.h485 inline bool IsSpace(int c) { in IsSpace() function
H A Dsanitizer_common_interceptors.inc3614 while (IsSpace(*nptr)) nptr++;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1927 inline bool IsSpace(char ch) {
1950 while (it != str.begin() && IsSpace(*--it))
H A Dgtest-internal.h638 while (IsSpace(*(++comma))) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()