Home
last modified time | relevance | path

Searched defs:ComplexFloat (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp34 constexpr _Complex float ComplexFloat = 3.1415f + 42i; in Test() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp54 template<_Complex float> struct ComplexFloat {}; struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp45 using ComplexFloat = _Complex float; typedef