Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/external/v8/src/compiler/
Dall-nodes.h39 NodeVector reachable; // Nodes reachable from end. variable
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp52 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
171 CFGBlocksSet &reachable, in FindUnreachableEntryPoints()
DAnalyzerStatsChecker.cpp46 llvm::SmallPtrSet<const CFGBlock*, 32> reachable; in checkEndAnalysis() local
DDeadStoresChecker.cpp69 llvm::BitVector reachable; member in __anon1fb7a35c0111::ReachableCode
/external/libchrome/base/third_party/valgrind/
Dmemcheck.h203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
/external/selinux/libselinux/src/
Dget_context_list.c159 char ** reachable, in get_context_order()
397 char **reachable = NULL; in get_ordered_context_list() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h68 bool reachable() const { return reachable_; } in reachable() function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h68 bool reachable() const { return reachable_; } in reachable() function
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc350 bool reachable = !ForwardDFS(r, x, ny->rank); in IsReachableNonConst() local
360 bool reachable = IsReachableNonConst(a, b); in CanContractEdge() local
Dgraphcycles_test.cc133 bool reachable = IsReachable(edges, a, b, &seen); in CheckTransitiveClosure() local
306 bool reachable = IsReachable(&edges, nodes[from], nodes[to], &seen); in TEST() local
/external/clang/lib/Analysis/
DReachableCode.cpp356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan()
646 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local
/external/iproute2/ip/
Dipntable.c481 unsigned long long reachable = rta_getattr_u64(tpb[NDTPA_REACHABLE_TIME]); in print_ntable() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp866 … std::vector<bool> reachable(functionSequence.size(), true); // so that non-functions are reachable in checkCallGraphBodies() local
/external/python/cpython2/Modules/
Dgcmodule.c393 visit_reachable(PyObject *op, PyGC_Head *reachable) in visit_reachable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp94 bool reachable; member
/external/python/cpython3/Modules/
Dgcmodule.c304 visit_reachable(PyObject *op, PyGC_Head *reachable) in visit_reachable()
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go424 reachable transportState = iota const
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp100 bool reachable; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp131 bool reachable = false; member
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h519 bool reachable() const { return reachability == kReachable; } in reachable() function