Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc2521 tree null_ptr_cst = build_int_cst (ptr_sval->get_type (), 0); in deref_rvalue() local
2522 const svalue *null_ptr = m_mgr->get_or_create_constant_svalue (null_ptr_cst); in deref_rvalue()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19961206 * cvt.c (null_ptr_cst): Support (void*)0 for now.