Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp50 template<_Complex int> struct ComplexInt {}; struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp46 using ComplexInt = _Complex int; typedef