Searched refs:FixErrors (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/tool/ |
D | ClangTidyMain.cpp | 122 static cl::opt<bool> FixErrors("fix-errors", cl::desc(R"( variable 489 const bool DisableFixes = Fix && FoundErrors && !FixErrors; in clangTidyMain() 494 handleErrors(Errors, Context, (FixErrors || Fix) && !DisableFixes, WErrorCount, in clangTidyMain() 530 if (FixErrors) in clangTidyMain()
|
/external/webrtc/tools_webrtc/ |
D | gn_check_autofix.py | 60 def FixErrors(filename, missing_deps, deleted_sources): function 184 FixErrors(path, missing_deps, deleted_sources)
|
/external/cpu_features/src/ |
D | cpuinfo_arm.c | 119 static void FixErrors(ArmInfo* const info, in FixErrors() function 195 FixErrors(&info, &proc_cpu_info_data); in GetArmInfo()
|
/external/pigweed/pw_kvs/ |
D | key_value_store.cc | 101 Status recovery_status = FixErrors(); in Init() 1175 Status KeyValueStore::FixErrors() { in FixErrors() function in pw::kvs::KeyValueStore 1212 return FixErrors(); in Repair()
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | key_value_store.h | 507 Status FixErrors();
|