Searched refs:CT_Const (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp31 CT_Const = 2,
49 set_call<Args &&...>(CT_Const | CT_LValue);
60 set_call<Args &&...>(CT_Const | CT_RValue);
96 assert(Fn::check_call<int &>(CT_Const | CT_LValue));
100 assert(Fn::check_call<int &>(CT_Const | CT_RValue));
108 assert(Fn::check_call<long &>(CT_Const | CT_LValue));
112 assert(Fn::check_call<long &>(CT_Const | CT_RValue));
122 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_LValue)));
126 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_RValue)));
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp129 CT_Const = 2,
148 set_call<Args&&...>(CT_Const | CT_LValue);
161 set_call<Args&&...>(CT_Const | CT_RValue);
475 assert(Fn::check_call<>(CT_Const | CT_LValue));
477 assert(Fn::check_call<>(CT_Const | CT_RValue));
511 assert(Fn::check_call<int&>(CT_Const | CT_LValue));
513 assert(Fn::check_call<const int&>(CT_Const | CT_LValue));
515 assert(Fn::check_call<int&&>(CT_Const | CT_LValue));
517 assert(Fn::check_call<const int&&>(CT_Const | CT_LValue));
519 assert(Fn::check_call<int&&>(CT_Const | CT_LValu
[all...]
/external/clang/lib/Sema/
H A DSemaCast.cpp41 CT_Const, ///< const_cast enumerator in enum:CastType
313 case CT_Const:
738 Self.Diag(OpRange.getBegin(), msg) << CT_Const

Completed in 104 milliseconds