Home
last modified time | relevance | path

Searched refs:CountUnderscoreConversions (Results 1 – 2 of 2) sorted by relevance

/dports/devel/objconv/objconv-2.52/source/
H A Dcmdline.cpp1079 CountUnderscoreConversions++; CountSymbolNameAliases++; in SymbolChange()
1086 CountUnderscoreConversions++; in SymbolChange()
1099 CountUnderscoreConversions++; CountSymbolNameAliases++; in SymbolChange()
1109 CountUnderscoreConversions++; in SymbolChange()
1161 if (CountUnderscoreConversions || Underscore) { in ReportStatistics()
1162 … printf ("\n%3i Changes in leading underscores on symbol names", CountUnderscoreConversions); in ReportStatistics()
H A Dcmdline.h175 …int CountUnderscoreConversions; // Count number of times symbol leading underscores are … variable