HomeSort by relevance Sort by last modified time
    Searched refs:LSAN_FLAG (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 48 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
50 #undef LSAN_FLAG
lsan_common.cc 49 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
51 #undef LSAN_FLAG
55 #define LSAN_FLAG(Type, Name, DefaultValue, Description) \
58 #undef LSAN_FLAG

Completed in 410 milliseconds