Home
last modified time | relevance | path

Searched refs:internal_strcmp (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp38 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 Dsanitizer_flag_parser.h55 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 Dsanitizer_symbolizer.cpp110 if (last_match_ && !internal_strcmp(last_match_, str)) in GetOwnedCopy()
116 if (!internal_strcmp(storage_[i], str)) { in GetOwnedCopy()
H A Dsanitizer_symbolizer_posix_libcdep.cpp294 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 Dsanitizer_suppressions.cpp98 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 Dsanitizer_file.cpp111 if (!path || internal_strcmp(path, "stderr") == 0) { in SetReportPath()
113 } else if (internal_strcmp(path, "stdout") == 0) { in SetReportPath()
H A Dsanitizer_symbolizer_report.cpp69 return internal_strcmp(flag, "always") == 0 || in ColorizeReports()
70 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors()); in ColorizeReports()
H A Dsanitizer_symbolizer_libcdep.cpp355 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 Dsanitizer_libc.h38 int internal_strcmp(const char *s1, const char *s2);
H A Dsanitizer_libignore.cpp64 internal_strcmp(lib->real_name, mod.full_name()) == 0)) in OnLibraryLoaded()
H A Dsanitizer_flag_parser.cpp170 if (internal_strcmp(name, flags_[i].name) == 0) in run_handler()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp73 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 Dxray_fdr_logging.cpp193 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 Dtsan_suppressions.cpp112 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 Dtsan_rtl_report.cpp64 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 Dtsan_suppressions.cpp112 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 Dtsan_rtl_report.cpp64 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 Dsanitizer_flags_test.cpp52 EXPECT_EQ(0, internal_strcmp(final_value, flag)); in TestFlag()
152 EXPECT_EQ(0, internal_strcmp(flag2, expected_flag2)); in TestTwoFlags()
H A Dsanitizer_libc_test.cpp281 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 Dsanitizer_thread_registry_test.cpp53 return (0 == internal_strcmp(tctx->name, name)); in HasName()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp87 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 Dhwasan_globals.cpp69 internal_strcmp(name, "LLVM") != 0) { in HwasanGlobalsFor()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp137 if (!internal_strcmp(range.name, name)) continue; in ProcessGlobalRegions()
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
H A Dubsan_type_hash_itanium.cpp267 !internal_strcmp(TI1->__type_name, TI2->__type_name); in checkTypeInfoEquality()

12