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

/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc80 dfsan_label __dfsan_union(dfsan_label l1, dfsan_label l2) { function
130 label = __dfsan_union(label, next_label);
150 // Like __dfsan_union, but for use from the client or custom functions. Hence
151 // the equality comparison is done here before calling __dfsan_union.
156 return __dfsan_union(l1, l2);
185 *labelp = __dfsan_union(*labelp, label);

Completed in 128 milliseconds