HomeSort by relevance Sort by last modified time
    Searched refs:void_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
29 int a1[__builtin_classify_type(f()) == void_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
38 int a1[__builtin_classify_type(f()) == void_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 150 milliseconds