Searched defs:get_n (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp235 template<int N> int *get_n() { return N; } // expected-warning {{expression which evaluates to zero treated as a null pointer constant}} function in namespace:IntToNullPtrConv
236 int *g_nullptr = get_n<0>(); // expected-note {{in instantiation of function template specialization}}

Completed in 54 milliseconds