Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DBugDriver.cpp231 unsigned NumPrint = Funcs.size(); in PrintFunctionList() local
232 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() local
242 if (NumPrint > 10) NumPrint = 10; in PrintGlobalVariableList()
243 for (unsigned i = 0; i != NumPrint; ++i) in PrintGlobalVariableList()
245 if (NumPrint < GVs.size()) in PrintGlobalVariableList()
DCrashDebugger.cpp281 unsigned NumPrint = Blocks.size(); in TestBlocks() local
282 if (NumPrint > 10) NumPrint = 10; in TestBlocks()
283 for (unsigned i = 0, e = NumPrint; i != e; ++i) in TestBlocks()
285 if (NumPrint < Blocks.size()) in TestBlocks()