Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp42 CFGBlocksSet &reachable,
52 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
79 reachable.insert(CB->getBlockID()); in checkEndAnalysis()
97 if (reachable.count(CB->getBlockID())) in checkEndAnalysis()
106 FindUnreachableEntryPoints(CB, reachable, visited); in checkEndAnalysis()
109 if (reachable.count(CB->getBlockID())) in checkEndAnalysis()
180 CFGBlocksSet &reachable, in FindUnreachableEntryPoints() argument
188 if (!reachable.count(PredBlock->getBlockID())) { in FindUnreachableEntryPoints()
191 reachable.insert(CB->getBlockID()); in FindUnreachableEntryPoints()
194 FindUnreachableEntryPoints(PredBlock, reachable, visited); in FindUnreachableEntryPoints()
H A DAnalyzerStatsChecker.cpp47 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; in checkEndAnalysis() local
65 reachable.insert(CB); in checkEndAnalysis()
79 if (!reachable.count(CB)) { in checkEndAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable()
46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
H A DReachableCode.cpp407 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan() argument
408 : Visited(reachable.size()), in DeadCodeScan()
409 Reachable(reachable), in DeadCodeScan()
742 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local
744 scanMaybeReachableFromBlock(&cfg->getEntry(), PP, reachable); in FindUnreachableCode()
752 numReachable += scanMaybeReachableFromBlock(B, PP, reachable); in FindUnreachableCode()
761 if (reachable[block->getBlockID()]) in FindUnreachableCode()
764 DeadCodeScan DS(reachable, PP, AC.getASTContext()); in FindUnreachableCode()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc27 // Flags controlling the root set of reachable memory.
37 "Root set: mark as reachable all allocations made from dynamic "
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/freebsd/contrib/llvm-project/lld/docs/
H A DPartitions.rst42 into partitions according to which sections of the program are reachable from
44 a program. Any sections that are only reachable from a loadable partition's
46 assigned to the main partition, including sections only reachable from
/freebsd/sys/netinet6/
H A Dnd6.h69 u_int32_t reachable; /* Reachable Time */ member
149 u_int32_t reachable; /* Reachable Time */ member
H A Dnd6.c290 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); in nd6_ifattach()
720 delay = (long)ND_IFINFO(ifp)->reachable * hz; in nd6_llinfo_setstate()
1657 ND.reachable = ND_IFINFO(ifp)->reachable; in nd6_ioctl()
1686 ND_IFINFO(ifp)->reachable = in nd6_ioctl()
2153 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo()
H A Dnd6_rtr.c450 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable); in nd6_ra_input()
914 bool reachable = ND6_IS_LLINFO_PROBREACH(ln); in is_dr_reachable() local
916 return reachable; in is_dr_reachable()
/freebsd/crypto/openssl/VMS/
H A Dopenssl_ivp.com.in44 $ ! Verify that the built in providers are reachable. If they aren't,
/freebsd/contrib/sqlite3/tea/
H A DMakefile.in178 --leak-check=yes --show-reachable=yes -v
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DAutomaton.td29 // transition function only and crawl all reachable states starting from the
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp153 bool reachable = false; member
639 if (!MInfo.reachable) { in markReachable()
640 MInfo.reachable = true; in markReachable()
3114 assert(Info.reachable); in calcRegsPassed()
3120 if (!PredInfo.reachable) in calcRegsPassed()
3224 if (MInfo.reachable) { in checkPHIOps()
3227 if (!MO0.isUndef() && PrInfo.reachable && in checkPHIOps()
3234 if (MInfo.reachable) { in checkPHIOps()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc910 - step - map set of states reachable before char to set reachable after
916 states bef, /* states reachable before */
918 states aft) /* states already known reachable after */
/freebsd/usr.sbin/ndp/
H A Dndp.c1092 xo_emit("{d:/, reachable=%ds}{e:reachable_ms/%u}", ND.reachable, ND.reachable * 1000); in ifinfo()
/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m4160 VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
/freebsd/contrib/bsnmp/snmp_ntp/
H A DNTP-MIB.txt484 considered reachable if at least one bit in this register is
/freebsd/sys/dev/isp/
H A DDriverManual.txt484 achieved. The core internal function isp_fclink_test (reachable via
521 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,
/freebsd/crypto/openssl/
H A DNEWS.md628 * DoS via reachable assert in SSLv2 servers fix ([CVE-2015-0293])
724 * DoS via reachable assert in SSLv2 servers fix ([CVE-2015-0293])
848 * DoS via reachable assert in SSLv2 servers fix ([CVE-2015-0293])
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi234 @tab @code{yes}: reachable, @code{no}: unreachable
H A Dntpq-opts.def446 .It Cm reach Ta Cm yes : No reachable, Cm no : No unreachable
H A Dinvoke-ntpq.texi325 @item @code{reach} @code{Ta} @code{yes}: @code{No} @code{reachable,} @code{no}: @code{No} @code{unreachable}
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config80 // - the sentinel is reachable from the begin iterator;
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr443 # Gateway must be within set of IPs reachable through interface

12