Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance
231 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local232 if (NumPrint > 10) NumPrint = 10; in PrintFunctionList()233 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()235 if (NumPrint < Funcs.size()) in PrintFunctionList()241 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local242 if (NumPrint > 10) NumPrint = 10; in PrintGlobalVariableList()243 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()245 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
281 unsigned NumPrint = Blocks.size(); in TestBlocks() local282 if (NumPrint > 10) NumPrint = 10; in TestBlocks()283 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()285 if (NumPrint < Blocks.size()) in TestBlocks()