OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_ptr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h
4
_Tp*
_M_ptr
;
6
auto_ptr(_Tp* __p = 0) throw() :
_M_ptr
(__p) { }
7
~auto_ptr() { delete
_M_ptr
; }
/external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp
15
_Tp*
_M_ptr
;
18
auto_ptr(element_type* __p = 0) throw() :
_M_ptr
(__p) { }
Completed in 309 milliseconds