Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c917 const char *Filename, *PrefixEnd; in __llvm_profile_get_path_prefix() local
928 PrefixEnd = lprofFindLastDirSeparator(Filename); in __llvm_profile_get_path_prefix()
929 if (!PrefixEnd) in __llvm_profile_get_path_prefix()
932 Length = PrefixEnd - Filename + 1; in __llvm_profile_get_path_prefix()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2155 const char *PrefixEnd = &CurPtr[PrefixLen]; in LexRawStringLiteral() local
2157 Diag(PrefixEnd, diag::err_raw_delim_too_long); in LexRawStringLiteral()
2159 Diag(PrefixEnd, diag::err_invalid_char_raw_delim) in LexRawStringLiteral()
2160 << StringRef(PrefixEnd, 1); in LexRawStringLiteral()