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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 1593 const function_region *func_reg = get_region_for_fndecl (fndecl); local
1595 = new label_region (alloc_symbol_id (), func_reg, label);
region-model.cc 2996 const function_region *func_reg = as_a <const function_region *> (base_reg); local
2997 tree fndecl = func_reg->get_fndecl ();
2999 (func_reg, fndecl));
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 1375 const function_region *func_reg = get_region_for_fndecl (fndecl); local
1377 = new label_region (alloc_region_id (), func_reg, label);
region-model.cc 2729 const function_region *func_reg = as_a <const function_region *> (base_reg); local
2730 tree fndecl = func_reg->get_fndecl ();
2731 ctxt->warn (new write_to_const_diagnostic (func_reg, fndecl));

Completed in 38 milliseconds