Home | History | Annotate | Download | only in bits

Lines Matching refs:__f

317       const _Return& __r _IsUnused = __f();// require operator() member function
319 _Func __f;
327 __f(); // require operator() member function
329 _Func __f;
336 __r = __f(__arg); // require operator()
338 _Func __f;
346 __f(__arg); // require operator()
348 _Func __f;
356 __r = __f(__first, __second); // require operator()
358 _Func __f;
368 __f(__first, __second); // require operator()
370 _Func __f;
379 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
381 _Func __f;
389 __aux_require_boolean_expr(__f(__a, __b)); // require op() returning bool
391 _Func __f;
400 __const_constraints(__f);
407 _Func __f;