HomeSort by relevance Sort by last modified time
    Searched refs:IntParam (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
constructor-initializer.cpp 129 int IntParam(int i) { return 0; };
143 E(IntParam(E)) {} // expected-warning {{field 'E' is uninitialized when used here}}
constant-expression-cxx11.cpp 85 template<int n> struct IntParam {};
87 using IntParam0 = IntParam<0>;
88 using IntParam0 = IntParam<id(0)>;
89 using IntParam0 = IntParam<MemberZero().zero>; // expected-error {{did you mean to call it with no arguments?}}
    [all...]

Completed in 57 milliseconds