Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp44 _Complex double complex_d; in foo() local
67 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()