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

  /external/clang/test/Sema/
builtin-classify-type.c 7 void_type_class, integer_type_class, char_type_class, enumerator in enum:gcc_type_class
30 int a2[__builtin_classify_type(i) == integer_type_class ? 1 : -1];
31 int a3[__builtin_classify_type(c) == integer_type_class ? 1 : -1];
32 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1];
  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 7 void_type_class, integer_type_class, char_type_class, enumerator in enum:gcc_type_class
39 int a2[__builtin_classify_type(i) == integer_type_class ? 1 : -1];
40 int a3[__builtin_classify_type(c) == integer_type_class ? 1 : -1];
44 int a7[__builtin_classify_type(r) == integer_type_class ? 1 : -1];
  /external/clang/lib/AST/
ExprConstant.cpp 6378 void_type_class, integer_type_class, char_type_class, enumerator in enum:gcc_type_class
    [all...]

Completed in 528 milliseconds