Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cpp38 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 …]
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()
Dsanitizer_symbolizer_posix_libcdep.cpp290 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()
Dsanitizer_symbolizer.cpp98 if (last_match_ && !internal_strcmp(last_match_, str)) in GetOwnedCopy()
104 if (!internal_strcmp(storage_[i], str)) { in GetOwnedCopy()
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()
Dsanitizer_file.cpp92 if (!path || internal_strcmp(path, "stderr") == 0) { in SetReportPath()
94 } else if (internal_strcmp(path, "stdout") == 0) { in SetReportPath()
Dsanitizer_symbolizer_report.cpp69 return internal_strcmp(flag, "always") == 0 || in ColorizeReports()
70 (internal_strcmp(flag, "auto") == 0 && ReportSupportsColors()); in ColorizeReports()
Dsanitizer_symbolizer_libcdep.cpp355 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()
Dsanitizer_libc.h38 int internal_strcmp(const char *s1, const char *s2);
Dsanitizer_libignore.cpp64 internal_strcmp(lib->real_name, mod.full_name()) == 0)) in OnLibraryLoaded()
Dsanitizer_symbolizer_mac.cpp117 DCHECK_EQ(internal_strcmp(getenv(K_ATOS_ENV_VAR), pid_str_), 0); in StartSymbolizerSubprocess()
Dsanitizer_flag_parser.cpp170 if (internal_strcmp(name, flags_[i].name) == 0) in run_handler()
Dsanitizer_procmaps_mac.cpp365 0 == internal_strcmp(segment.filename, modules->back().full_name())) { in DumpListOfModules()
Dsanitizer_libc.cpp116 int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
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()
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()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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()
Dtsan_interface_ann.cpp166 && 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()
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()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerInterceptors.cpp87 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/
Dhwasan_globals.cpp69 internal_strcmp(name, "LLVM") != 0) { in HwasanGlobalsFor()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_mac.cpp137 if (!internal_strcmp(range.name, name)) continue; in ProcessGlobalRegions()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cpp155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
Dubsan_type_hash_itanium.cpp267 !internal_strcmp(TI1->__type_name, TI2->__type_name); in checkTypeInfoEquality()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp282 internal_strcmp(segment.filename, "[heap]") == 0) && in InitDataSeg()

12