Searched refs:CheckString (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 589 struct CheckString { struct 609 CheckString(const Pattern &P, in CheckString() argument 837 std::vector<CheckString> &CheckStrings) { in ReadCheckFile() 996 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() 1026 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 1075 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 1114 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 1142 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() 1164 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag() 1286 std::vector<CheckString> CheckStrings; in main() [all …]
|
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 74 void CheckString(const MemoryAllocatorDump* dump, in CheckString() function 89 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, in CheckScalar() 147 CheckString(root_heap, "attr2", MemoryAllocatorDump::kTypeString, "units2", in TEST()
|
/external/v8/test/cctest/compiler/ |
D | codegen-tester.cc | 466 m.CheckString("empty", m.Call()); in TEST() 473 m.CheckString("empty", m.Call()); in TEST()
|
D | codegen-tester.h | 46 void CheckString(const char* expected, Object* string) { in CheckString() function
|
D | test-run-machops.cc | 736 m.CheckString(false_val, m.Call(0)); in TEST() 737 m.CheckString(true_val, m.Call(1)); in TEST()
|