Searched refs:PrevCh (Results 1 – 1 of 1) sorted by relevance
1551 char PrevCh = 0; in LexNumericConstant() local1554 PrevCh = C; in LexNumericConstant()1559 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()1567 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) in LexNumericConstant()