Searched refs:AExplicit (Results 1 – 1 of 1) sorted by relevance
309 auto AExplicit = reinterpret_cast<IntFooTy>(foo<int*>); in testIt() local322 constexpr auto AExplicit = (IntFooTy)foo<int*>; in testItCStyle() local329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()