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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp164 dfsan_label __dfsan_union(dfsan_label l1, dfsan_label l2) { function
216 label = __dfsan_union(label, next_label);
245 // Like __dfsan_union, but for use from the client or custom functions. Hence
246 // the equality comparison is done here before calling __dfsan_union.
251 return __dfsan_union(l1, l2);
292 *labelp = __dfsan_union(*labelp, label);

Completed in 95 milliseconds