Searched defs:byref (Results 1 – 8 of 8) sorted by relevance
6 …))) id)errorp; // expected-error {{__block attribute not allowed, only allowed on local variables}}10 …) id)errorp {} // expected-error {{__block attribute not allowed, only allowed on local variables}}
611 struct byref struct617 struct result<This(T &)>623 struct result<This(llexpr<T> &)>629 struct result<This(llexpr<T> const &)>635 typename result<byref(T &)>::type operator()(T &t) const in operator ()()642 typename result<byref(T const &)>::type operator()(T const &t) const in operator ()()649 boost::reference_wrapper<llexpr<T> > operator()(llexpr<T> &t) const in operator ()()655 boost::reference_wrapper<llexpr<T> const> operator()(llexpr<T> const &t) const in operator ()()
27 auto byref = [&values...]() { print(values...); }; in do_print() local
532 _cs_insn byref = new _cs_insn(p); in disasm() local
114 optional bool byref = 8; field236 repeated sint32 byref = 3004 [packed = true]; field
1787 byref(PyObject *self, PyObject *args) in byref() function