Home | History | Annotate | Download | only in bits

Lines Matching refs:__f

316       const _Return& __r _IsUnused = __f();// require operator() member function
318 _Func __f;
326 __f(); // require operator() member function
328 _Func __f;
335 __r = __f(__arg); // require operator()
337 _Func __f;
345 __f(__arg); // require operator()
347 _Func __f;
355 __r = __f(__first, __second); // require operator()
357 _Func __f;
367 __f(__first, __second); // require operator()
369 _Func __f;
378 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
380 _Func __f;
388 __aux_require_boolean_expr(__f(__a, __b)); // require op() returning bool
390 _Func __f;
399 __const_constraints(__f);
406 _Func __f;