Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/AST/
Dast-dump-APValue-arithmetic.cpp34 constexpr _Complex float ComplexFloat = 3.1415f + 42i; in Test() local
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx20.cpp54 template<_Complex float> struct ComplexFloat {}; struct
/external/clang/include/clang/AST/
DAPValue.h47 ComplexFloat, enumerator
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp44 using ComplexFloat = _Complex float; typedef