Home
last modified time | relevance | path

Searched refs:complex_type_class (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c11 real_type_class, complex_type_class, enumerator
63 int a7[__builtin_classify_type(cc) == complex_type_class ? 1 : -1]; in foo()
74 int a18[__builtin_classify_type(complex_i) == complex_type_class ? 1 : -1]; in foo()
75 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp11 real_type_class, complex_type_class, enumerator
69 int a21[__builtin_classify_type(complex_i) == complex_type_class ? 1 : -1]; in foo()
70 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()