/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnreachableCodeChecker.cpp | 42 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 D | AnalyzerStatsChecker.cpp | 47 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 D | CFGReachabilityAnalysis.cpp | 37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable() 46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
|
H A D | ReachableCode.cpp | 407 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 D | lsan_flags.inc | 27 // 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 D | CFGReachabilityAnalysis.h | 36 ReachableMap reachable; variable
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 42 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 D | nd6.h | 69 u_int32_t reachable; /* Reachable Time */ member 149 u_int32_t reachable; /* Reachable Time */ member
|
H A D | nd6.c | 290 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 D | nd6_rtr.c | 450 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 D | openssl_ivp.com.in | 44 $ ! Verify that the built in providers are reachable. If they aren't,
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 178 --leak-check=yes --show-reachable=yes -v
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Automaton.td | 29 // transition function only and crawl all reachable states starting from the
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 153 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 D | regengine.inc | 910 - 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 D | ndp.c | 1092 xo_emit("{d:/, reachable=%ds}{e:reachable_ms/%u}", ND.reachable, ND.reachable * 1000); in ifinfo()
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_valgrind_check.m4 | 160 VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | NTP-MIB.txt | 484 considered reachable if at least one bit in this register is
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 484 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 D | NEWS.md | 628 * 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 D | ntpq.texi | 234 @tab @code{yes}: reachable, @code{no}: unreachable
|
H A D | ntpq-opts.def | 446 .It Cm reach Ta Cm yes : No reachable, Cm no : No unreachable
|
H A D | invoke-ntpq.texi | 325 @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 | __config | 80 // - the sentinel is reachable from the begin iterator;
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 443 # Gateway must be within set of IPs reachable through interface
|