Searched refs:NumPrint (Results 1 – 6 of 6) sorted by relevance
230 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local231 if (NumPrint > 10) NumPrint = 10; in PrintFunctionList()232 for (unsigned i = 0; i != NumPrint; ++i) in PrintFunctionList()234 if (NumPrint < Funcs.size()) in PrintFunctionList()240 unsigned NumPrint = GVs.size(); in PrintGlobalVariableList() local241 if (NumPrint > 10) NumPrint = 10; in PrintGlobalVariableList()242 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()244 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
283 unsigned NumPrint = Blocks.size(); in TestBlocks() local284 if (NumPrint > 10) NumPrint = 10; in TestBlocks()285 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()287 if (NumPrint < Blocks.size()) in TestBlocks()
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()
358 unsigned NumPrint = Blocks.size(); in TestBlocks() local359 if (NumPrint > 10) NumPrint = 10; in TestBlocks()360 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()362 if (NumPrint < Blocks.size()) in TestBlocks()539 unsigned NumPrint = std::min<size_t>(NamedMDs.size(), 10); in TestNamedMDs() local540 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestNamedMDs()542 if (NumPrint < NamedMDs.size()) in TestNamedMDs()
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()
394 unsigned NumPrint = Blocks.size(); in TestBlocks() local395 if (NumPrint > 10) in TestBlocks()396 NumPrint = 10; in TestBlocks()397 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()399 if (NumPrint < Blocks.size()) in TestBlocks()514 unsigned NumPrint = Blocks.size(); in TestBlocks() local515 if (NumPrint > 10) in TestBlocks()516 NumPrint = 10; in TestBlocks()517 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()519 if (NumPrint < Blocks.size()) in TestBlocks()[all …]