| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_printer.cpp | 38 if (!internal_strcmp(function, "__libc_mutex_init")) in DemangleFunctionName() 40 if (!internal_strcmp(function, "__libc_mutex_lock")) in DemangleFunctionName() 54 if (!internal_strcmp(function, "__libc_cond_init")) in DemangleFunctionName() 56 if (!internal_strcmp(function, "__libc_cond_signal")) in DemangleFunctionName() 60 if (!internal_strcmp(function, "__libc_cond_wait")) in DemangleFunctionName() 88 if (!internal_strcmp(function, "__libc_thr_once")) in DemangleFunctionName() 90 if (!internal_strcmp(function, "__libc_thr_self")) in DemangleFunctionName() 92 if (!internal_strcmp(function, "__libc_thr_exit")) in DemangleFunctionName() 96 if (!internal_strcmp(function, "__libc_thr_equal")) in DemangleFunctionName() 131 if (0 == internal_strcmp(format, "DEFAULT")) in RenderFrame() [all …]
|
| H A D | sanitizer_flag_parser.h | 55 if (internal_strcmp(value, "0") == 0 || in ParseBool() 56 internal_strcmp(value, "no") == 0 || in ParseBool() 57 internal_strcmp(value, "false") == 0) { in ParseBool() 61 if (internal_strcmp(value, "1") == 0 || in ParseBool() 62 internal_strcmp(value, "yes") == 0 || in ParseBool() 63 internal_strcmp(value, "true") == 0) { in ParseBool() 89 if (internal_strcmp(value, "2") == 0 || in Parse() 90 internal_strcmp(value, "exclusive") == 0) { in Parse()
|
| H A D | sanitizer_symbolizer.cpp | 110 if (last_match_ && !internal_strcmp(last_match_, str)) in GetOwnedCopy() 116 if (!internal_strcmp(storage_[i], str)) { in GetOwnedCopy()
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 294 internal_strcmp(module_name, addr2line_pool_[i]->module_name())) { in SendCommand() 304 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name())); in SendCommand() 428 } else if (!internal_strcmp(binary_name, "atos")) { in ChooseExternalSymbolizer() 436 } else if (!internal_strcmp(binary_name, "addr2line")) { in ChooseExternalSymbolizer()
|
| H A D | sanitizer_suppressions.cpp | 98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) { in Match() 163 if (0 == internal_strcmp(type, suppression_types_[i])) in HasSuppressionType()
|
| H A D | sanitizer_file.cpp | 111 if (!path || internal_strcmp(path, "stderr") == 0) { in SetReportPath() 113 } else if (internal_strcmp(path, "stdout") == 0) { in SetReportPath()
|
| H A D | sanitizer_symbolizer_report.cpp | 69 return internal_strcmp(flag, "always") == 0 || in ColorizeReports() 70 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors()); in ColorizeReports()
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 355 if (0 == internal_strcmp(info->function, "??")) { in ParseSymbolizePCOutput() 359 if (info->file && 0 == internal_strcmp(info->file, "??")) { in ParseSymbolizePCOutput() 478 return !internal_strcmp(ProcessName, SymbolizerName); in IsSameModule()
|
| H A D | sanitizer_libc.h | 38 int internal_strcmp(const char *s1, const char *s2);
|
| H A D | sanitizer_libignore.cpp | 64 internal_strcmp(lib->real_name, mod.full_name()) == 0)) in OnLibraryLoaded()
|
| H A D | sanitizer_flag_parser.cpp | 170 if (internal_strcmp(name, flags_[i].name) == 0) in run_handler()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_log_interface.cpp | 73 if (!internal_strcmp(Mode, it->Mode)) in __xray_log_register_mode() 88 if (!internal_strcmp(Mode, it->Mode)) { in __xray_log_select_mode() 149 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0) in __xray_log_init_mode() 170 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0) in __xray_log_init_mode_bin()
|
| H A D | xray_fdr_logging.cpp | 193 DCHECK(internal_strcmp(__xray_log_get_current_mode(), "xray-fdr") == 0); in fdrIterator() 742 !internal_strcmp(flags()->xray_mode, "xray-fdr")) { in fdrLogDynamicInitializer()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 112 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() 120 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr) in IsSuppressed() 131 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed()
|
| H A D | tsan_rtl_report.cpp | 64 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain() 68 } else if (last && 0 == internal_strcmp(last, "__tsan_thread_start_func")) { in StackStripMain() 72 } else if (last && (0 == internal_strcmp(last, "__do_global_ctors_aux") || in StackStripMain() 73 0 == internal_strcmp(last, "__libc_csu_init") || in StackStripMain() 74 0 == internal_strcmp(last, "__libc_start_main"))) { in StackStripMain()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_suppressions.cpp | 112 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() 120 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr) in IsSuppressed() 131 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed()
|
| H A D | tsan_rtl_report.cpp | 64 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain() 68 } else if (last && 0 == internal_strcmp(last, "__tsan_thread_start_func")) { in StackStripMain() 72 } else if (last && (0 == internal_strcmp(last, "__do_global_ctors_aux") || in StackStripMain() 73 0 == internal_strcmp(last, "__libc_csu_init") || in StackStripMain() 74 0 == internal_strcmp(last, "__libc_start_main"))) { in StackStripMain()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_flags_test.cpp | 52 EXPECT_EQ(0, internal_strcmp(final_value, flag)); in TestFlag() 152 EXPECT_EQ(0, internal_strcmp(flag2, expected_flag2)); in TestTwoFlags()
|
| H A D | sanitizer_libc_test.cpp | 281 EXPECT_EQ(internal_strcmp(dcatbuf, "123"), 0); in TEST() 286 EXPECT_EQ(internal_strcmp(dcatbuf, "123123"), 0); in TEST() 291 EXPECT_EQ(internal_strcmp(dcatbuf, "1231231"), 0); in TEST()
|
| H A D | sanitizer_thread_registry_test.cpp | 53 return (0 == internal_strcmp(tctx->name, name)); in HasName()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 87 static int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() function 177 return internal_strcmp(s1, s2); in strcmp()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_globals.cpp | 69 internal_strcmp(name, "LLVM") != 0) { in HwasanGlobalsFor()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 137 if (!internal_strcmp(range.name, name)) continue; in ProcessGlobalRegions()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers_cxx.cpp | 155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_type_hash_itanium.cpp | 267 !internal_strcmp(TI1->__type_name, TI2->__type_name); in checkTypeInfoEquality()
|