Searched refs:type_tests (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
H A D | _test_embed_set_config.py | 44 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 D | Blob-constructor.any.js | 431 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 D | ModuleSummaryIndexYAML.h | 249 FSum->type_tests(), FSum->type_test_assume_vcalls(), in output()
|
H A D | ModuleSummaryIndex.h | 643 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 D | LTO.cpp | 204 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 D | BitcodeWriter.cpp | 3518 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 D | LowerTypeTests.cpp | 2062 for (GlobalValue::GUID G : FS->type_tests()) in lower()
|
Completed in 16 milliseconds