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()
454 unsigned NumPrint = Blocks.size(); in TestBlocks() local455 if (NumPrint > 10) in TestBlocks()456 NumPrint = 10; in TestBlocks()459 if (NumPrint < Blocks.size()) in TestBlocks()575 if (NumPrint > 10) in TestBlocks()576 NumPrint = 10; in TestBlocks()579 if (NumPrint < Blocks.size()) in TestBlocks()678 if (NumPrint > 10) in TestBlocks()679 NumPrint = 10; in TestBlocks()682 if (NumPrint < Blocks.size()) in TestBlocks()[all …]