OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__sanitizer_tm
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/msan/
msan_interceptors.cc
527
__sanitizer_tm
*tm) {
532
__sanitizer_tm
*tm, void *loc) {
538
__sanitizer_tm
*tm, void *loc) {
548
__sanitizer_tm
*tm) {
553
__sanitizer_tm
*tm, void *loc) {
560
__sanitizer_tm
*tm, void *loc) {
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc
774
static void unpoison_tm(void *ctx,
__sanitizer_tm
*tm) {
783
INTERCEPTOR(
__sanitizer_tm
*, localtime, unsigned long *timep) {
786
__sanitizer_tm
*res = REAL(localtime)(timep);
793
INTERCEPTOR(
__sanitizer_tm
*, localtime_r, unsigned long *timep, void *result) {
796
__sanitizer_tm
*res = REAL(localtime_r)(timep, result);
803
INTERCEPTOR(
__sanitizer_tm
*, gmtime, unsigned long *timep) {
806
__sanitizer_tm
*res = REAL(gmtime)(timep);
813
INTERCEPTOR(
__sanitizer_tm
*, gmtime_r, unsigned long *timep, void *result) {
816
__sanitizer_tm
*res = REAL(gmtime_r)(timep, result);
849
INTERCEPTOR(char *, asctime,
__sanitizer_tm
*tm)
[
all
...]
sanitizer_platform_limits_posix.h
373
struct
__sanitizer_tm
{
struct in namespace:__sanitizer
[
all
...]
Completed in 72 milliseconds