Home
last modified time | relevance | path

Searched refs:tentative_region_model_context (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc602 tentative_region_model_context ctxt; in get_any_origin()
793 tentative_region_model_context ctxt; in for_each_state_change()
1206 tentative_region_model_context ctxt; in prune_for_sm_diagnostic()
H A Dregion-model.h2054 class tentative_region_model_context : public noop_region_model_context
2057 tentative_region_model_context () : m_num_unexpected_codes (0) {} in tentative_region_model_context() function
H A Dregion-model.cc3858 tentative_region_model_context ctxt; in dump_summary_of_rep_path_vars()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.h1019 class tentative_region_model_context : public noop_region_model_context
1022 tentative_region_model_context () : m_num_unexpected_codes (0) {} in tentative_region_model_context() function
H A DChangeLog6109 (class tentative_region_model_context): Inherit from
6138 tentative_region_model_context and rejecting if there's an error.
6227 tentative_region_model_context to the calls to get_lvalue and reject
6232 Pass a tentative_region_model_context to the calls to
6238 * region-model.h (class tentative_region_model_context): New class.