| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| 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() 42 if (!internal_strcmp(function, "__libc_mutex_trylock")) in DemangleFunctionName() 44 if (!internal_strcmp(function, "__libc_mutex_unlock")) in DemangleFunctionName() 46 if (!internal_strcmp(function, "__libc_mutex_destroy")) in DemangleFunctionName() 48 if (!internal_strcmp(function, "__libc_mutexattr_init")) in DemangleFunctionName() 50 if (!internal_strcmp(function, "__libc_mutexattr_settype")) in DemangleFunctionName() 52 if (!internal_strcmp(function, "__libc_mutexattr_destroy")) in DemangleFunctionName() 54 if (!internal_strcmp(function, "__libc_cond_init")) in DemangleFunctionName() 56 if (!internal_strcmp(function, "__libc_cond_signal")) in DemangleFunctionName() [all …]
|
| 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()
|
| D | sanitizer_symbolizer_posix_libcdep.cpp | 290 internal_strcmp(module_name, addr2line_pool_[i]->module_name())) { in SendCommand() 300 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name())); in SendCommand() 419 } else if (!internal_strcmp(binary_name, "atos")) { in ChooseExternalSymbolizer() 427 } else if (!internal_strcmp(binary_name, "addr2line")) { in ChooseExternalSymbolizer()
|
| D | sanitizer_symbolizer.cpp | 98 if (last_match_ && !internal_strcmp(last_match_, str)) in GetOwnedCopy() 104 if (!internal_strcmp(storage_[i], str)) { in GetOwnedCopy()
|
| 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()
|
| D | sanitizer_file.cpp | 92 if (!path || internal_strcmp(path, "stderr") == 0) { in SetReportPath() 94 } else if (internal_strcmp(path, "stdout") == 0) { in SetReportPath()
|
| D | sanitizer_symbolizer_report.cpp | 69 return internal_strcmp(flag, "always") == 0 || in ColorizeReports() 70 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors()); in ColorizeReports()
|
| 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() 471 return !internal_strcmp(ProcessName, SymbolizerName); in IsSameModule()
|
| D | sanitizer_libc.h | 38 int internal_strcmp(const char *s1, const char *s2);
|
| D | sanitizer_libignore.cpp | 64 internal_strcmp(lib->real_name, mod.full_name()) == 0)) in OnLibraryLoaded()
|
| D | sanitizer_symbolizer_mac.cpp | 117 DCHECK_EQ(internal_strcmp(getenv(K_ATOS_ENV_VAR), pid_str_), 0); in StartSymbolizerSubprocess()
|
| D | sanitizer_flag_parser.cpp | 170 if (internal_strcmp(name, flags_[i].name) == 0) in run_handler()
|
| D | sanitizer_procmaps_mac.cpp | 365 0 == internal_strcmp(segment.filename, modules->back().full_name())) { in DumpListOfModules()
|
| D | sanitizer_libc.cpp | 116 int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() function
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| 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()
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| 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()
|
| D | tsan_interface_ann.cpp | 166 && internal_strcmp(race->file, race0->file) == 0 in CollectMatchedBenignRaces() 167 && internal_strcmp(race->desc, race0->desc) == 0) { in CollectMatchedBenignRaces() 446 if (internal_strcmp(query, "pure_happens_before") == 0) in ThreadSanitizerQuery()
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| D | hwasan_globals.cpp | 69 internal_strcmp(name, "LLVM") != 0) { in HwasanGlobalsFor()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_common_mac.cpp | 137 if (!internal_strcmp(range.name, name)) continue; in ProcessGlobalRegions()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers_cxx.cpp | 155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
|
| D | ubsan_type_hash_itanium.cpp | 267 !internal_strcmp(TI1->__type_name, TI2->__type_name); in checkTypeInfoEquality()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| D | dd_interceptors.cpp | 282 internal_strcmp(segment.filename, "[heap]") == 0) && in InitDataSeg()
|