Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp807 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars); in ReadBundleStart() local
808 if (TripleEnd == FC.npos) in ReadBundleStart()
814 return StringRef(&FC.data()[TripleStart], TripleEnd - TripleStart); in ReadBundleStart()
823 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars + 1); in ReadBundleEnd() local
824 if (TripleEnd != FC.npos) in ReadBundleEnd()