Searched refs:is_delimiter (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp443 if(is_delimiter("-+0 #",result)) // flags
445 while(is_delimiter("0123456789*",result)) // width
451 while(is_delimiter("0123456789*",result)) result++;
455 if(is_delimiter("hlL",result)) result++; // I64 is not supported
456 if(is_delimiter("cCdiouxXeEfgGnpsS",result))
509 sc_string_old::is_delimiter(const sc_string_old& str, unsigned index)const function in class:sc_dt::sc_string_old
H A Dsc_string.h192 bool is_delimiter(const sc_string_old& str, unsigned index)const;

Completed in 5 milliseconds