/external/swiftshader/third_party/LLVM/utils/FileCheck/ |
D | FileCheck.cpp | 437 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/ |
D | FileCheck.cpp | 672 struct CheckString { struct 686 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() function 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/ |
D | FileCheck.cpp | 616 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/ |
D | factory.py | 207 def CheckString(self): member in TextFactoryTests 239 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|
D | types.py | 44 def CheckString(self): member in SqliteTypeTests 154 def CheckString(self): member in DeclTypesTests
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | factory.py | 217 def CheckString(self): member in TextFactoryTests 251 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|
D | types.py | 43 def CheckString(self): member in SqliteTypeTests 127 def CheckString(self): member in DeclTypesTests
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.h | 341 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
|
D | map_container.cc | 163 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey() 276 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
|
D | message.cc | 654 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckAndGetInteger() function 702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndGetInteger()
|
/external/v8/src/compiler/ |
D | property-access-builder.cc | 59 graph()->NewNode(simplified()->CheckString(VectorSlotPair()), *receiver, in TryBuildStringCheck()
|
D | js-typed-lowering.cc | 164 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()
|
D | js-call-reducer.cc | 3982 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 …]
|
D | simplified-operator.h | 678 const Operator* CheckString(const VectorSlotPair& feedback); in NON_EXPORTED_BASE()
|
D | opcodes.h | 367 V(CheckString) \
|
D | simplified-operator.cc | 799 V(CheckString, 1, 1) \
|
D | js-native-context-specialization.cc | 1184 simplified()->CheckString(VectorSlotPair()), receiver, effect, control); in ReduceElementAccess()
|