Lines Matching refs:CT_Const
36 assert(Fn::check_call<>(CT_Const | CT_LValue)); in test_call_operator_forwarding()
40 assert(Fn::check_call<>(CT_Const | CT_RValue)); in test_call_operator_forwarding()
48 assert(Fn::check_call<int &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()
52 assert(Fn::check_call<int &>(CT_Const | CT_RValue)); in test_call_operator_forwarding()
60 assert(Fn::check_call<long &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()
64 assert(Fn::check_call<long &>(CT_Const | CT_RValue)); in test_call_operator_forwarding()
74 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_LValue))); in test_call_operator_forwarding()
78 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_RValue))); in test_call_operator_forwarding()
86 assert((Fn::check_call<long &, std::string &, int &, double &>(CT_Const | CT_LValue))); in test_call_operator_forwarding()
90 assert((Fn::check_call<long &, std::string &, int &, double &>(CT_Const | CT_RValue))); in test_call_operator_forwarding()
98 assert((Fn::check_call<long &, std::string &, int *&, double &>(CT_Const | CT_LValue))); in test_call_operator_forwarding()
102 assert((Fn::check_call<long &, std::string &, int *&, double &>(CT_Const | CT_RValue))); in test_call_operator_forwarding()