Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp51 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
179 CFGBlocksSet &reachable, in FindUnreachableEntryPoints()
H A DAnalyzerStatsChecker.cpp45 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; in checkEndAnalysis() local
H A DDeadStoresChecker.cpp70 llvm::BitVector reachable; member in __anon4ace36bc0111::ReachableCode
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa.cc91 hash_set<symtab_node *> *reachable) in enqueue_node()
130 hash_set<symtab_node *> *reachable) in process_references()
176 hash_set<symtab_node *> *reachable) in walk_polymorphic_call_targets()
315 hash_set<symtab_node *> reachable; in remove_unreachable_nodes() local
H A Ddomwalk.cc219 bool reachable = false; in bb_reachable() local
H A Domp-oacc-neuter-broadcast.cc1447 dfs_broadcast_reachable_1 (basic_block bb, sbitmap reachable) in dfs_broadcast_reachable_1()
1680 sbitmap *reachable in oacc_do_neutering() local
H A Dira.cc5065 auto_bitmap need_new, reachable; in split_live_ranges_for_shrink_wrap() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c91 hash_set<symtab_node *> *reachable) in enqueue_node()
130 hash_set<symtab_node *> *reachable) in process_references()
176 hash_set<symtab_node *> *reachable) in walk_polymorphic_call_targets()
315 hash_set<symtab_node *> reachable; in remove_unreachable_nodes() local
H A Ddomwalk.c219 bool reachable = false; in bb_reachable() local
H A Dira.c4945 auto_bitmap need_new, reachable; in split_live_ranges_for_shrink_wrap() local
/netbsd-src/sys/compat/netinet6/
H A Dnd6.h38 u_int32_t reachable; /* Reachable Time */ member
56 u_int32_t reachable; /* Reachable Time */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d247 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local
426 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d247 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local
426 auto reachable = cast(size_t*) malloc(flagbytes); in sortCtors() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp399 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan()
688 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.h64 uint32_t reachable; member
H A Dif-bsd.c1299 bool reachable; in if_rtm() local
H A Dipv6nd.c724 ipv6nd_neighbour(struct dhcpcd_ctx *ctx, struct in6_addr *addr, bool reachable) in ipv6nd_neighbour()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgc.h108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgc.h108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference() local
/netbsd-src/sys/netinet6/
H A Dnd6.h65 uint32_t reachable; /* Reachable Time */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp131 bool reachable = false; member