Searched refs:atomic_dfsan_label (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/dfsan/
H A Ddfsan.cc32 typedef atomic_uint16_t atomic_dfsan_label; typedef
37 static atomic_dfsan_label __dfsan_last_label;
117 typedef atomic_dfsan_label dfsan_union_table_t[kNumLabels][kNumLabels];
129 static atomic_dfsan_label *union_table(dfsan_label l1, dfsan_label l2) {
155 atomic_dfsan_label *table_ent = union_table(l1, l2);

Completed in 95 milliseconds