Home
last modified time | relevance | path

Searched refs:string_cst_ptr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc1478 tree string_cst_ptr = build_string_literal (4, "foo"); in test_program_state_dumping_2() local
1486 svalue_id str_sid = model->get_rvalue (string_cst_ptr, NULL); in test_program_state_dumping_2()
H A Dregion-model.cc7702 tree string_cst_ptr = build_string_literal (4, "foo"); in test_get_representative_tree() local
7704 svalue_id str_sid = m.get_rvalue (string_cst_ptr, NULL); in test_get_representative_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-state.cc1648 tree string_cst_ptr = build_string_literal (4, "foo"); in test_program_state_2() local
1657 const svalue *str_sval = model->get_rvalue (string_cst_ptr, NULL); in test_program_state_2()
H A Dregion-model.cc4762 tree string_cst_ptr = build_string_literal (4, "foo"); in test_get_representative_tree() local
4764 const svalue *str_sval = m.get_rvalue (string_cst_ptr, NULL); in test_get_representative_tree()