Searched refs:NumFastMacroExpanded (Results 1 – 3 of 3) sorted by relevance
71 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0; in Preprocessor()213 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
259 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()301 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
232 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste; variable