Searched refs:PrevCh (Results 1 – 1 of 1) sorted by relevance
2053 char PrevCh = 0; in LexNumericConstant() local2056 PrevCh = C; in LexNumericConstant()2065 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()2073 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) { in LexNumericConstant()