Searched refs:test_nc_class (Results 1 – 1 of 1) sorted by relevance
132 struct test_nc_class struct140 static bool bool_global_fun_const_ref(const test_nc_class&){return false;} in bool_global_fun_const_ref() argument141 static bool bool_global_fun_ref(test_nc_class&){return true;} in bool_global_fun_ref() argument143 test_nc_class(int i=0):int_member(i),int_cmember(i){} in test_nc_class() argument144 test_nc_class(int i,int j):int_member(i),int_cmember(j){} in test_nc_class() argument146 bool operator==(const test_nc_class& x)const in operator ==() argument152 test_nc_class(const test_nc_class&);153 test_nc_class& operator=(const test_nc_class&);156 struct test_nc_derived_class:test_nc_class158 test_nc_derived_class(int i=0):test_nc_class(i){} in test_nc_derived_class()[all …]