Home
last modified time | relevance | path

Searched refs:CheckString (Results 1 – 17 of 17) 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/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp672 struct CheckString { struct
686 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() argument
918 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
1071 const CheckString &CheckStr, StringRef Buffer, in PrintMatch()
1106 const CheckString &CheckStr, StringRef Buffer, in PrintNoMatch()
1136 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1187 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1233 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1262 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
1287 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp616 struct CheckString { struct
635 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() function
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/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/python/cpython3/Lib/sqlite3/test/
Dfactory.py217 def CheckString(self): member in TextFactoryTests
251 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
Dtypes.py43 def CheckString(self): member in SqliteTypeTests
127 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/
Dproperty-access-builder.cc59 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), *receiver, in TryBuildStringCheck()
Djs-typed-lowering.cc164 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), left(), in CheckInputsToString()
171 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), right(), in CheckInputsToString()
570 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), in ReduceJSAdd()
576 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), in ReduceJSAdd()
672 simplified()->CheckString(VectorSlotPair()), first, effect, control); in ReduceCreateConsString()
680 simplified()->CheckString(VectorSlotPair()), second, effect, control); in ReduceCreateConsString()
Djs-call-reducer.cc3982 simplified()->CheckString(p.feedback()), receiver, effect, control); in ReduceStringPrototypeIndexOf()
3986 graph()->NewNode(simplified()->CheckString(p.feedback()), search_string, in ReduceStringPrototypeIndexOf()
4024 receiver = effect = graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeSubstring()
4087 receiver = effect = graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeSlice()
4189 receiver = effect = graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeSubstr()
5201 receiver = effect = graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeStringAt()
5237 receiver = effect = graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeCharAt()
5271 graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeToLowerCaseIntl()
5293 graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeToUpperCaseIntl()
5367 graph()->NewNode(simplified()->CheckString(p.feedback()), in ReduceStringPrototypeIterator()
[all …]
Dsimplified-operator.h678 const Operator* CheckString(const VectorSlotPair& feedback); in NON_EXPORTED_BASE()
Dopcodes.h367 V(CheckString) \
Dsimplified-operator.cc799 V(CheckString, 1, 1) \
Djs-native-context-specialization.cc1184 simplified()->CheckString(VectorSlotPair()), receiver, effect, control); in ReduceElementAccess()