Searched refs:num_added (Results 1 – 5 of 5) sorted by relevance
399 size_t num_added = 0; in ParseFunctionBlocksForPDBSymbol() local428 ++num_added; in ParseFunctionBlocksForPDBSymbol()434 num_added += ParseFunctionBlocksForPDBSymbol( in ParseFunctionBlocksForPDBSymbol()441 return num_added; in ParseFunctionBlocksForPDBSymbol()446 size_t num_added = 0; in ParseBlocksRecursive() local452 num_added = ParseFunctionBlocksForPDBSymbol( in ParseBlocksRecursive()454 return num_added; in ParseBlocksRecursive()460 size_t num_added = 0; in ParseTypes() local465 auto ParseTypesByTagFn = [&num_added, this](const PDBSymbol &raw_sym) { in ParseTypes()490 ++num_added; in ParseTypes()[all …]
136 size_t num_added = 0; in ParseFunctions() local193 ++num_added; in ParseFunctions()202 return num_added; in ParseFunctions()
334 size_t num_added = 0; in FineLineEntriesForFileIndex() local347 ++num_added; in FineLineEntriesForFileIndex()353 return num_added; in FineLineEntriesForFileIndex()
1551 target_resize_to_sections (struct target_ops *target, int num_added) in target_resize_to_sections() argument1564 (sizeof (struct section_table)) * (num_added + old_count)); in target_resize_to_sections()1570 xmalloc ((sizeof (struct section_table)) * num_added); in target_resize_to_sections()1572 target->to_sections_end = target->to_sections + (num_added + old_count); in target_resize_to_sections()
1177 int num_added);