Searched refs:isalpha (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/dsent/libutil/
H A DCalculator.cc155 if(isalpha(ch))
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py150 if c.isalpha() or c == '_': # Find a string token.
/gem5/src/base/
H A Dstatistics.cc188 if (!isalpha(*c) && *c != '_')
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h118 # undef isalpha macro
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp586 if (isalpha(c)) // Hex digit.
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc579 if (isalpha(c)) // Hex digit.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2252 return isalpha(static_cast<unsigned char>(ch)) != 0;

Completed in 32 milliseconds