Searched refs:isspace (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/dsent/libutil/
H A DCalculator.cc106 while(ch != '\n' && isspace(ch));
147 while(ist_ && (!isspace(ch)) && (')' != ch))
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py142 while i < end and source[i].isspace():
219 got_if = source[i:i+3] == '#if' and source[i+3:i+4].isspace()
H A Dast.py838 if c.isspace():
843 if name.startswith('if') and name[2:3].isspace():
/gem5/src/sim/
H A Dmathexpr.cc63 expr.erase(remove_if(expr.begin(), expr.end(), isspace), expr.end());
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_test_utils.py141 not child.nodeValue.isspace()):
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp570 while( is.get( c ) && isspace( c ) )
573 for( ; is.good() && ! isspace( c ); is.get( c ) ) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp224 return (ch == SC_HIERARCHY_CHAR) || isspace(ch);
/gem5/src/systemc/core/
H A Dsc_time.cc240 while (*end && std::isspace(*end))
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h120 # undef isspace macro
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp196 if (isspace(*u)) // Skip white space.
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc214 if (isspace(*u)) { // Skip white space.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h259 #include <ctype.h> // for isspace, etc
2246 // isspace(int ch) and friends accept an unsigned char or EOF. char
2249 // isspace(), etc.
2264 return isspace(static_cast<unsigned char>(ch)) != 0;

Completed in 24 milliseconds