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

  /external/compiler-rt/lib/dfsan/
dfsan.h 56 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
58 #undef DFSAN_FLAG
dfsan.cc 345 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
347 #undef DFSAN_FLAG
351 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \
354 #undef DFSAN_FLAG

Completed in 512 milliseconds