Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Denable_if.cpp314 auto BExplicit = reinterpret_cast<CharFooTy>(foo<char*>); in testIt() local
327 constexpr auto BExplicit = (CharFooTy)foo<char*>; in testItCStyle() local