OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_n
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp
225
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
226
int *g_nullptr =
get_n
<0>(); // expected-note {{in instantiation of function template specialization}}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h
20051
HRESULT (WINAPI *
get_n
)(IHTMLNextIdElement *This,BSTR *p);
member in struct:IHTMLNextIdElementVtbl
[
all
...]
Completed in 456 milliseconds