HomeSort by relevance Sort by last modified time
    Searched refs:CT_Const (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 129 CT_Const = 2,
148 set_call<Args&&...>(CT_Const | CT_LValue);
161 set_call<Args&&...>(CT_Const | CT_RValue);
479 assert(Fn::check_call<>(CT_Const | CT_LValue));
481 assert(Fn::check_call<>(CT_Const | CT_RValue));
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_LValue));
521 assert(Fn::check_call<const int&&>(CT_Const | CT_LValue));
523 assert(Fn::check_call<int&&>(CT_Const | CT_LValue))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 129 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_LValue))
    [all...]
  /external/libcxx/test/std/utilities/variant/variant.visit/
visit.pass.cpp 38 CT_Const = 2,
56 set_call<Args &&...>(CT_Const | CT_LValue);
67 set_call<Args &&...>(CT_Const | CT_RValue);
101 assert(Fn::check_call<>(CT_Const | CT_LValue));
105 assert(Fn::check_call<>(CT_Const | CT_RValue));
113 assert(Fn::check_call<int &>(CT_Const | CT_LValue));
117 assert(Fn::check_call<int &>(CT_Const | CT_RValue));
125 assert(Fn::check_call<long &>(CT_Const | CT_LValue));
129 assert(Fn::check_call<long &>(CT_Const | CT_RValue));
139 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_LValue)))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.visit/
visit.pass.cpp 38 CT_Const = 2,
56 set_call<Args &&...>(CT_Const | CT_LValue);
67 set_call<Args &&...>(CT_Const | CT_RValue);
101 assert(Fn::check_call<>(CT_Const | CT_LValue));
105 assert(Fn::check_call<>(CT_Const | CT_RValue));
113 assert(Fn::check_call<int &>(CT_Const | CT_LValue));
117 assert(Fn::check_call<int &>(CT_Const | CT_RValue));
125 assert(Fn::check_call<long &>(CT_Const | CT_LValue));
129 assert(Fn::check_call<long &>(CT_Const | CT_RValue));
139 assert((Fn::check_call<long &, std::string &>(CT_Const | CT_LValue)))
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 41 CT_Const, ///< const_cast
313 case CT_Const:
738 Self.Diag(OpRange.getBegin(), msg) << CT_Const
    [all...]

Completed in 139 milliseconds