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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.h 246 region_model_context *ctxt);
293 region_model_context *ctxt);
295 void on_assignment (const gassign *stmt, region_model_context *ctxt);
297 region_model_context *ctxt);
298 void on_asm_stmt (const gasm *asm_stmt, region_model_context *ctxt);
299 bool on_call_pre (const gcall *stmt, region_model_context *ctxt);
302 region_model_context *ctxt);
304 void purge_state_involving (const svalue *sval, region_model_context *ctxt);
318 region_model_context *ctxt);
323 void on_return (const greturn *stmt, region_model_context *ctxt)
701 class region_model_context class in namespace:ana
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.h 334 get_region_for_unexpected_tree_code (region_model_context *ctxt,
512 region_model_context *ctxt);
515 region_model_context *get_ctxt () const { return m_ctxt; }
541 region_model_context *m_ctxt;
590 region_model_context *ctxt);
592 void on_assignment (const gassign *stmt, region_model_context *ctxt);
594 region_model_context *ctxt);
595 void on_asm_stmt (const gasm *asm_stmt, region_model_context *ctxt);
596 bool on_call_pre (const gcall *stmt, region_model_context *ctxt,
600 region_model_context *ctxt)
885 class region_model_context class in namespace:ana
    [all...]

Completed in 24 milliseconds