Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp589 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/
Dmemory_allocator_dump_unittest.cc74 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/
Dcodegen-tester.cc466 m.CheckString("empty", m.Call()); in TEST()
473 m.CheckString("empty", m.Call()); in TEST()
Dcodegen-tester.h46 void CheckString(const char* expected, Object* string) { in CheckString() function
Dtest-run-machops.cc736 m.CheckString(false_val, m.Call(0)); in TEST()
737 m.CheckString(true_val, m.Call(1)); in TEST()