HomeSort by relevance Sort by last modified time
    Searched refs:Co3 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
cstyle-cast.cpp 61 struct Co3 { };
62 struct Co4 { Co4(Co3); operator Co3(); };
99 (void)(Co3)((Co4)(Co3()));
static-cast.cpp 20 struct Co3 { };
21 struct Co4 { Co4(Co3); operator Co3(); };
56 (void)static_cast<Co3>(static_cast<Co4>(Co3()));