Home
last modified time | relevance | path

Searched refs:match_pos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp127 char *match_pos = nullptr; in dfsan_strchr_with_label() local
133 match_pos = s[i] == 0 && c != 0 ? nullptr : const_cast<char *>(s + i); in dfsan_strchr_with_label()
142 return match_pos; in dfsan_strchr_with_label()