Searched refs:null_ptr_cst (Results 1 – 2 of 2) sorted by relevance
2521 tree null_ptr_cst = build_int_cst (ptr_sval->get_type (), 0); in deref_rvalue() local2522 const svalue *null_ptr = m_mgr->get_or_create_constant_svalue (null_ptr_cst); in deref_rvalue()
1206 * cvt.c (null_ptr_cst): Support (void*)0 for now.