Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c989 const char *Filename, *PrefixEnd; in __llvm_profile_get_path_prefix() local
1000 PrefixEnd = lprofFindLastDirSeparator(Filename); in __llvm_profile_get_path_prefix()
1001 if (!PrefixEnd) in __llvm_profile_get_path_prefix()
1004 Length = PrefixEnd - Filename + 1; in __llvm_profile_get_path_prefix()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2225 const char *PrefixEnd = &CurPtr[PrefixLen]; in LexRawStringLiteral() local
2227 Diag(PrefixEnd, diag::err_raw_delim_too_long); in LexRawStringLiteral()
2229 Diag(PrefixEnd, diag::err_invalid_char_raw_delim) in LexRawStringLiteral()
2230 << StringRef(PrefixEnd, 1); in LexRawStringLiteral()