Searched refs:IntParam (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp129 int IntParam(int i) { return 0; }; function
143 E(IntParam(E)) {} // expected-warning {{field 'E' is uninitialized when used here}}
H A Dconstant-expression-cxx11.cpp90 template<int n> struct IntParam {}; struct in namespace:TemplateArgumentConversion
92 using IntParam0 = IntParam<0>;
93 using IntParam0 = IntParam<id(0)>;
94 using IntParam0 = IntParam<MemberZero().zero>; // expected-error {{did you mean to call it with no arguments?}}

Completed in 328 milliseconds