Searched refs:test_sval (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model.cc | 4774 placeholder_svalue test_sval (char_type_node, "test value"); in test_get_representative_tree() local 4784 model.set_value (a_3_reg, &test_sval, &ctxt); in test_get_representative_tree() 4785 tree rep = model.get_representative_tree (&test_sval); in test_get_representative_tree() 4797 model.set_value (a_0_reg, &test_sval, &ctxt); in test_get_representative_tree() 4798 tree rep = model.get_representative_tree (&test_sval); in test_get_representative_tree() 5634 placeholder_svalue test_sval (integer_type_node, "test sval"); in test_state_merging() local 5635 model0.set_value (model0.get_lvalue (a, &ctxt), &test_sval, &ctxt); in test_state_merging() 5636 model1.set_value (model1.get_lvalue (a, &ctxt), &test_sval, &ctxt); in test_state_merging() 5644 ASSERT_EQ (merged.get_rvalue (a, &ctxt), &test_sval); in test_state_merging() 5653 placeholder_svalue test_sval (integer_type_node, "test sval"); in test_state_merging() local [all …]
|