Home
last modified time | relevance | path

Searched defs:byref (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaObjC/
Dblock-on-method-param.m6 …))) 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}}
/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp611 struct byref struct
617 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 ()()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp27 auto byref = [&values...]() { print(values...); }; in do_print() local
/external/capstone/bindings/java/capstone/
DCapstone.java532 _cs_insn byref = new _cs_insn(p); in disasm() local
/external/cronet/tot/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto114 optional bool byref = 8; field
236 repeated sint32 byref = 3004 [packed = true]; field
/external/cronet/stable/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto114 optional bool byref = 8; field
236 repeated sint32 byref = 3004 [packed = true]; field
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto114 optional bool byref = 8; field
236 repeated sint32 byref = 3004 [packed = true]; field
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1787 byref(PyObject *self, PyObject *args) in byref() function