search for: _m_root

Displaying 2 results from an estimated 2 matches for "_m_root".

Did you mean: am_root
2004 Feb 02
2
[LLVMdev] Bug In Module::getConstantPointerRef ?
..._M_key_compare = {<binary_function<llvm::GlobalValue*,llvm::GlobalValue*,bool>> = {<No data fields>}, <No data fields>}}}} which is what causes the crash. The _Rb_tree::find call (stl_tree.h:1268) is executing a line of code like this: > _Link_type __x = _M_root(); // Current node. The _M_root() call is de-referencing the _M_header field. This could, ostensibly, be a bug in std::_Rb_tree template but it could also be a usage problem. Note that the GVRefMap (in Module.cpp) has no constructor and just uses the default. Presumably the default constructor...
2004 Feb 02
0
[LLVMdev] Bug In Module::getConstantPointerRef ?
On Mon, 2 Feb 2004, Reid Spencer wrote: > > _Link_type __x = _M_root(); // Current node. > > The _M_root() call is de-referencing the _M_header field. > > This could, ostensibly, be a bug in std::_Rb_tree template but it could > also be a usage problem. > > Note that the GVRefMap (in Module.cpp) has no constructor and just uses > the default...