Searched refs:Name (Results 1 - 25 of 2071) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_win_dll_thunk.cc18 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cc18 #define INTERFACE_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dsanitizer_coverage_win_weak_interception.cc21 #define INTERFACE_FUNCTION(Name)
22 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_win_dynamic_runtime_thunk.cc18 #define INTERFACE_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_win_dll_thunk.cc18 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dubsan_win_dynamic_runtime_thunk.cc18 #define INTERFACE_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dubsan_win_weak_interception.cc21 #define INTERFACE_FUNCTION(Name)
22 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_win_dll_thunk.cc16 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
17 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dubsan_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name)
17 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dubsan_win_weak_interception.cc19 #define INTERFACE_FUNCTION(Name)
20 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_win_dll_thunk.cc16 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
17 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name)
17 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cc16 #define INTERFACE_FUNCTION(Name)
17 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dsanitizer_coverage_win_weak_interception.cc19 #define INTERFACE_FUNCTION(Name)
20 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
18 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_coverage_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name)
21 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name)
18 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dsanitizer_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name)
18 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_win_dll_thunk.cpp17 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
18 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dubsan_win_dynamic_runtime_thunk.cpp17 #define INTERFACE_FUNCTION(Name)
18 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
H A Dubsan_win_weak_interception.cpp20 #define INTERFACE_FUNCTION(Name)
21 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win_weak_interception.cc20 #define INTERFACE_FUNCTION(Name)
21 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win_weak_interception.cc18 #define INTERFACE_FUNCTION(Name)
19 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win_weak_interception.cpp19 #define INTERFACE_FUNCTION(Name)
20 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeName.h29 StringRef Name = __PRETTY_FUNCTION__; local
32 Name = Name.substr(Name.find(Key));
33 assert(!Name.empty() && "Unable to find the template parameter!");
34 Name = Name.drop_front(Key.size());
36 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
37 return Name
[all...]

Completed in 229 milliseconds

1234567891011>>