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

  /external/clang/test/Sema/
builtin-classify-type.c 12 record_type_class, union_type_class, enumerator in enum:gcc_type_class
38 int a10[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1];
  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 12 record_type_class, union_type_class, enumerator in enum:gcc_type_class
50 int a13[__builtin_classify_type(u_obj) == union_type_class ? 1 : -1];
  /external/clang/lib/AST/
ExprConstant.cpp 6383 record_type_class, union_type_class, enumerator in enum:gcc_type_class
    [all...]

Completed in 88 milliseconds