Searched refs:class_ref (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | PR10177.cpp | 8 template<typename T, typename U, U> struct class_ref {}; struct 24 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}} in f() 32 (void)class_ref<int, int&, U<5>::a>(); in not_instantiated() 39 (void)class_ref<int, int&, U<N+2>::a>(); // expected-note {{here}} in fi()
|
/external/clang/test/SemaCXX/ |
D | PR10177.cpp | 8 template<typename T, typename U, U> struct class_ref {}; struct 24 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}} in f() 32 (void)class_ref<int, int&, U<N+2>::a>(); // expected-note {{here}} in fi()
|
/external/python/cpython3/Lib/test/ |
D | test_code.py | 199 class_ref = function.__closure__[0].cell_contents 200 self.assertIs(class_ref, List)
|