| /external/llvm-project/flang/include/flang/Parser/ |
| D | parse-tree-visitor.h | 35 Walk(const A &x, V &visitor) { in Walk() function 43 Walk(A &x, M &mutator) { in Walk() function 62 void Walk(const std::optional<T> &x, V &visitor) { in Walk() function 67 template <typename T, typename M> void Walk(std::optional<T> &x, M &mutator) { in Walk() function 75 template <typename T, typename V> void Walk(const std::list<T> &x, V &visitor) { in Walk() function 80 template <typename T, typename M> void Walk(std::list<T> &x, M &mutator) { in Walk() function 85 template <typename V> void Walk(const Block &x, V &visitor) { in Walk() function 93 template <typename M> void Walk(Block &x, M &mutator) { in Walk() function 109 void Walk(const std::tuple<A...> &x, V &visitor) { in Walk() function 125 void Walk(std::tuple<A...> &x, M &mutator) { in Walk() function [all …]
|
| /external/pigweed/pw_metric/ |
| D | metric_service_nanopb.cc | 92 void Walk(const IntrusiveList<Metric>& metrics) { in Walk() function in pw::metric::__anon4653944a0111::MetricWalker 99 void Walk(const IntrusiveList<Group>& groups) { in Walk() function in pw::metric::__anon4653944a0111::MetricWalker 105 void Walk(const Group& group) { in Walk() function in pw::metric::__anon4653944a0111::MetricWalker
|
| /external/starlark-go/syntax/ |
| D | walk.go | 12 func Walk(n Node, f func(Node) bool) { func
|
| /external/tensorflow/tensorflow/python/platform/ |
| D | gfile.py | 34 from tensorflow.python.lib.io.file_io import walk as Walk unknown
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cpdf_object_walker_unittest.cpp | 25 std::string Walk(CPDF_Object* object) { in Walk() function
|
| /external/google-breakpad/src/processor/ |
| D | stackwalker.cc | 111 bool Stackwalker::Walk( in Walk() function in google_breakpad::Stackwalker
|
| D | cfi_frame_info_unittest.cc | 493 TEST_F(SimpleWalker, Walk) { in TEST_F() argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
| D | walker-inl.h | 229 template<typename T> T Regexp::Walker<T>::Walk(Regexp* re, T top_arg) { in Walk() function
|
| /external/llvm-project/flang/lib/Semantics/ |
| D | semantics.cpp | 112 bool Walk(const parser::Program &program) { in Walk() function in Fortran::semantics::SemanticsVisitor
|
| D | resolve-directives.cpp | 113 template <typename A> void Walk(const A &x) { parser::Walk(x, *this); } in Walk() function in Fortran::semantics::AccAttributeVisitor 224 template <typename A> void Walk(const A &x) { parser::Walk(x, *this); } in Walk() function in Fortran::semantics::OmpAttributeVisitor
|
| D | resolve-names.cpp | 1459 template <typename T> void BaseVisitor::Walk(const T &x) { in Walk() function in Fortran::semantics::BaseVisitor 6322 void Walk(const parser::ExecutionPart *exec) { in Walk() function in Fortran::semantics::ExecutionPartSkimmer 6435 template <typename A> void Walk(const A &x) { parser::Walk(x, *this); } in Walk() function in Fortran::semantics::DeferredCheckVisitor
|
| D | expression.cpp | 3329 bool ExprChecker::Walk(const parser::Program &program) { in Walk() function in Fortran::semantics::ExprChecker
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | pytree.cc | 438 py::object PyTreeDef::Walk(const py::function& f_node, py::handle f_leaf, in Walk() function in xla::PyTreeDef
|
| /external/llvm-project/flang/lib/Parser/ |
| D | unparse.cpp | 2567 template <typename T> void Walk(const T &x) { in Walk() function in Fortran::parser::UnparseVisitor 2574 void Walk( in Walk() function in Fortran::parser::UnparseVisitor 2581 void Walk(const std::optional<A> &x, const char *suffix = "") { in Walk() function in Fortran::parser::UnparseVisitor 2588 void Walk(const char *prefix, const std::list<A> &list, in Walk() function in Fortran::parser::UnparseVisitor 2600 void Walk(const std::list<A> &list, const char *comma = ", ", in Walk() function in Fortran::parser::UnparseVisitor 2617 void Walk(const std::tuple<A...> &tuple, const char *separator = "") { in Walk() function in Fortran::parser::UnparseVisitor
|
| /external/vm_tools/p9/src/protocol/ |
| D | messages.rs | 89 Walk(Twalk), enumerator 502 Walk(Rwalk), enumerator
|