Home
last modified time | relevance | path

Searched refs:code_region (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dmsp430.em63 static int code_region = REGION_NONE;
399 region = code_region;
438 if ((code_region == REGION_NONE && data_region == REGION_NONE)
493 code_region = REGION_UPPER;
495 code_region = REGION_LOWER;
497 code_region = REGION_EITHER;
499 code_region = REGION_NONE;
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dmsp430.em63 static int code_region = REGION_NONE;
399 region = code_region;
438 if ((code_region == REGION_NONE && data_region == REGION_NONE)
493 code_region = REGION_UPPER;
495 code_region = REGION_LOWER;
497 code_region = REGION_EITHER;
499 code_region = REGION_NONE;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h389 class code_region : public space_region
392 code_region (unsigned id, const region *parent)
406 is_a_helper <const code_region *>::test (const region *reg)
419 function_region (unsigned id, const code_region *parent, tree fndecl)
H A Dregion-model.h304 const code_region *get_code_region () const { return &m_code_region; } in get_code_region()
466 code_region m_code_region;
H A Dregion.cc920 code_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
H A DChangeLog107 * region.h (code_region::get_element): Remove stray decl.
5123 (code_region::compare_fields): Delete.
5124 (code_region::clone): Delete.
5125 (code_region::valid_key_p): Delete.
5636 (class code_region): Reimplement.
5637 (is_a_helper <const code_region *>::test): New.
6455 case where the code_region's get_tree_for_child_region returns
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h1256 class code_region : public map_region
1259 code_region (region_id parent_rid) in code_region() function
1262 code_region (const code_region &other) in code_region() function
1278 bool compare_fields (const code_region &other) const;
1286 is_a_helper <code_region *>::test (region *reg) in test()
1591 code_region *get_code_region (const region_model *model) const;
H A Dregion-model.cc958 const code_region &this_sub in operator ==()
959 = (const code_region &)*this; in operator ==()
960 const code_region &other_sub in operator ==()
961 = (const code_region &)other; in operator ==()
2315 code_region::compare_fields (const code_region &other) const in compare_fields()
2323 code_region::clone () const in clone()
2325 return new code_region (*this); in clone()
2331 code_region::valid_key_p (tree key) const in valid_key_p()
3234 code_region *
3237 return model->get_region <code_region> (m_code_rid); in get_code_region()
[all …]