Searched refs:m_coord_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.cc | 4679 m_coord_type = make_test_compound_type ("coord", true, &fields); in coord_test() 4684 tree m_coord_type; member 4694 tree c = build_global_decl ("c", ct.m_coord_type); in test_struct() 4807 tree c = build_global_decl ("c", ct.m_coord_type); in test_get_representative_tree() 5107 tree c = build_global_decl ("c", ct.m_coord_type); in test_sub_svalue_folding() 5119 const svalue *unknown = mgr.get_or_create_unknown_svalue (ct.m_coord_type); in test_sub_svalue_folding() 5197 tree c = build_global_decl ("c", ct.m_coord_type); in test_compound_assignment() 5202 tree d = build_global_decl ("d", ct.m_coord_type); in test_compound_assignment()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 7596 m_coord_type = make_test_compound_type ("coord", true, &fields); in coord_test() 7601 tree m_coord_type; member 7611 tree c = build_global_decl ("c", ct.m_coord_type); in test_dump_2() 8009 tree c = build_global_decl ("c", ct.m_coord_type); in test_compound_assignment() 8014 tree d = build_global_decl ("d", ct.m_coord_type); in test_compound_assignment()
|