HomeSort by: relevance | last modified time | path
    Searched defs:m_coord_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4679 m_coord_type = make_test_compound_type ("coord", true, &fields);
4684 tree m_coord_type; member in struct:ana::selftest::coord_test
4694 tree c = build_global_decl ("c", ct.m_coord_type);
4807 tree c = build_global_decl ("c", ct.m_coord_type);
5107 tree c = build_global_decl ("c", ct.m_coord_type);
5119 const svalue *unknown = mgr.get_or_create_unknown_svalue (ct.m_coord_type);
5197 tree c = build_global_decl ("c", ct.m_coord_type);
5202 tree d = build_global_decl ("d", ct.m_coord_type);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7353 m_coord_type = make_test_compound_type ("coord", true, &fields);
7358 tree m_coord_type; member in struct:ana::selftest::coord_test
7368 tree c = build_global_decl ("c", ct.m_coord_type);
7482 tree c = build_global_decl ("c", ct.m_coord_type);
7785 tree c = build_global_decl ("c", ct.m_coord_type);
7797 const svalue *unknown = mgr.get_or_create_unknown_svalue (ct.m_coord_type);
7926 tree c = build_global_decl ("c", ct.m_coord_type);
7931 tree d = build_global_decl ("d", ct.m_coord_type);

Completed in 35 milliseconds