Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp653 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars); in ReadBundleStart() local
654 if (TripleEnd == FC.npos) in ReadBundleStart()
660 return StringRef(&FC.data()[TripleStart], TripleEnd - TripleStart); in ReadBundleStart()
669 size_t TripleEnd = ReadChars = FC.find("\n", ReadChars + 1); in ReadBundleEnd() local
670 if (TripleEnd != FC.npos) in ReadBundleEnd()