Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1113 class complex_wrap : public complex { class
1115 constexpr complex_wrap(int re, int im = 0) : complex(re, im) {} in complex_wrap() function in Complex::complex_wrap
1116 constexpr complex_wrap(const complex_wrap &o) : complex(o) {} in complex_wrap() function in Complex::complex_wrap