HomeSort by relevance Sort by last modified time
    Searched defs:reachable (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /external/valgrind/memcheck/tests/
error_counts.c 11 int* reachable __attribute__((unused)); local
49 reachable = malloc(99);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /external/v8/src/compiler/
all-nodes.h 15 // A helper utility that traverses the graph and gathers all nodes reachable
19 // Constructor. Traverses the graph and builds the {reachable} set of nodes
20 // reachable from {end}. When {only_inputs} is true, find the nodes
21 // reachable through input edges; these are all live nodes.
24 // Constructor. Traverses the graph and builds the {reachable} set of nodes
25 // reachable from the End node.
39 NodeVector reachable; // Nodes reachable from end. member in class:v8::internal::compiler::AllNodes
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 46 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; local
65 reachable.insert(CB);
79 if (!reachable.count(CB)) {
UnreachableCodeChecker.cpp 42 CFGBlocksSet &reachable,
52 CFGBlocksSet reachable, visited; local
80 reachable.insert(CB->getBlockID());
99 if (reachable.count(CB->getBlockID()))
108 FindUnreachableEntryPoints(CB, reachable, visited);
111 if (reachable.count(CB->getBlockID()))
171 CFGBlocksSet &reachable,
180 if (!reachable.count((*I)->getBlockID())) {
181 // If we find an unreachable predecessor, mark this block as reachable so
183 reachable.insert(CB->getBlockID())
    [all...]
DeadStoresChecker.cpp 69 llvm::BitVector reachable; member in class:__anon15327::ReachableCode
72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {}
77 return reachable[block->getBlockID()];
91 llvm::BitVector::reference isReachable = reachable[block->getBlockID()];
169 // Compute reachable blocks within the CFG for trivial cases
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
basic_block.h 65 /// Returns true if the block is reachable in the CFG
66 bool reachable() const { return reachable_; } function in class:libspirv::BasicBlock
209 /// True if the block is reachable in the CFG
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 119 Set<String> reachable = Sets.newHashSet(); local
123 reachable.add(region);
127 unused.removeAll(reachable);
129 for (String region : reachable) {
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 128 BitSet reachable = ssaMeth.computeReachability(); local
132 while ((blockIndex = reachable.nextClearBit(blockIndex)) < blocks.size()) {
  /external/dhcpcd-6.8.2/
ipv6nd.h 54 uint32_t reachable; member in struct:ra
  /external/iproute2/ip/
ipntable.c 481 unsigned long long reachable = rta_getattr_u64(tpb[NDTPA_REACHABLE_TIME]); local
483 fprintf(fp, "reachable %llu ", reachable);

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8