Home
last modified time | relevance | path

Searched refs:NumPrint (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.cpp241 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
242 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() local
253 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()
H A DCrashDebugger.cpp463 unsigned NumPrint = Blocks.size(); in TestBlocks() local
464 if (NumPrint > 10) in TestBlocks()
465 NumPrint = 10; in TestBlocks()
466 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
468 if (NumPrint < Blocks.size()) in TestBlocks()
584 unsigned NumPrint = Blocks.size(); in TestBlocks() local
585 if (NumPrint > 10) in TestBlocks()
586 NumPrint = 10; in TestBlocks()
587 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
589 if (NumPrint < Blocks.size()) in TestBlocks()
[all …]