Home | History | Annotate | Download | only in bits

Lines Matching refs:__f

314       const _Return& __r _IsUnused = __f();// require operator() member function
316 _Func __f;
324 __f(); // require operator() member function
326 _Func __f;
333 __r = __f(__arg); // require operator()
335 _Func __f;
343 __f(__arg); // require operator()
345 _Func __f;
353 __r = __f(__first, __second); // require operator()
355 _Func __f;
365 __f(__first, __second); // require operator()
367 _Func __f;
376 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
378 _Func __f;
386 __aux_require_boolean_expr(__f(__a, __b)); // require op() returning bool
388 _Func __f;
397 __const_constraints(__f);
404 _Func __f;