Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dall-nodes.h39 NodeVector reachable; // Nodes reachable from end. variable
/third_party/selinux/libselinux/src/
Dget_context_list.c117 static int is_in_reachable(char **reachable, const char *usercon_str) in is_in_reachable()
133 char ***reachable, in get_context_user()
411 char **reachable = NULL; in get_ordered_context_list() local
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dtemplate_params.rs389 let mut reachable = vec![i]; in new() localVariable
503 let mut reachable = vec![i]; in initial_worklist() localVariable
Dmod.rs299 reachable: HashMap<Node, HashSet<Node>>, field
379 let reachable = analyze::<ReachableFrom>(&g); in monotone() localVariable
Dderive.rs650 let mut reachable = vec![i]; in initial_worklist() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h68 bool reachable() const { return reachable_; } in reachable() function
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.h68 bool reachable() const { return reachable_; } in reachable() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c37 struct set *reachable; member
277 struct set *reachable = _mesa_set_clone(fork->paths[0].reachable, fork); in fork_reachable() local
546 select_fork(struct set *reachable, nir_function_impl *impl, bool need_var, in select_fork()
/third_party/spirv-tools/source/val/
Dbasic_block.h88 bool reachable() const { return reachable_; } in reachable() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc122 bool reachable = IsReachable(edges, a, b, &seen); in CheckTransitiveClosure() local
288 bool reachable = IsReachable(&edges, nodes[from], nodes[to], &seen); in TEST() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp134 Block::Set reachable; in AssignBlockFields() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1957 bool reachable; // Is this function reachable? in analyzeLimits() member
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp935 … std::vector<bool> reachable(functionSequence.size(), true); // so that non-functions are reachable in checkCallGraphBodies() local
/third_party/python/Modules/
Dgcmodule.c490 visit_reachable(PyObject *op, PyGC_Head *reachable) in visit_reachable()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc812 bool reachable = true; in Statements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp133 bool reachable = false; member
/third_party/typescript/src/compiler/
Dchecker.ts6646 … return Debug.fail("Impossible construct - an export of an indexed access cannot be reachable"); enumerator
24714 const reachable = flowNodeReachable[id]; constant