Searched refs:CT_Const (Results 1 – 3 of 3) sorted by relevance
129 CT_Const = 2, enumerator148 set_call<Args&&...>(CT_Const | CT_LValue); in operator ()()161 set_call<Args&&...>(CT_Const | CT_RValue); in operator ()()479 assert(Fn::check_call<>(CT_Const | CT_LValue)); in call_operator_forwarding_test()481 assert(Fn::check_call<>(CT_Const | CT_RValue)); in call_operator_forwarding_test()515 assert(Fn::check_call<int&>(CT_Const | CT_LValue)); in call_operator_forwarding_test()517 assert(Fn::check_call<const int&>(CT_Const | CT_LValue)); in call_operator_forwarding_test()519 assert(Fn::check_call<int&&>(CT_Const | CT_LValue)); in call_operator_forwarding_test()521 assert(Fn::check_call<const int&&>(CT_Const | CT_LValue)); in call_operator_forwarding_test()523 assert(Fn::check_call<int&&>(CT_Const | CT_LValue)); in call_operator_forwarding_test()[all …]
39 CT_Const = 2, enumerator57 set_call<Args &&...>(CT_Const | CT_LValue); in operator ()()68 set_call<Args &&...>(CT_Const | CT_RValue); in operator ()()102 assert(Fn::check_call<>(CT_Const | CT_LValue)); in test_call_operator_forwarding()106 assert(Fn::check_call<>(CT_Const | CT_RValue)); in test_call_operator_forwarding()114 assert(Fn::check_call<int &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()118 assert(Fn::check_call<int &>(CT_Const | CT_RValue)); in test_call_operator_forwarding()126 assert(Fn::check_call<long &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()130 assert(Fn::check_call<long &>(CT_Const | CT_RValue)); in test_call_operator_forwarding()140 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_LValue))); in test_call_operator_forwarding()[all …]
41 CT_Const, ///< const_cast enumerator313 case CT_Const: in tryDiagnoseOverloadedCast()738 Self.Diag(OpRange.getBegin(), msg) << CT_Const in CheckConstCast()