| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | UnreachableCodeChecker.cpp | 46 CFGBlocksSet &reachable, 56 CFGBlocksSet reachable, visited; in checkEndAnalysis() local 84 reachable.insert(CB->getBlockID()); in checkEndAnalysis() 103 if (reachable.count(CB->getBlockID())) in checkEndAnalysis() 112 FindUnreachableEntryPoints(CB, reachable, visited); in checkEndAnalysis() 115 if (reachable.count(CB->getBlockID())) in checkEndAnalysis() 175 CFGBlocksSet &reachable, in FindUnreachableEntryPoints() argument 184 if (!reachable.count((*I)->getBlockID())) { in FindUnreachableEntryPoints() 187 reachable.insert(CB->getBlockID()); in FindUnreachableEntryPoints() 190 FindUnreachableEntryPoints(*I, reachable, visited); in FindUnreachableEntryPoints()
|
| HD | AnalyzerStatsChecker.cpp | 46 llvm::SmallPtrSet<const CFGBlock*, 256> reachable; in checkEndAnalysis() local 65 reachable.insert(CB); in checkEndAnalysis() 79 if (!reachable.count(CB)) { in checkEndAnalysis()
|
| HD | DeadStoresChecker.cpp | 69 llvm::BitVector reachable; member in __anonde49362a0111::ReachableCode 72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode() 77 return reachable[block->getBlockID()]; in isReachable() 91 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ReachableCode.cpp | 356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan() argument 357 : Visited(reachable.size()), in DeadCodeScan() 358 Reachable(reachable), in DeadCodeScan() 646 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local 648 scanMaybeReachableFromBlock(&cfg->getEntry(), PP, reachable); in FindUnreachableCode() 657 numReachable += scanMaybeReachableFromBlock(*I, PP, reachable); in FindUnreachableCode() 668 if (reachable[block->getBlockID()]) in FindUnreachableCode() 671 DeadCodeScan DS(reachable, PP); in FindUnreachableCode()
|
| HD | CFGReachabilityAnalysis.cpp | 37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable() 46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
|
| /NextBSD/contrib/gcc/ |
| HD | cgraphunit.c | 440 if (node->reachable && !flag_unit_at_a_time) in cgraph_reset_node() 448 node->reachable = 0; in cgraph_reset_node() 1134 gcc_assert (!node->analyzed && node->reachable); in cgraph_finalize_compilation_unit() 1140 if (!edge->callee->reachable) in cgraph_finalize_compilation_unit() 1174 if (!node->reachable && DECL_SAVED_TREE (decl)) in cgraph_finalize_compilation_unit() 1219 || (e && node->reachable)) in cgraph_mark_functions_to_output() 1321 gcc_assert (node->reachable); in cgraph_expand_all_functions() 1454 if (node->reachable in cgraph_function_and_variable_visibility() 1804 new_version->reachable = true; in cgraph_copy_node_for_versioning() 1912 first_clone->reachable = 1; in save_inline_function_body()
|
| HD | cgraph.c | 538 node->needed = node->reachable = false; in cgraph_remove_node() 619 if (!node->reachable && node->local.finalized) in cgraph_mark_reachable_node() 622 node->reachable = 1; in cgraph_mark_reachable_node() 723 else if (node->reachable) in dump_cgraph_node()
|
| HD | cgraph.h | 158 unsigned reachable : 1; member
|
| HD | ipa-inline.c | 909 if (node->analyzed && (node->needed || node->reachable)) in cgraph_decide_inlining() 1201 if (node->analyzed && (node->needed || node->reachable)) in cgraph_early_inlining() 1209 && (node->needed || node->reachable) in cgraph_early_inlining()
|
| HD | except.c | 673 bool *reachable; in remove_unreachable_regions() local 678 reachable = xcalloc (cfun->eh->last_region_number + 1, sizeof(bool)); in remove_unreachable_regions() 699 reachable[uid_region_num[INSN_UID (insn)]] = true; in remove_unreachable_regions() 704 if (r && r->region_number == i && !reachable[i]) in remove_unreachable_regions() 712 if (r->outer && reachable[r->outer->region_number]) in remove_unreachable_regions() 729 if (reachable[c->region_number]) in remove_unreachable_regions() 746 free (reachable); in remove_unreachable_regions()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| HD | CFGReachabilityAnalysis.h | 36 ReachableMap reachable; variable
|
| /NextBSD/sys/netinet6/ |
| HD | nd6.h | 68 u_int32_t reachable; /* Reachable Time */ member 188 u_int32_t reachable; /* Reachable Time */ member
|
| HD | nd6.c | 256 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); in nd6_ifattach() 685 delay = (long)ND_IFINFO(ifp)->reachable * hz; in nd6_llinfo_setstate() 1563 ND.reachable = ND_IFINFO(ifp)->reachable; in nd6_ioctl() 1592 ND_IFINFO(ifp)->reachable = in nd6_ioctl() 2057 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo()
|
| HD | nd6_rtr.c | 294 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable); in nd6_ra_input()
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_flags.inc | 30 // Flags controlling the root set of reachable memory.
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineVerifier.cpp | 100 bool reachable; member 125 BBInfo() : reachable(false) {} in BBInfo() 448 if (!MInfo.reachable) { in markReachable() 449 MInfo.reachable = true; in markReachable() 1199 if (!MInfo.reachable) in calcRegsPassed() 1275 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps() 1299 if (!MInfo.reachable) in visitMachineFunctionAfter()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | regengine.inc | 846 - step - map set of states reachable before char to set reachable after 852 states bef, /* states reachable before */ 854 states aft) /* states already known reachable after */
|
| /NextBSD/share/examples/IPv6/ |
| HD | USAGE | 269 fe80::5254:ff:fedc:5217%ed0 (reachable) 270 fe80::260:97ff:fec2:80bf%ed0 (reachable)
|
| /NextBSD/contrib/bsnmp/snmp_ntp/ |
| HD | NTP-MIB.txt | 484 considered reachable if at least one bit in this register is
|
| /NextBSD/usr.sbin/ndp/ |
| HD | ndp.c | 995 printf(", reachable=%ds", ND.reachable); in ifinfo()
|
| /NextBSD/contrib/jansson/ |
| HD | CMakeLists.txt | 467 "--error-exitcode=1 --leak-check=full --show-reachable=yes --track-origins=yes -q")
|
| /NextBSD/sys/dev/isp/ |
| HD | DriverManual.txt | 485 achieved. The core internal function isp_fclink_test (reachable via 522 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq.texi | 234 @tab @code{yes}: reachable, @code{no}: unreachable
|
| /NextBSD/contrib/jansson/doc/ |
| HD | apiref.rst | 1406 reachable from ``root``, to be increased. Furthermore, the ``o`` 1408 modifying the structure or contents of a value reachable from
|
| /NextBSD/crypto/openssl/ |
| HD | NEWS | 43 o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)
|