| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-debug.h | 119 m_func (func), 128 debug_prefixed_printf (m_module, m_func, "%s: %s", 132 debug_prefixed_printf (m_module, m_func, "%s", start_prefix); 144 m_func (other.m_func), 171 debug_prefixed_printf (m_module, m_func, "%s: %s", 178 debug_prefixed_printf (m_module, m_func, "%s: <%s debugging was not enabled on entry>", 183 debug_prefixed_printf (m_module, m_func, "%s", m_end_prefix); 199 const char *m_func; member in struct:scoped_debug_start_end
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-debug.h | 119 m_func (func), 128 debug_prefixed_printf (m_module, m_func, "%s: %s", 132 debug_prefixed_printf (m_module, m_func, "%s", start_prefix); 144 m_func (other.m_func), 171 debug_prefixed_printf (m_module, m_func, "%s: %s", 178 debug_prefixed_printf (m_module, m_func, "%s: <%s debugging was not enabled on entry>", 183 debug_prefixed_printf (m_module, m_func, "%s", m_end_prefix); 199 const char *m_func; member in struct:scoped_debug_start_end
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-warn-recursion.cc | 61 /* Recursive calls found in M_FUNC. */ 66 function *m_func; member in class:__anon13751::pass_warn_recursion 69 /* True if M_FUNC is a noreturn function. */ 77 m_calls (), m_visited (), m_func (), m_built_in (), noreturn_p () 81 /* Return true if there is path from BB to M_FUNC exit point along which 82 there is no (recursive) call to M_FUNC. */ 90 if (bb == EXIT_BLOCK_PTR_FOR_FN (m_func)) 146 if (!callee || m_func->decl != callee) 176 m_func = func; 181 noreturn_p = lookup_attribute ("noreturn", DECL_ATTRIBUTES (m_func->decl)) [all...] |
| tree-assume.cc | 102 function *m_func; member in class:assume_query 110 : m_ranger (ranger), m_parm_list (p), m_func (f)
|
| gimple-ssa-warn-access.cc | 2173 function *m_func; member in class:__anon13749::pass_waccess 2187 m_func (), 3870 renumber_gimple_stmt_uids_in_block (m_func, inval_bb); 3905 use_loc = m_func->function_end_locus; 4627 if (EDGE_COUNT (EXIT_BLOCK_PTR_FOR_FN (m_func)->preds) == 0) 4633 worklist.quick_push (ei_start (EXIT_BLOCK_PTR_FOR_FN (m_func)->preds)); 4663 FOR_EACH_SSA_NAME (i, var, m_func) 4759 m_func = fun; 4773 set_gimple_stmt_max_uid (m_func, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-warn-recursion.cc | 61 /* Recursive calls found in M_FUNC. */ 66 function *m_func; member in class:__anon16179::pass_warn_recursion 69 /* True if M_FUNC is a noreturn function. */ 77 m_calls (), m_visited (), m_func (), m_built_in (), noreturn_p () 81 /* Return true if there is path from BB to M_FUNC exit point along which 82 there is no (recursive) call to M_FUNC. */ 90 if (bb == EXIT_BLOCK_PTR_FOR_FN (m_func)) 146 if (!callee || m_func->decl != callee) 176 m_func = func; 181 noreturn_p = lookup_attribute ("noreturn", DECL_ATTRIBUTES (m_func->decl)) [all...] |
| gimple-ssa-warn-access.cc | 2147 function *m_func; member in class:__anon16177::pass_waccess 2161 m_func (), 3856 unsigned uid = inc_gimple_stmt_max_uid (m_func); 3893 use_loc = m_func->function_end_locus; 4592 check_dangling_stores (EXIT_BLOCK_PTR_FOR_FN (m_func), stores, bbs); 4603 FOR_EACH_SSA_NAME (i, var, m_func) 4699 m_func = fun; 4713 set_gimple_stmt_max_uid (m_func, 0);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.h | 605 function *get_function () const { return m_func; } 658 m_func->set_tree_location (t, loc); 668 function *m_func; member in class:gcc::jit::playback::block
|
| jit-recording.h | 1400 m_func (func), 1412 function *get_function () { return m_func; } 1495 function *m_func; member in class:gcc::jit::recording::block 1915 function *m_func; member in class:gcc::jit::recording::call 2137 m_func (func), 2160 function *m_func; member in class:gcc::jit::recording::local
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.h | 569 function *get_function () const { return m_func; } 622 m_func->set_tree_location (t, loc); 632 function *m_func; member in class:gcc::jit::playback::block
|
| jit-recording.h | 1324 m_func (func), 1336 function *get_function () { return m_func; } 1419 function *m_func; member in class:gcc::jit::recording::block 1798 function *m_func; member in class:gcc::jit::recording::call 2020 m_func (func), 2041 function *m_func; member in class:gcc::jit::recording::local
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| python.c | 1103 : m_func (func.release ()) 1108 : m_func (other.m_func) 1110 other.m_func = nullptr; 1114 : m_func (other.m_func) 1117 Py_XINCREF (m_func); 1123 Py_XDECREF (m_func); 1132 gdbpy_ref<> call_result (PyObject_CallObject (m_func, NULL)); 1142 PyObject *m_func; 1139 PyObject *m_func; variable [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| python.c | 1104 : m_func (func.release ()) 1109 : m_func (other.m_func) 1111 other.m_func = nullptr; 1115 : m_func (other.m_func) 1118 Py_XINCREF (m_func); 1124 Py_XDECREF (m_func); 1133 gdbpy_ref<> call_result (PyObject_CallObject (m_func, NULL)); 1143 PyObject *m_func; 1140 PyObject *m_func; variable [all...] |