Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance
241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local242 if (NumPrint > 10) in PrintFunctionList()243 NumPrint = 10; in PrintFunctionList()244 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()246 if (NumPrint < Funcs.size()) in PrintFunctionList()252 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local253 if (NumPrint > 10) in PrintGlobalVariableList()254 NumPrint = 10; in PrintGlobalVariableList()255 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()257 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
478 unsigned NumPrint = Blocks.size(); in TestBlocks() local479 if (NumPrint > 10) in TestBlocks()480 NumPrint = 10; in TestBlocks()481 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()483 if (NumPrint < Blocks.size()) in TestBlocks()592 unsigned NumPrint = Blocks.size(); in TestBlocks() local593 if (NumPrint > 10) in TestBlocks()594 NumPrint = 10; in TestBlocks()595 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()597 if (NumPrint < Blocks.size()) in TestBlocks()[all …]