/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_goto_ifs.c | 37 struct set *reachable; member 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { in set_path_vars() 167 if (_mesa_set_search(fork->paths[i].reachable, then_block)) { in set_path_vars_cond() 168 if (_mesa_set_search(fork->paths[i].reachable, else_block)) { in set_path_vars_cond() 208 if (_mesa_set_search(routing->regular.reachable, target)) { in route_to() 211 else if (_mesa_set_search(routing->brk.reachable, target)) { in route_to() 215 else if (_mesa_set_search(routing->cont.reachable, target)) { in route_to() 240 if (_mesa_set_search(routing->regular.reachable, then_block)) { in route_to_cond() 241 if (_mesa_set_search(routing->regular.reachable, else_block)) { in route_to_cond() 246 } else if (_mesa_set_search(routing->brk.reachable, then_block)) { in route_to_cond() [all …]
|
/third_party/selinux/libselinux/src/ |
D | get_context_list.c | 117 static int is_in_reachable(char **reachable, const char *usercon_str) in is_in_reachable() argument 119 if (!reachable) in is_in_reachable() 122 for (; *reachable != NULL; reachable++) { in is_in_reachable() 123 if (strcmp(*reachable, usercon_str) == 0) { in is_in_reachable() 133 char ***reachable, in get_context_user() argument 268 if (is_in_reachable(*reachable, usercon_str)) { in get_context_user() 274 new_reachable = realloc(*reachable, (*nreachable + 2) * sizeof(char *)); in get_context_user() 280 *reachable = new_reachable; in get_context_user() 410 char **reachable = NULL; in get_ordered_context_list() local 437 rc = get_context_user(fp, fromcon, user, &reachable, &nreachable); in get_ordered_context_list() [all …]
|
/third_party/gn/tools/ |
D | find_unreachable.py | 26 reachable = set() 30 if next in reachable: 32 reachable.add(next) 34 return reachable 57 and all their recursive dependencies are considered reachable.\ 67 reachable = find_reachable_targets(cmd_args.roots, targets_graph) 69 unreachable = all - reachable
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
D | mod.rs | 299 reachable: HashMap<Node, HashSet<Node>>, field 312 reachable: Default::default(), in new() 333 .reachable in constrain() 339 self.reachable.get_mut(&node).unwrap().insert(*sub_node); in constrain() 342 .reachable in constrain() 348 self.reachable.get_mut(&node).unwrap().insert(transitive); in constrain() 352 let new_size = self.reachable[&node].len(); in constrain() 371 fn from(reachable: ReachableFrom<'a>) -> Self { in from() 372 reachable.reachable in from() 379 let reachable = analyze::<ReachableFrom>(&g); in monotone() localVariable [all …]
|
D | template_params.rs | 389 let mut reachable = vec![i]; in new() localVariable 393 reachable.push(s); in new() 397 reachable in new() 503 let mut reachable = vec![i]; in initial_worklist() localVariable 507 reachable.push(s); in initial_worklist() 511 reachable in initial_worklist()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 467 bool target_reachable = target_block->reachable(); in FindCaseFallThrough() 477 if (target_reachable && block->reachable() && in FindCaseFallThrough() 550 if (header->reachable() && target_block->reachable() && in StructuredSwitchChecks() 654 if (!block->reachable()) continue; in ValidateStructuredSelections() 709 if (!loop_header->reachable()) continue; in StructuredControlFlowChecks() 726 if (header->reachable() && !merge) { in StructuredControlFlowChecks() 738 if (merge && merge->reachable()) { in StructuredControlFlowChecks() 756 if (header->reachable() && construct.type() == ConstructType::kContinue) { in StructuredControlFlowChecks() 772 if (block->reachable() && !construct_blocks.count(succ) && in StructuredControlFlowChecks() 785 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks() [all …]
|
D | validate_id.cpp | 73 if (use_block->reachable() == false) continue; in CheckIdDefinitionDominateUse() 110 if (phi->block()->reachable() == false) continue; in CheckIdDefinitionDominateUse() 115 if (variable->block() && parent->reachable() && in CheckIdDefinitionDominateUse()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_cfg.cpp | 467 bool target_reachable = target_block->reachable(); in FindCaseFallThrough() 477 if (target_reachable && block->reachable() && in FindCaseFallThrough() 550 if (header->reachable() && target_block->reachable() && in StructuredSwitchChecks() 654 if (!block->reachable()) continue; in ValidateStructuredSelections() 709 if (!loop_header->reachable()) continue; in StructuredControlFlowChecks() 726 if (header->reachable() && !merge) { in StructuredControlFlowChecks() 738 if (merge && merge->reachable()) { in StructuredControlFlowChecks() 756 if (header->reachable() && construct.type() == ConstructType::kContinue) { in StructuredControlFlowChecks() 772 if (block->reachable() && !construct_blocks.count(succ) && in StructuredControlFlowChecks() 785 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks() [all …]
|
D | validate_id.cpp | 73 if (use_block->reachable() == false) continue; in CheckIdDefinitionDominateUse() 110 if (phi->block()->reachable() == false) continue; in CheckIdDefinitionDominateUse() 115 if (variable->block() && parent->reachable() && in CheckIdDefinitionDominateUse()
|
/third_party/libabigail/doc/manuals/ |
D | kmidiff.rst | 100 reachable from their signatures are going to be compared by 103 Note that by default kmidiff analyzes the types reachable from the 163 meant to see their reachable types change. 198 types reachable by the interfaces (functions and variables) 203 descriptions of the types reachable by the interfaces associated 214 types reachable by the interfaces (functions and variables) that 217 subset of types reachable from interfaces associated to `ELF`_
|
D | tools-use-libabigail.txt | 6 by default the descriptions of the types reachable by the interfaces 10 types reachable from interfaces associated to `ELF`_ symbols that are
|
D | abipkgdiff.rst | 197 member insertion change of "struct leaf" is reachable from 265 * ``--non-reachable-types|-t`` 268 including those that are not reachable from global functions and 273 the ``--devel-pkg{1,2}`` options, the additional non-reachable 283 Note that without this option, only types that are reachable from 285 and reports changes on these reachable types only. 290 binary, this tool analyzes the descriptions of the types reachable 294 reachable from interfaces associated to `ELF`_ symbols that are 306 to only analyze types that are reachable from interfaces 315 tool analyzes the descriptions of the types reachable by the [all …]
|
D | abidw.rst | 187 binary, this tool analyzes the descriptions of the types reachable 191 reachable from interfaces associated to `ELF`_ symbols that are 203 to only analyze types that are reachable from interfaces 212 tool analyzes the descriptions of the types reachable by the 215 is constructed by only considering the subset of types reachable 291 that are reachable from functions and variables declarations that 295 those that are not reachable from public declarations.
|
D | abidiff.rst | 229 binary, this tool analyzes the descriptions of the types reachable 233 reachable from interfaces associated to `ELF`_ symbols that are 245 to only analyze types that are reachable from interfaces 254 tool analyzes the descriptions of the types reachable by the 257 is constructed by only considering the subset of types reachable 329 * ``--non-reachable-types|-t`` 332 including those that are not reachable from global functions and 338 the additional non-reachable types analyzed are restricted to 347 Note that without this option, only types that are reachable from 349 and reports changes on these reachable types only. [all …]
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
D | test47-non-reachable-types-v0.o.alltypes.abixml | 1 <abi-corpus path='test-v0.o' architecture='elf-amd-x86_64' tracking-non-reachable-types='yes'> 13 …<class-decl name='unreachable_struct1' size-in-bits='32' is-struct='yes' is-non-reachable='yes' vi… 18 …<class-decl name='unreachable_struct2' size-in-bits='32' is-struct='yes' is-non-reachable='yes' vi…
|
D | test47-non-reachable-types-v1.o.alltypes.abixml | 1 <abi-corpus path='test-v1.o' architecture='elf-amd-x86_64' tracking-non-reachable-types='yes'> 14 …<class-decl name='unreachable_struct2' size-in-bits='64' is-struct='yes' is-non-reachable='yes' vi… 22 …<class-decl name='unreachable_struct3' size-in-bits='32' is-struct='yes' is-non-reachable='yes' vi…
|
/third_party/spirv-tools/source/val/ |
D | validate_id.cpp | 73 if (use_block->reachable() == false) continue; in CheckIdDefinitionDominateUse() 110 if (phi->block()->reachable() == false) continue; in CheckIdDefinitionDominateUse() 115 if (variable->block() && parent->reachable() && in CheckIdDefinitionDominateUse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 122 bool reachable = IsReachable(edges, a, b, &seen); in CheckTransitiveClosure() local 123 if (gc_reachable != reachable) { in CheckTransitiveClosure() 130 reachable ? "true" : "false", a, b); in CheckTransitiveClosure() 288 bool reachable = IsReachable(&edges, nodes[from], nodes[to], &seen); in TEST() local 291 ASSERT_EQ(path_len != 0, reachable); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderControlFlow.cpp | 120 …rvShader::Function::TraverseReachableBlocks(Block::ID id, SpirvShader::Block::Set &reachable) const in TraverseReachableBlocks() 122 if(reachable.count(id) == 0) in TraverseReachableBlocks() 124 reachable.emplace(id); in TraverseReachableBlocks() 127 TraverseReachableBlocks(out, reachable); in TraverseReachableBlocks() 134 Block::Set reachable; in AssignBlockFields() local 135 TraverseReachableBlocks(entry, reachable); in AssignBlockFields() 141 if(reachable.count(blockId) > 0) in AssignBlockFields()
|
/third_party/python/Modules/ |
D | gc_weakref.txt | 23 attached to a reachable weakref W to an unreachable object O. Since O is 25 is still alive, everything reachable from its callback is also reachable, 27 sounds, since other reachable weakrefs to other unreachable objects may 105 the current collection, and nothing reachable from it would be in cyclic 153 a cycle, but is reachable only from CT, then breaking cycles will, as a 177 acted as external roots to everything reachable from them, so nothing 178 reachable from them was part of cyclic trash, so gc didn't do any damage to 179 objects reachable from them, and it's safe to call them at the end of gc.
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_cfg.cpp | 193 if (!loop_header->reachable()) continue; in StructuredControlFlowChecks() 210 if (header->reachable() && !merge) { in StructuredControlFlowChecks() 222 if (merge && merge->reachable()) { in StructuredControlFlowChecks() 238 if (header->reachable() && construct.type() == ConstructType::kContinue) { in StructuredControlFlowChecks()
|
/third_party/typescript/tests/baselines/reference/ |
D | neverTypeErrors2.errors.txt | 11 …ypeErrors2.ts(20,16): error TS2534: A function returning 'never' cannot have a reachable end point. 57 !!! error TS2534: A function returning 'never' cannot have a reachable end point.
|
D | neverTypeErrors1.errors.txt | 11 …ypeErrors1.ts(20,16): error TS2534: A function returning 'never' cannot have a reachable end point. 57 !!! error TS2534: A function returning 'never' cannot have a reachable end point.
|
/third_party/glslang/Test/ |
D | spv.dead-complex-continue-after-return.vert | 15 // This is considered reachable since Glslang codegen will
|
/third_party/node/test/message/ |
D | source_map_throw_catch.out | 1 reachable
|