Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A D_test_embed_set_config.py44 type_tests = []
93 type_tests.append((key, "abc"))
94 type_tests.append((key, 2.0))
120 type_tests.append((key, b'bytes'))
121 type_tests.append((key, 123))
132 type_tests.append((key, 123))
133 type_tests.append((key, "abc"))
134 type_tests.append((key, [123]))
135 type_tests.append((key, [b"bytes"]))
143 (TypeError, type_tests),
[all...]
/third_party/node/test/fixtures/wpt/FileAPI/blob/
H A 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/
H A DModuleSummaryIndexYAML.h249 FSum->type_tests(), FSum->type_test_assume_vcalls(), in output()
H A DModuleSummaryIndex.h643 ArrayRef<GlobalValue::GUID> type_tests() const { in type_tests() function in llvm::CalleeInfo::FunctionSummary
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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/
H A 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/
H A DLowerTypeTests.cpp2062 for (GlobalValue::GUID G : FS->type_tests()) in lower()

Completed in 16 milliseconds