Home
last modified time | relevance | path

Searched refs:reachable (Results 1 – 25 of 203) sorted by relevance

123456789

/third_party/glib/
Dglib.supp25 match-leak-kinds:reachable
34 match-leak-kinds:reachable
43 match-leak-kinds:reachable
51 match-leak-kinds:reachable
62 match-leak-kinds:reachable
72 match-leak-kinds:reachable
81 match-leak-kinds:reachable
90 match-leak-kinds:reachable
99 match-leak-kinds:reachable
108 match-leak-kinds:possible,reachable
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c37 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/
Dget_context_list.c117 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/
Dfind_unreachable.py26 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/re2/re2/
Dprog.cc564 SparseSet reachable(size()); in Flatten() local
573 MarkSuccessors(&rootmap, &predmap, &predvec, &reachable, &stk); in Flatten()
582 MarkDominator(i->index(), &rootmap, &predmap, &predvec, &reachable, &stk); in Flatten()
594 EmitList(i->index(), &rootmap, &flat, &reachable, &stk); in Flatten()
649 SparseSet* reachable, std::vector<int>* stk) { in MarkSuccessors() argument
659 reachable->clear(); in MarkSuccessors()
666 if (reachable->contains(id)) in MarkSuccessors()
668 reachable->insert_new(id); in MarkSuccessors()
713 SparseSet* reachable, std::vector<int>* stk) { in MarkDominator() argument
714 reachable->clear(); in MarkDominator()
[all …]
Dnfa.cc724 SparseSet reachable(size()); in Fanout() local
729 reachable.clear(); in Fanout()
730 reachable.insert(i->index()); in Fanout()
731 for (SparseSet::iterator j = reachable.begin(); j != reachable.end(); ++j) { in Fanout()
741 reachable.insert(id+1); in Fanout()
751 reachable.insert(id+1); in Fanout()
758 reachable.insert(id+1); in Fanout()
760 reachable.insert(ip->out()); in Fanout()
765 reachable.insert(id+1); in Fanout()
Dprog.h369 SparseSet* reachable, std::vector<int>* stk);
377 SparseSet* reachable, std::vector<int>* stk);
384 SparseSet* reachable, std::vector<int>* stk);
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp467 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 …]
Dvalidate_id.cpp73 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/spirv-tools/source/val/
Dvalidate_cfg.cpp455 bool target_reachable = target_block->reachable(); in FindCaseFallThrough()
465 if (target_reachable && block->reachable() && in FindCaseFallThrough()
538 if (header->reachable() && target_block->reachable() && in StructuredSwitchChecks()
642 if (!block->reachable()) continue; in ValidateStructuredSelections()
697 if (!loop_header->reachable()) continue; in StructuredControlFlowChecks()
714 if (header->reachable() && !merge) { in StructuredControlFlowChecks()
726 if (merge && merge->reachable()) { in StructuredControlFlowChecks()
744 if (header->reachable() && construct.type() == ConstructType::kContinue) { in StructuredControlFlowChecks()
760 if (block->reachable() && !construct_blocks.count(succ) && in StructuredControlFlowChecks()
773 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks()
[all …]
Dvalidate_id.cpp73 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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp467 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 …]
Dvalidate_id.cpp73 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/glib/gio/
Dgnetworkmonitorportal.c506 gboolean reachable = FALSE; in g_network_monitor_portal_can_reach() local
530 g_variant_get (ret, "(b)", &reachable); in g_network_monitor_portal_can_reach()
534 return reachable; in g_network_monitor_portal_can_reach()
546 gboolean reachable; in can_reach_done() local
556 g_variant_get (ret, "(b)", &reachable); in can_reach_done()
559 if (reachable) in can_reach_done()
/third_party/glib/gio/tests/
Dnetwork-monitor.c165 gboolean reachable; in reach_cb() local
168 reachable = g_network_monitor_can_reach_finish (data->monitor, res, &error); in reach_cb()
177 g_assert (reachable == data->should_be_reachable); in reach_cb()
202 gboolean reachable; in run_tests() local
212 reachable = g_network_monitor_can_reach (monitor, in run_tests()
222 g_assert_cmpint (reachable, ==, should_be_reachable); in run_tests()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc122 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/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc122 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/
DSpirvShaderControlFlow.cpp120 …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/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_cfg.cpp193 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/python/Modules/
Dgc_weakref.txt23 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/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCReachabilityFlagNames.xmacro.h47 GRPC_XMACRO_ITEM(reachable, Reachable)
/third_party/glslang/Test/
Dspv.dead-complex-continue-after-return.vert15 // This is considered reachable since Glslang codegen will
/third_party/node/test/message/
Dsource_map_throw_first_tick.out1 reachable
Dsource_map_throw_catch.out1 reachable
/third_party/typescript/tests/baselines/reference/
DneverTypeErrors2.errors.txt11 …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.

123456789