Searched defs:IntRef (Results 1 – 8 of 8) sorted by relevance
8 typedef int& IntRef; typedef
19 targetusage_ok::IntRef global() argument
1996 typedef Int& IntRef; global() typedef
68 const int &IntRef = i; in bad_switch() local
36 typedef int& IntRef; typedef
134 DIEEntry IntRef(Int); in TEST_F() local165 DIEEntry IntRef(Int); in TEST_F() local
33 template<int &> struct IntRef {}; struct
162 struct IntRef { IntRef(); IntRef(const int& i); operator int*(); }; in aliasing() struct