Home
last modified time | relevance | path

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

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