HomeSort by relevance Sort by last modified time
    Searched full:enable_annotations (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 31 f.enable_annotations = false;
35 EXPECT_EQ(true, f.enable_annotations);
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 40 f->enable_annotations = true;
71 ParseFlag(env, &f->enable_annotations, "enable_annotations");
tsan_flags.h 27 bool enable_annotations; member in struct:__tsan::Flags
tsan_interface_ann.cc 55 if (!flags()->enable_annotations) \

Completed in 194 milliseconds