Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/AST/
Dast-dump-APValue-arithmetic.cpp30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx20.cpp50 template<_Complex int> struct ComplexInt {}; struct
/external/clang/include/clang/AST/
DAPValue.h46 ComplexInt, enumerator
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp45 using ComplexInt = _Complex int; typedef