Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/docs/tools/
H A Dgenerate_formatted_state.py111 file_count = 0 variable
120 file_count += 1
137 total_files_count += file_count
141 if file_count > 0:
142 percent = (int(100.0 * (float(file_pass)/float(file_count))))
143 style = get_style(file_count, file_pass)
145 count=file_count,
153 print(path, file_count, file_pass, file_fail, percent)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp179 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() local
180 cci->m_file_list.reserve(file_count); in GetOrCreateCompiland()