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

  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 13 array_type_class, string_type_class, enumerator in enum:gcc_type_class
51 int a14[__builtin_classify_type(arr) == array_type_class ? 1 : -1];
52 int a15[__builtin_classify_type("abc") == array_type_class ? 1 : -1];
  /external/clang/test/Sema/
builtin-classify-type.c 13 array_type_class, string_type_class, enumerator in enum:gcc_type_class
  /external/clang/lib/AST/
ExprConstant.cpp 6384 array_type_class, string_type_class, enumerator in enum:gcc_type_class
    [all...]

Completed in 242 milliseconds