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}}
27 auto byref = [&values...]() { print(values...); }; in do_print() local
28 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
1700 byref(PyObject *self, PyObject *args) in byref() function
1599 byref(PyObject *self, PyObject *args) in byref() function