Home
last modified time | relevance | path

Searched refs:ptr_val (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py254 ptr_val = self.val['_M_refcount']['_M_val']['_M_i']
255 ptr_val = ptr_val - (ptr_val % 2) # clear lock bit
257 return ptr_val.cast(ptr_type)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc5439 svalue *ptr_val in deref_rvalue() local
5441 replace_svalue (ptr_sid, ptr_val); in deref_rvalue()