Home
last modified time | relevance | path

Searched refs:_M_ptr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-EndOfFunction.ll13 …%_M_ptr.i.i = getelementptr inbounds %"class.std::auto_ptr", %"class.std::auto_ptr"* %temp.lvalue,…
14 %tmp.i.i = load i32*, i32** %_M_ptr.i.i, align 8
16 store i32* null, i32** %_M_ptr.i.i, align 8
17 …%_M_ptr.i.i4 = getelementptr inbounds %"class.std::auto_ptr", %"class.std::auto_ptr"* %agg.result,…
18 store i32* %tmp.i.i, i32** %_M_ptr.i.i4, align 8
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
D2011-09-06-EndOfFunction.ll13 %_M_ptr.i.i = getelementptr inbounds %"class.std::auto_ptr"* %temp.lvalue, i64 0, i32 0
14 %tmp.i.i = load i32** %_M_ptr.i.i, align 8, !tbaa !0
16 store i32* null, i32** %_M_ptr.i.i, align 8, !tbaa !0
17 %_M_ptr.i.i4 = getelementptr inbounds %"class.std::auto_ptr"* %agg.result, i64 0, i32 0
18 store i32* %tmp.i.i, i32** %_M_ptr.i.i4, align 8, !tbaa !0
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h4 _Tp* _M_ptr;
6 auto_ptr(_Tp* __p = 0) throw() : _M_ptr(__p) { } in throw()
7 ~auto_ptr() { delete _M_ptr; } in ~auto_ptr() local
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp15 _Tp* _M_ptr; member in std::auto_ptr
18 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr()
/external/clang/www/
Dlibstdc++4.4-clang0x.patch71 std::swap(_M_ptr, __other._M_ptr);