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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 2487 region_model::region_exists_p (const region *reg) const function in class:ana::region_model
5280 ASSERT_TRUE (model.region_exists_p (parent_frame_reg));
5295 ASSERT_TRUE (model.region_exists_p (child_frame_reg));
5326 ASSERT_FALSE (model.region_exists_p (child_frame_reg));
5327 ASSERT_TRUE (model.region_exists_p (parent_frame_reg));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 2752 region_model::region_exists_p (const region *reg) const function in class:ana::region_model
8009 ASSERT_TRUE (model.region_exists_p (parent_frame_reg));
8024 ASSERT_TRUE (model.region_exists_p (child_frame_reg));
8055 ASSERT_FALSE (model.region_exists_p (child_frame_reg));
8056 ASSERT_TRUE (model.region_exists_p (parent_frame_reg));

Completed in 31 milliseconds