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

  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 232 struct yes_tag { long a; long b; }; // (A) struct in namespace:PR9880
239 static yes_tag check(char[sizeof(&U::luaIndex)]);
240 enum { value = sizeof(check<T>(0)) == sizeof(yes_tag) };