| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_193.c | 27 extern void reachable(void); 35 reachable(); in test_statement() 36 reachable(); in test_statement() 42 reachable(); in test_compound_statement() 44 reachable(); in test_compound_statement() 45 reachable(); in test_compound_statement() 47 reachable(); in test_compound_statement() 54 reachable(); in test_if_statement() 55 reachable(); in test_if_statement() 58 reachable(); in test_if_statement() [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnreachableCodeChecker.cpp | 41 CFGBlocksSet &reachable, 51 CFGBlocksSet reachable, visited; in checkEndAnalysis() local 79 reachable.insert(CB->getBlockID()); in checkEndAnalysis() 98 if (reachable.count(CB->getBlockID())) in checkEndAnalysis() 107 FindUnreachableEntryPoints(CB, reachable, visited); in checkEndAnalysis() 110 if (reachable.count(CB->getBlockID())) in checkEndAnalysis() 179 CFGBlocksSet &reachable, in FindUnreachableEntryPoints() argument 188 if (!reachable.count((*I)->getBlockID())) { in FindUnreachableEntryPoints() 191 reachable.insert(CB->getBlockID()); in FindUnreachableEntryPoints() 194 FindUnreachableEntryPoints(*I, reachable, visited); in FindUnreachableEntryPoints()
|
| H A D | AnalyzerStatsChecker.cpp | 45 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; in checkEndAnalysis() local 64 reachable.insert(CB); in checkEndAnalysis() 78 if (!reachable.count(CB)) { in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 70 llvm::BitVector reachable; member in __anon4ace36bc0111::ReachableCode 73 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode() 78 return reachable[block->getBlockID()]; in isReachable() 92 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa.cc | 91 hash_set<symtab_node *> *reachable) in enqueue_node() argument 98 if (node->aux == (void *)2 && !reachable->contains (node)) in enqueue_node() 130 hash_set<symtab_node *> *reachable) in process_references() argument 157 reachable->add (body); in process_references() 158 reachable->add (node); in process_references() 160 enqueue_node (node, first, reachable); in process_references() 176 hash_set<symtab_node *> *reachable) in walk_polymorphic_call_targets() argument 213 reachable->add (body); in walk_polymorphic_call_targets() 214 reachable->add (n); in walk_polymorphic_call_targets() 219 enqueue_node (n, first, reachable); in walk_polymorphic_call_targets() [all …]
|
| H A D | domwalk.cc | 219 bool reachable = false; in bb_reachable() local 222 reachable = bb == ENTRY_BLOCK_PTR_FOR_FN (fun); in bb_reachable() 227 reachable |= (e->flags & EDGE_EXECUTABLE); in bb_reachable() 230 return reachable; in bb_reachable()
|
| H A D | omp-oacc-neuter-broadcast.cc | 1447 dfs_broadcast_reachable_1 (basic_block bb, sbitmap reachable) in dfs_broadcast_reachable_1() argument 1462 bitmap_set_bit (reachable, dest->index); in dfs_broadcast_reachable_1() 1464 dfs_broadcast_reachable_1 (dest, reachable); in dfs_broadcast_reachable_1() 1680 sbitmap *reachable in oacc_do_neutering() local 1684 bitmap_vector_clear (reachable, last_basic_block_for_fn (cfun)); in oacc_do_neutering() 1699 dfs_broadcast_reachable_1 (bb, reachable[bb->index]); in oacc_do_neutering() 1713 EXECUTE_IF_SET_IN_BITMAP (reachable[i], 0, j, bi) in oacc_do_neutering() 1718 bitmap_ior (reachable[i], reachable[i], inverted[i]); in oacc_do_neutering() 1750 EXECUTE_IF_SET_IN_BITMAP (reachable[blkno], 0, j, bi) in oacc_do_neutering() 1791 sbitmap_vector_free (reachable); in oacc_do_neutering()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa.c | 91 hash_set<symtab_node *> *reachable) in enqueue_node() argument 98 if (node->aux == (void *)2 && !reachable->contains (node)) in enqueue_node() 130 hash_set<symtab_node *> *reachable) in process_references() argument 157 reachable->add (body); in process_references() 158 reachable->add (node); in process_references() 160 enqueue_node (node, first, reachable); in process_references() 176 hash_set<symtab_node *> *reachable) in walk_polymorphic_call_targets() argument 213 reachable->add (body); in walk_polymorphic_call_targets() 214 reachable->add (n); in walk_polymorphic_call_targets() 219 enqueue_node (n, first, reachable); in walk_polymorphic_call_targets() [all …]
|
| H A D | domwalk.c | 219 bool reachable = false; in bb_reachable() local 222 reachable = bb == ENTRY_BLOCK_PTR_FOR_FN (fun); in bb_reachable() 227 reachable |= (e->flags & EDGE_EXECUTABLE); in bb_reachable() 230 return reachable; in bb_reachable()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 247 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local 249 .free(reachable); in sortCtors() 255 clearFlags(reachable); in sortCtors() 265 if (!bts(reachable, *impidx)) in sortCtors() 315 bool findDeps(size_t idx, size_t* reachable) in sortCtors() 333 clearFlags(reachable); in sortCtors() 334 bts(reachable, idx); in sortCtors() 349 if (!bts(reachable, midx)) in sortCtors() 426 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local 428 .free(reachable); in sortCtors() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | minfo.d | 247 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local 249 .free(reachable); in sortCtors() 255 clearFlags(reachable); in sortCtors() 265 if (!bts(reachable, *impidx)) in sortCtors() 315 bool findDeps(size_t idx, size_t* reachable) in sortCtors() 333 clearFlags(reachable); in sortCtors() 334 bts(reachable, idx); in sortCtors() 349 if (!bts(reachable, midx)) in sortCtors() 426 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local 428 .free(reachable); in sortCtors() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 399 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan() argument 400 : Visited(reachable.size()), in DeadCodeScan() 401 Reachable(reachable), in DeadCodeScan() 688 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local 690 scanMaybeReachableFromBlock(&cfg->getEntry(), PP, reachable); in FindUnreachableCode() 699 numReachable += scanMaybeReachableFromBlock(*I, PP, reachable); in FindUnreachableCode() 710 if (reachable[block->getBlockID()]) in FindUnreachableCode() 713 DeadCodeScan DS(reachable, PP, AC.getASTContext()); in FindUnreachableCode()
|
| H A D | CFGReachabilityAnalysis.cpp | 37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable() 46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
|
| /netbsd-src/sys/compat/netinet6/ |
| H A D | nd6.h | 38 u_int32_t reachable; /* Reachable Time */ member 56 u_int32_t reachable; /* Reachable Time */ member
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | InitializerLists.rst | 67 turns out to be reachable. This requires no work on checker side, but it sounds 141 > a region turns out to be reachable. This requires no work on checker side, 160 reachable from here exists another region of type T". Or even multiple regions 161 with different identifiers. This wouldn't specify how the memory is reachable, 165 For ``std::initializer_list`` this reachable region would the region for the backing 184 this to be in the store: we are modeling reachable storage as storage. But if 192 > that meant "here is a memory region and somewhere reachable from here exists 194 > identifiers. This wouldn't specify how the memory is reachable, but it would 203 region. Region contents are mutable: today the abstract storage is reachable 205 reachable, something that isn't even abstract. So the parent region for the [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| H A D | lsan_flags.inc | 26 // Flags controlling the root set of reachable memory. 36 "Root set: mark as reachable all allocations made from dynamic "
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_flags.inc | 28 // Flags controlling the root set of reachable memory. 38 "Root set: mark as reachable all allocations made from dynamic "
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_flags.inc | 27 // Flags controlling the root set of reachable memory. 37 "Root set: mark as reachable all allocations made from dynamic "
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | CFGReachabilityAnalysis.h | 36 ReachableMap reachable; variable
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | ipv6nd.c | 666 if (!ra1->isreachable && ra2->reachable) in ipv6nd_sortrouters() 692 .reachable = REACHABLE_TIME, in ipv6nd_applyra() 724 ipv6nd_neighbour(struct dhcpcd_ctx *ctx, struct in6_addr *addr, bool reachable) in ipv6nd_neighbour() argument 736 if (rap == NULL || rap->expired || rap->isreachable == reachable) in ipv6nd_neighbour() 739 rap->isreachable = reachable; in ipv6nd_neighbour() 741 reachable ? "reachable again" : "unreachable"); in ipv6nd_neighbour() 748 if (reachable) in ipv6nd_neighbour() 1265 rap->reachable = ntohl(nd_ra->nd_ra_reachable); in ipv6nd_handlera() 1266 if (rap->reachable > MAX_REACHABLE_TIME) in ipv6nd_handlera() 1267 rap->reachable = 0; in ipv6nd_handlera() [all …]
|
| H A D | ipv6nd.h | 64 uint32_t reachable; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2003-06-25-Reoptimizer1.txt | 34 region and mark reachable edges. 37 region IGNORING back edges, and mark the edges which are reachable in 38 1) and also in 2) (i.e., must be reachable from both the start BB and
|
| /netbsd-src/sys/netinet6/ |
| H A D | nd6.c | 176 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); in nd6_ifattach() 405 return ndi->reachable; in nd6_llinfo_reachable() 1234 ifndi->reachable = ND_COMPUTE_RTIME(OND.basereachable); in nd6_ioctl() 1260 ifndi->reachable = ND_COMPUTE_RTIME(ND.basereachable); in nd6_ioctl() 1557 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable); in nd6_slowtimo()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | gc.h | 108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local 109 reachable.insert(dst_id); in add_reference()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | gc.h | 108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local 109 reachable.insert(dst_id); in add_reference()
|