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

  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
pr-support.c 221 pop_frame (_Unwind_Context * context, _uw mask, _uw *ptr, int inc_sp) function
294 pop_frame (context, mask, ptr, offset != 0x7f);
390 pop_frame (context, mask, ptr, inc_sp);
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
pr-support.c 221 pop_frame (_Unwind_Context * context, _uw mask, _uw *ptr, int inc_sp) function
294 pop_frame (context, mask, ptr, offset != 0x7f);
390 pop_frame (context, mask, ptr, inc_sp);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 1989 pop_frame (NULL, NULL, ctxt, false);
3779 /* Get the lvalue for the result of the call, passing it to pop_frame,
3780 so that pop_frame can determine the region with respect to the
3783 pop_frame (lhs, NULL, ctxt);
4038 region_model::pop_frame (tree result_lvalue, function in class:ana::region_model
5325 model.pop_frame (NULL, NULL, &ctxt);
6423 model.pop_frame (NULL, NULL, &ctxt);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 2263 pop_frame (NULL, NULL, ctxt, false);
5601 /* Get the lvalue for the result of the call, passing it to pop_frame,
5602 so that pop_frame can determine the region with respect to the
5605 pop_frame (lhs, NULL, ctxt);
6032 region_model::pop_frame (tree result_lvalue, function in class:ana::region_model
8054 model.pop_frame (NULL, NULL, &ctxt);
9167 model.pop_frame (NULL, NULL, &ctxt);

Completed in 33 milliseconds