Home
last modified time | relevance | path

Searched refs:return_ (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/metaparse/doc/
Dreturn_.qbk1 [#return_]
2 [section return_]
7 struct return_;
18 `return_` accepts every input. The result of parsing is `C`, the remaining
23 #include <boost/metaparse/return_.hpp>
30 get_result<return_<c>::apply<s, pos>>::type
34 get_remaining<return_<c>::apply<s, pos>>::type
38 get_position<return_<c>::apply<s, pos>>::type
44 #include <boost/metaparse/return_.hpp>
57 using optional_number = one_of<int_, return_<default_value>>;
Dif_.qbk33 one_of<last_of<p, return_<t>>, return_<f>>
Dreference.qbk49 * [link return_ return_]
352 [include return_.qbk]
Dkeyword.qbk33 last_of<lit<c1>, /* ... */, lit<cn>, return_<r>>
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py85 def return_(value = None): function
296 complex_if('', return_())
315 complex_if('', return_())
333 return_()
347 return_(const_float(1))
360 complex_if('', return_(const_float(1))) +
361 return_(const_float(2))
379 simple_if('a', return_(const_float(1)),
380 return_(const_float(2)))
402 complex_if('a', return_()) +
[all …]
/third_party/boost/libs/metaparse/test/
Dreturn_.cpp22 using boost::metaparse::return_;
26 typedef apply_wrap2<return_<int1>, int2, int3> acc;
28 typedef return_<char_x> return_x;
Dfoldl_start_with_parser.cpp72 using boost::metaparse::return_;
81 foldl_start_with_parser<P, return_<vector<> >, back_inserter>
Dfoldl_reject_incomplete_start_with_parser.cpp76 using boost::metaparse::return_;
87 return_<vector<> >,
/third_party/boost/boost/metaparse/v1/
Dreturn_.hpp22 struct return_ struct
24 typedef return_ type; argument
Dfoldr.hpp19 struct foldr : foldr_start_with_parser<P, return_<State>, BackwardOp> {};
Dfoldr_reject_incomplete.hpp24 first_of<return_<State>, fail_at_first_char_expected<P> >,
Dkeyword.hpp72 return_<ResultType>,
/third_party/boost/libs/metaparse/example/meta_hs/
Dtoken.hpp63 boost::metaparse::return_<
70 boost::metaparse::return_<
81 boost::metaparse::return_<
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_extends.cc60 if (force_new_ret || return_ == nullptr) { in set_output()
63 return_ = this_graph->NewCNodeInOrder(params); in set_output()
66 manager_.lock()->SetEdge(return_, 1, value); in set_output()
69 return_->set_input(first_data_index, value); in set_output()
73 return_->set_abstract(value->abstract()); in set_output()
74 AnfNodePtr input0 = return_->input(0); in set_output()
Dfunc_graph.h253 CNodePtr get_return() const final { return return_; } in get_return()
254 void set_return(const CNodePtr &cnode) final { return_ = cnode; } in set_return()
461 CNodePtr return_; variable
Dfunc_graph.cc48 return_(nullptr), in FuncGraph()
65 if (return_ != nullptr && return_->inputs().size() == return_input_num) { in output()
66 return return_->input(1); in output()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h80 virtual void return_(Item*) = 0;
157 storage->return_(item); in reset()
237 MARL_NO_EXPORT inline void return_(Item*) override;
316 void BoundedPool<T, N, POLICY>::Storage::return_(Item* item) { in return_() function
363 MARL_NO_EXPORT inline void return_(Item*) override;
430 void UnboundedPool<T, POLICY>::Storage::return_(Item* item) { in return_() function
/third_party/python/Lib/test/test_importlib/import_/
Dtest_caching.py54 def create_mock(self, *names, return_=None): argument
59 return return_
/third_party/boost/boost/metaparse/
Dreturn_.hpp15 using v1::return_;
/third_party/boost/boost/metaparse/v1/impl/
Diterate_impl.hpp39 struct iterate_impl<0, P, Accum> : return_<Accum> {};
/third_party/boost/boost/metaparse/v1/cpp11/
Dsequence.hpp30 struct sequence<> : return_<boost::mpl::vector<>> {};
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dnth_of_c_skip_remaining.hpp29 return_<FinalResult>::template apply<S, Pos>
/third_party/boost/libs/metaparse/example/constexpr_parser/
Dmain.cpp51 using boost::metaparse::return_;
271 return_<int_<impl<S>().value> >
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc114 conflicting_enum = protobuf_unittest::return_; in TEST()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.hpp214 void return_();
215 void return_(value v);

12