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

  /external/clang/test/Sema/
builtin-classify-type.c 9 pointer_type_class, reference_type_class, offset_type_class, enumerator in enum:gcc_type_class
33 int a5[__builtin_classify_type(p) == pointer_type_class ? 1 : -1];
36 int a8[__builtin_classify_type(f) == pointer_type_class ? 1 : -1];
39 int a11[__builtin_classify_type(arr) == pointer_type_class ? 1 : -1];
40 int a12[__builtin_classify_type("abc") == pointer_type_class ? 1 : -1];
  /external/clang/test/SemaCXX/
builtin-classify-type.cpp 9 pointer_type_class, reference_type_class, offset_type_class, enumerator in enum:gcc_type_class
43 int a6[__builtin_classify_type(p) == pointer_type_class ? 1 : -1];
  /external/clang/lib/AST/
ExprConstant.cpp 6380 pointer_type_class, reference_type_class, offset_type_class, enumerator in enum:gcc_type_class
    [all...]

Completed in 228 milliseconds