Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp437 struct CheckString { struct
453 CheckString(const Pattern &P, SMLoc L, bool isCheckNext) in CheckString() argument
495 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
583 CheckStrings.push_back(CheckString(P, in ReadCheckFile()
591 CheckStrings.push_back(CheckString(Pattern(true), in ReadCheckFile()
606 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
652 std::vector<CheckString> CheckStrings; in main()
687 const CheckString &CheckStr = CheckStrings[StrNo]; in main()
/external/llvm/utils/FileCheck/
DFileCheck.cpp616 struct CheckString { struct
635 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() argument
867 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1063 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1112 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1151 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1179 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
1201 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
1330 std::vector<CheckString> CheckStrings; in main()
[all …]
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc75 void CheckString(const MemoryAllocatorDump* dump, in CheckString() function
90 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, in CheckScalar()
148 CheckString(root_heap, "attr2", MemoryAllocatorDump::kTypeString, "units2", in TEST()
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py207 def CheckString(self): member in TextFactoryTests
239 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
Dtypes.py44 def CheckString(self): member in SqliteTypeTests
154 def CheckString(self): member in DeclTypesTests
/external/protobuf/python/google/protobuf/pyext/
Dmessage.h341 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
Dmap_container.cc163 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()
276 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
Dmessage.cc654 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckAndGetInteger() function
702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndGetInteger()
/external/v8/src/compiler/
Dsimplified-operator.h389 const Operator* CheckString(); in NON_EXPORTED_BASE()
Djs-typed-lowering.cc145 Node* left_input = graph()->NewNode(simplified()->CheckString(), left(), in CheckInputsToString()
151 Node* right_input = graph()->NewNode(simplified()->CheckString(), right(), in CheckInputsToString()
659 graph()->NewNode(simplified()->CheckString(), first, effect, control); in ReduceCreateConsString()
667 graph()->NewNode(simplified()->CheckString(), second, effect, control); in ReduceCreateConsString()
Dopcodes.h320 V(CheckString) \
Dsimplified-operator.cc510 V(CheckString, 1, 1) \
Djs-native-context-specialization.cc630 receiver = effect = graph()->NewNode(simplified()->CheckString(), in ReduceNamedAccess()
927 receiver = effect = graph()->NewNode(simplified()->CheckString(), receiver, in ReduceElementAccess()