Home
last modified time | relevance | path

Searched refs:BExplicit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Denable_if.cpp314 auto BExplicit = reinterpret_cast<CharFooTy>(foo<char*>); in testIt() local
327 constexpr auto BExplicit = (CharFooTy)foo<char*>; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()