Searched refs:CheckString (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 591 struct CheckString { struct 611 CheckString(const Pattern &P, in CheckString() argument 841 std::vector<CheckString> &CheckStrings) { in ReadCheckFile() 949 CheckStrings.push_back(CheckString(P, in ReadCheckFile() 960 CheckStrings.push_back(CheckString(Pattern(Check::CheckEOF), in ReadCheckFile() 1002 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() 1032 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 1081 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 1120 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 1148 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() [all …]
|
/external/v8/test/cctest/compiler/ |
D | codegen-tester.cc | 468 m.CheckString("empty", m.Call()); in TEST() 475 m.CheckString("empty", m.Call()); in TEST()
|
D | codegen-tester.h | 54 void CheckString(const char* expected, Object* string) { in CheckString() function
|
D | test-run-machops.cc | 259 m.CheckString(false_val, m.Call(0)); in TEST() 260 m.CheckString(true_val, m.Call(1)); in TEST()
|