Home
last modified time | relevance | path

Searched refs:type_tree (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dinstance-type-generator.cc51 std::unique_ptr<InstanceTypeTree> type_tree = in BuildInstanceTypeTree() local
53 map_slot = type_tree.get(); in BuildInstanceTypeTree()
54 unparented_types.push_back(std::move(type_tree)); in BuildInstanceTypeTree()
60 for (auto& type_tree : unparented_types) { in BuildInstanceTypeTree()
61 const ClassType* parent = type_tree->type->GetSuperClass(); in BuildInstanceTypeTree()
65 " and ", type_tree->type->name()) in BuildInstanceTypeTree()
66 .Position(type_tree->type->GetPosition()); in BuildInstanceTypeTree()
67 root = std::move(type_tree); in BuildInstanceTypeTree()
69 map_by_type[parent]->children.push_back(std::move(type_tree)); in BuildInstanceTypeTree()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c1687 struct type_tree_entry *type_tree = in gl_nir_link_uniforms() local
1689 state.current_type = type_tree; in gl_nir_link_uniforms()
1865 free_type_tree(type_tree); in gl_nir_link_uniforms()
1884 free_type_tree(type_tree); in gl_nir_link_uniforms()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1123 const HuffmanCode* type_tree = &s->block_type_trees[ in DecodeBlockTypeAndLength() local
1136 block_type = ReadSymbol(type_tree, br); in DecodeBlockTypeAndLength()
1141 if (!SafeReadSymbol(type_tree, br, &block_type)) return BROTLI_FALSE; in DecodeBlockTypeAndLength()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1123 const HuffmanCode* type_tree = &s->block_type_trees[ in DecodeBlockTypeAndLength() local
1136 block_type = ReadSymbol(type_tree, br); in DecodeBlockTypeAndLength()
1141 if (!SafeReadSymbol(type_tree, br, &block_type)) return BROTLI_FALSE; in DecodeBlockTypeAndLength()

Completed in 11 milliseconds