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

  /external/clang/test/SemaCXX/
captured-statements.cpp 55 void template_capture_var() { function
76 template_capture_var<int>(); // OK
77 template_capture_var<int&>(); // expected-note{{in instantiation of function template specialization 'template_capture_var<int &>' requested here}}
84 S template_capture_var(S x, T y) { // expected-note{{variable 'y' declared const here}} function
96 template_capture_var<int, int>(0, 1); // OK
97 template_capture_var<int, const int>(0, 1); // expected-note{{in instantiation of function template specialization 'template_capture_var<int, const int>' requested here}}
98 template_capture_var<int, int>(0, 1); // OK
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 109 void template_capture_var() { function
143 template_capture_var<int, 201>();

Completed in 2063 milliseconds