Searched refs:LocalBase (Results 1 – 1 of 1) sorted by relevance
5 template <int> class LocalBase {7 LocalBase(int i) : i(i) { } in LocalBase() function12 using LocalType = LocalBase<0>;14 using NonLocalType = LocalBase<1>;16 using NonLocal2 = LocalBase<2>;18 using LocalExternal = LocalBase<3>;20 using MixedLocalGlobal = LocalBase<4>;22 using MixedGlobalLocal = LocalBase<5>;25 using ExternalType1 = LocalBase<6>;26 using ExternalType2 = LocalBase<7>;