Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp838 static StringRef FindFirstMatchingPrefix(StringRef &Buffer, in FindFirstMatchingPrefix() function
916 StringRef UsedPrefix = FindFirstMatchingPrefix(Buffer, in ReadCheckFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1058 FindFirstMatchingPrefix(Regex &PrefixRE, StringRef &Buffer, in FindFirstMatchingPrefix() function
1160 FindFirstMatchingPrefix(PrefixRE, Buffer, LineNumber, CheckTy); in readCheckFile()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1718 FindFirstMatchingPrefix(const FileCheckRequest &Req, Regex &PrefixRE, in FindFirstMatchingPrefix() function
1839 FindFirstMatchingPrefix(Req, PrefixRE, Buffer, LineNumber, CheckTy); in readCheckFile()