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

/freebsd-11.0-release/contrib/compiler-rt/lib/dfsan/
H A Ddfsan.cc144 dfsan_label __dfsan_union(dfsan_label l1, dfsan_label l2) { function
194 label = __dfsan_union(label, next_label);
223 // Like __dfsan_union, but for use from the client or custom functions. Hence
224 // the equality comparison is done here before calling __dfsan_union.
229 return __dfsan_union(l1, l2);
270 *labelp = __dfsan_union(*labelp, label);

Completed in 53 milliseconds