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

  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 51 X an_X;
55 A2<&an_X> *a13_2;
56 A2<(&an_X)> *a13_3; // expected-warning{{address non-type template argument cannot be surrounded by parentheses}}
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 58 X an_X;
59 A4<an_X> *a15_1; // okay

Completed in 79 milliseconds