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

  /external/clang/test/Sema/
builtin-classify-type.c 26 union { int a; float b; } u_obj; local
38 int a10[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1];
  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 35 union { int a; float b; } u_obj; local
50 int a13[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1];

Completed in 72 milliseconds