Home
last modified time | relevance | path

Searched defs:reachable (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp52 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
180 CFGBlocksSet &reachable, in FindUnreachableEntryPoints()
H A DAnalyzerStatsChecker.cpp46 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; in checkEndAnalysis() local
H A DDeadStoresChecker.cpp70 llvm::BitVector reachable; member in __anonb601c4880111::ReachableCode
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/openbsd-src/sys/netinet6/
H A Dnd6.h55 u_int32_t reachable; /* [N] Reachable Time */ global() member
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp405 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan()
693 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local
/openbsd-src/usr.sbin/dvmrpd/
H A Dkroute.c230 u_int8_t reachable; in if_change() local
/openbsd-src/gnu/gcc/gcc/
H A Dcgraph.h158 unsigned reachable : 1; member
H A Dexcept.c673 bool *reachable; in remove_unreachable_regions() local
/openbsd-src/usr.sbin/ripd/
H A Dkroute.c658 u_int8_t reachable; in if_change() local
/openbsd-src/lib/libcrypto/x509/
H A Dx509_policy.c91 int reachable; member
/openbsd-src/usr.sbin/eigrpd/
H A Dkroute.c832 uint8_t reachable; in if_change() local
/openbsd-src/usr.sbin/ospfd/
H A Dkroute.c1060 u_int8_t reachable; in if_change() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstmt.c3777 int reachable; local
4296 expand_cleanups (list, dont_do, in_fixup, reachable) in expand_cleanups() argument
H A Dexcept.c1019 bool *reachable; local
/openbsd-src/usr.sbin/bgpd/
H A Dkroute.c2566 uint8_t reachable; if_change() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp138 bool reachable = false; member