Searched refs:diagnose_ref_binding (Results 1 – 1 of 1) sorted by relevance
/dragonfly/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 42 static void diagnose_ref_binding (location_t, tree, tree, tree); 380 diagnose_ref_binding (location_t loc, tree reftype, tree intype, tree decl) in diagnose_ref_binding() function 468 diagnose_ref_binding (loc, reftype, intype, decl); in convert_to_reference() 513 diagnose_ref_binding (loc, reftype, intype, decl); in convert_to_reference()
|