Home
last modified time | relevance | path

Searched refs:type_tests (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
D_test_embed_set_config.py43 type_tests = []
91 type_tests.append((key, "abc"))
92 type_tests.append((key, 2.0))
118 type_tests.append((key, b'bytes'))
119 type_tests.append((key, 123))
130 type_tests.append((key, 123))
131 type_tests.append((key, "abc"))
132 type_tests.append((key, [123]))
133 type_tests.append((key, [b"bytes"]))
141 (TypeError, type_tests),
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js431 var type_tests = [ variable
453 type_tests.forEach(function(t) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h249 FSum->type_tests(), FSum->type_test_assume_vcalls(),
DModuleSummaryIndex.h643 ArrayRef<GlobalValue::GUID> type_tests() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp204 for (auto &TT : FS->type_tests()) in computeLTOCacheKey()
890 !FS->type_tests().empty()) in checkPartiallySplit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3518 if (!FS->type_tests().empty()) in writeFunctionTypeMetadataRecords()
3519 Stream.EmitRecord(bitc::FS_TYPE_TESTS, FS->type_tests()); in writeFunctionTypeMetadataRecords()
3561 if (!FS->type_tests().empty()) in getReferencedTypeIds()
3562 for (auto &TT : FS->type_tests()) in getReferencedTypeIds()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp2062 for (GlobalValue::GUID G : FS->type_tests()) in lower()