Searched refs:internal_strcmp (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp38 if (!internal_strcmp(function, "__libc_mutex_init"))
40 if (!internal_strcmp(function, "__libc_mutex_lock"))
42 if (!internal_strcmp(function, "__libc_mutex_trylock"))
44 if (!internal_strcmp(function, "__libc_mutex_unlock"))
46 if (!internal_strcmp(function, "__libc_mutex_destroy"))
48 if (!internal_strcmp(function, "__libc_mutexattr_init"))
50 if (!internal_strcmp(function, "__libc_mutexattr_settype"))
52 if (!internal_strcmp(function, "__libc_mutexattr_destroy"))
54 if (!internal_strcmp(function, "__libc_cond_init"))
56 if (!internal_strcmp(functio
[all...]
H A Dsanitizer_flag_parser.h55 if (internal_strcmp(value, "0") == 0 ||
56 internal_strcmp(value, "no") == 0 ||
57 internal_strcmp(value, "false") == 0) {
61 if (internal_strcmp(value, "1") == 0 ||
62 internal_strcmp(value, "yes") == 0 ||
63 internal_strcmp(value, "true") == 0) {
89 if (internal_strcmp(value, "2") == 0 ||
90 internal_strcmp(value, "exclusive") == 0) {
H A Dsanitizer_symbolizer.cpp98 if (last_match_ && !internal_strcmp(last_match_, str))
104 if (!internal_strcmp(storage_[i], str)) {
H A Dsanitizer_suppressions.cpp98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
163 if (0 == internal_strcmp(type, suppression_types_[i]))
H A Dsanitizer_symbolizer_posix_libcdep.cpp290 internal_strcmp(module_name, addr2line_pool_[i]->module_name())) {
300 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name()));
419 } else if (!internal_strcmp(binary_name, "atos")) {
427 } else if (!internal_strcmp(binary_name, "addr2line")) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc39 if (!internal_strcmp(function, "__libc_mutex_init"))
41 if (!internal_strcmp(function, "__libc_mutex_lock"))
43 if (!internal_strcmp(function, "__libc_mutex_trylock"))
45 if (!internal_strcmp(function, "__libc_mutex_unlock"))
47 if (!internal_strcmp(function, "__libc_mutex_destroy"))
49 if (!internal_strcmp(function, "__libc_mutexattr_init"))
51 if (!internal_strcmp(function, "__libc_mutexattr_settype"))
53 if (!internal_strcmp(function, "__libc_mutexattr_destroy"))
55 if (!internal_strcmp(function, "__libc_cond_init"))
57 if (!internal_strcmp(functio
[all...]
H A Dsanitizer_flag_parser.h38 if (internal_strcmp(value, "0") == 0 ||
39 internal_strcmp(value, "no") == 0 ||
40 internal_strcmp(value, "false") == 0) {
44 if (internal_strcmp(value, "1") == 0 ||
45 internal_strcmp(value, "yes") == 0 ||
46 internal_strcmp(value, "true") == 0) {
67 if (internal_strcmp(value, "2") == 0 ||
68 internal_strcmp(value, "exclusive") == 0) {
H A Dsanitizer_symbolizer.cc89 if (last_match_ && !internal_strcmp(last_match_, str))
95 if (!internal_strcmp(storage_[i], str)) {
H A Dsanitizer_suppressions.cc88 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
153 if (0 == internal_strcmp(type, suppression_types_[i]))
H A Dsanitizer_libc.h39 int internal_strcmp(const char *s1, const char *s2);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc37 if (!internal_strcmp(function, "__libc_mutex_init"))
39 if (!internal_strcmp(function, "__libc_mutex_lock"))
41 if (!internal_strcmp(function, "__libc_mutex_trylock"))
43 if (!internal_strcmp(function, "__libc_mutex_unlock"))
45 if (!internal_strcmp(function, "__libc_mutex_destroy"))
47 if (!internal_strcmp(function, "__libc_mutexattr_init"))
49 if (!internal_strcmp(function, "__libc_mutexattr_settype"))
51 if (!internal_strcmp(function, "__libc_mutexattr_destroy"))
53 if (!internal_strcmp(function, "__libc_cond_init"))
55 if (!internal_strcmp(functio
[all...]
H A Dsanitizer_flag_parser.h36 if (internal_strcmp(value, "0") == 0 ||
37 internal_strcmp(value, "no") == 0 ||
38 internal_strcmp(value, "false") == 0) {
42 if (internal_strcmp(value, "1") == 0 ||
43 internal_strcmp(value, "yes") == 0 ||
44 internal_strcmp(value, "true") == 0) {
65 if (internal_strcmp(value, "2") == 0 ||
66 internal_strcmp(value, "exclusive") == 0) {
H A Dsanitizer_symbolizer.cc87 if (last_match_ && !internal_strcmp(last_match_, str))
93 if (!internal_strcmp(storage_[i], str)) {
H A Dsanitizer_suppressions.cc86 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
151 if (0 == internal_strcmp(type, suppression_types_[i]))
H A Dsanitizer_libc.h37 int internal_strcmp(const char *s1, const char *s2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_linux.cc32 if (internal_strcmp(func_name, "sigaction") == 0) func_name = "__sigaction_siginfo";
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_linux.cc29 if (internal_strcmp(func_name, "sigaction") == 0) func_name = "__sigaction_siginfo";
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
H A Dbridge.cc63 return __sanitizer::internal_strcmp (s1, s2);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A Dbridge.cc63 return __sanitizer::internal_strcmp (s1, s2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_suppressions.cc121 if (0 == internal_strcmp(stype, kSuppressionNone))
129 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
140 if (0 == internal_strcmp(stype, kSuppressionNone))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cc119 if (0 == internal_strcmp(stype, kSuppressionNone))
127 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
138 if (0 == internal_strcmp(stype, kSuppressionNone))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cpp112 if (0 == internal_strcmp(stype, kSuppressionNone))
120 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
131 if (0 == internal_strcmp(stype, kSuppressionNone))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cc49 EXPECT_EQ(0, internal_strcmp(final_value, flag));
134 EXPECT_EQ(0, internal_strcmp(flag2, expected_flag2));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc74 if (!internal_strcmp(Mode, it->Mode))
89 if (!internal_strcmp(Mode, it->Mode)) {
150 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0)
171 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_globals.cpp69 internal_strcmp(name, "LLVM") != 0) {

Completed in 162 milliseconds

1234