HomeSort by relevance Sort by last modified time
    Searched full:func_type_rvalue_ptr (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 18 typedef func_type_rvalue *func_type_rvalue_ptr; // expected-error{{pointer to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} typedef
35 using func_type_rvalue_ptr = wrap<func_type_rvalue>::ptr;

Completed in 107 milliseconds