Searched defs:byref (Results 1 – 3 of 3) sorted by relevance
5 …))) id)errorp; // expected-error {{__block attribute not allowed, only allowed on local variables}}9 …) id)errorp {} // expected-error {{__block attribute not allowed, only allowed on local variables}}
28 auto byref = [&values...]() { print(values...); }; in do_print() local
553 if (byref) in parseParallelRegion() argument [all...]