HomeSort by relevance Sort by last modified time
    Searched refs:record_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
37 int a0[__builtin_classify_type(s_obj) == record_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
49 int a12[__builtin_classify_type(cl_obj) == record_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 202 milliseconds