Lines Matching defs:voidP
1094 const ExprP<Void>& voidP (void)
1241 ExprP<Ret> operator() (const ExprP<Arg0>& arg0 = voidP(),
1242 const ExprP<Arg1>& arg1 = voidP(),
1243 const ExprP<Arg2>& arg2 = voidP(),
1244 const ExprP<Arg3>& arg3 = voidP()) const;
1295 const ExprP<Arg0>& arg0 = voidP(),
1296 const ExprP<Arg1>& arg1 = voidP(),
1297 const ExprP<Arg2>& arg2 = voidP(),
1298 const ExprP<Arg3>& arg3 = voidP())
1372 const ExprP<typename Sig::Arg0>& arg0 = voidP(),
1373 const ExprP<typename Sig::Arg1>& arg1 = voidP(),
1374 const ExprP<typename Sig::Arg2>& arg2 = voidP(),
1375 const ExprP<typename Sig::Arg3>& arg3 = voidP())
1390 ExprP<typename F::Ret> app (const ExprP<typename F::Arg0>& arg0 = voidP(),
1391 const ExprP<typename F::Arg1>& arg1 = voidP(),
1392 const ExprP<typename F::Arg2>& arg2 = voidP(),
1393 const ExprP<typename F::Arg3>& arg3 = voidP())