Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp108 if (const char *slash_pos = internal_strrchr(module, '/')) { in StripModuleName() local
109 return slash_pos + 1; in StripModuleName()