Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance
242 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local243 if (NumPrint > 10) in PrintFunctionList()244 NumPrint = 10; in PrintFunctionList()245 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()247 if (NumPrint < Funcs.size()) in PrintFunctionList()253 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local254 if (NumPrint > 10) in PrintGlobalVariableList()255 NumPrint = 10; in PrintGlobalVariableList()256 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()258 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
475 unsigned NumPrint = Blocks.size(); in TestBlocks() local476 if (NumPrint > 10) in TestBlocks()477 NumPrint = 10; in TestBlocks()478 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()480 if (NumPrint < Blocks.size()) in TestBlocks()589 unsigned NumPrint = Blocks.size(); in TestBlocks() local590 if (NumPrint > 10) in TestBlocks()591 NumPrint = 10; in TestBlocks()592 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()594 if (NumPrint < Blocks.size()) in TestBlocks()[all …]