HomeSort by: relevance | last modified time | path
    Searched refs:on_return (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.h 323 void on_return (const greturn *stmt, region_model_context *ctxt);
region-model.cc 1362 on_return (return_, ctxt);
2198 region_model::on_return (const greturn *return_stmt, region_model_context *ctxt) function in class:ana::region_model
engine.cc 5021 m_model.on_return (return_, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.h 637 void on_return (const greturn *stmt, region_model_context *ctxt);
region-model.cc 1264 on_return (return_, ctxt);
1924 region_model::on_return (const greturn *return_stmt, region_model_context *ctxt) function in class:ana::region_model
engine.cc 4560 m_model.on_return (return_, NULL);

Completed in 29 milliseconds