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 134 int IntParam(int i) { return 0; };
148 E(IntParam(E)) {} // expected-warning {{field 'E' is uninitialized when used here}}
constant-expression-cxx11.cpp 90 template<int n> struct IntParam {};
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?}}
    [all...]

Completed in 74 milliseconds