Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp1113 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1312 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch()
1379 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch()
1410 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1492 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1531 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1553 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
1579 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
H A DFileCheckImpl.h569 struct FileCheckString { struct
583 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileCheck.h136 struct FileCheckString;
144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FileCheck/
DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FileCheck/
DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FileCheck/
DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FileCheck/
DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FileCheck/
H A DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp1873 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
2266 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2347 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2386 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2408 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
2427 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2812 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2838 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
H A DFileCheckImpl.h865 struct FileCheckString { struct
879 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument