| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-array-bounds.h | 46 gimple *m_stmt; member in class:array_bounds_checker
|
| gimple-range-op.h | 33 inline gimple *stmt () const { return m_stmt; } 34 inline tree lhs () const { return gimple_get_lhs (m_stmt); } 45 gimple *m_stmt; member in class:gimple_range_op_handler
|
| gimple-range-fold.h | 127 gimple *m_stmt; member in class:fur_stmt
|
| value-pointer-equiv.cc | 247 gimple *m_stmt; member in struct:__anon14012 257 = x_fold_context.m_ranger->value_of_expr (name, x_fold_context.m_stmt);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-array-bounds.h | 46 gimple *m_stmt; member in class:array_bounds_checker
|
| gimple-range-fold.h | 150 gimple *m_stmt; member in class:fur_stmt
|
| value-pointer-equiv.cc | 247 gimple *m_stmt; member in struct:__anon16435 257 = x_fold_context.m_ranger->value_of_expr (name, x_fold_context.m_stmt);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| diagnostic-manager.h | 76 const gimple *m_stmt; member in class:ana::saved_diagnostic 116 m_stmt (stmt), 120 gcc_assert (m_stmt || m_finder); 131 m_stmt (nullptr), 139 const gimple *m_stmt; member in struct:ana::pending_location
|
| checker-event.h | 232 const gimple * const m_stmt; member in class:ana::statement_event 381 const gimple *m_stmt; member in class:ana::state_change_event
|
| exploded-graph.h | 112 const gimple *get_stmt () const override { return m_stmt; } 124 const gimple *m_stmt; member in class:ana::impl_region_model_context
|
| svalue.h | 1407 : m_type (type), m_stmt (stmt), m_id_reg (id_reg), m_idx (idx) 1414 hstate.add_ptr (m_stmt); 1422 && m_stmt == other.m_stmt 1427 /* Use m_stmt to mark empty/deleted, as m_type can be NULL for 1429 void mark_deleted () { m_stmt = reinterpret_cast<const gimple *> (1); } 1430 void mark_empty () { m_stmt = NULL; } 1433 return m_stmt == reinterpret_cast<const gimple *> (1); 1435 bool is_empty () const { return m_stmt == NULL; } 1438 const gimple *m_stmt; member in struct:ana::conjured_svalue::key_t 1465 const gimple *m_stmt; member in class:ana::conjured_svalue [all...] |
| diagnostic-manager.cc | 678 m_stmt (ploc.m_stmt), 705 && m_stmt == other.m_stmt 761 const gimple *m_stmt; 804 if (m_stmt) 807 pp_gimple_stmt_1 (pp, m_stmt, 0, (dump_flags_t)0); 837 If we don't have a specific location in m_loc and m_stmt is still NULL, 838 use m_stmt_finder on the epath to populate m_stmt. 848 m_best_epath = pf->get_best_epath (m_enode, m_stmt, 1295 const gimple *m_stmt; member in class:ana::dedupe_key 2086 const gimple *m_stmt; member in struct:ana::null_assignment_sm_context [all...] |
| region-model.cc | 3143 m_stmt (stmt), 3156 return (m_stmt == other.m_stmt 3237 const gimple *m_stmt; member in class:ana::dubious_allocation_size
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| diagnostic-manager.h | 74 const gimple *m_stmt; member in class:ana::saved_diagnostic
|
| checker-path.h | 195 const gimple * const m_stmt; member in class:ana::statement_event 251 const gimple *m_stmt; member in class:ana::state_change_event
|
| exploded-graph.h | 94 const gimple *get_stmt () const OVERRIDE { return m_stmt; } 101 const gimple *m_stmt; member in class:ana::impl_region_model_context
|
| svalue.h | 1356 : m_type (type), m_stmt (stmt), m_id_reg (id_reg) 1363 hstate.add_ptr (m_stmt); 1371 && m_stmt == other.m_stmt 1375 /* Use m_stmt to mark empty/deleted, as m_type can be NULL for 1377 void mark_deleted () { m_stmt = reinterpret_cast<const gimple *> (1); } 1378 void mark_empty () { m_stmt = NULL; } 1381 return m_stmt == reinterpret_cast<const gimple *> (1); 1383 bool is_empty () const { return m_stmt == NULL; } 1386 const gimple *m_stmt; member in struct:ana::conjured_svalue::key_t 1410 const gimple *m_stmt; member in class:ana::conjured_svalue [all...] |
| diagnostic-manager.cc | 649 : m_sm (sm), m_enode (enode), m_snode (snode), m_stmt (stmt), 659 gcc_assert (m_stmt || m_stmt_finder); 687 && m_stmt == other.m_stmt 733 const gimple *m_stmt; 776 if (m_stmt) 779 pp_gimple_stmt_1 (pp, m_stmt, 0, (dump_flags_t)0); 809 If m_stmt is still NULL, use m_stmt_finder on the epath to populate 810 m_stmt. 830 if (m_stmt == NULL 1119 const gimple *m_stmt; member in class:ana::dedupe_key 1775 const gimple *m_stmt; member in struct:ana::null_assignment_sm_context [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.cc | 3811 recording::statement *m_stmt; member in class:gcc::jit::rvalue_usage_validator 3821 m_stmt (stmt) 3830 gcc_assert (m_stmt->get_block ()); 3831 recording::function *stmt_scope = m_stmt->get_block ()->get_function (); 3849 m_stmt->get_debug_string ()); 3865 m_stmt->get_debug_string ());
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.cc | 3751 recording::statement *m_stmt; member in class:gcc::jit::rvalue_usage_validator 3761 m_stmt (stmt) 3770 gcc_assert (m_stmt->get_block ()); 3771 recording::function *stmt_scope = m_stmt->get_block ()->get_function (); 3789 m_stmt->get_debug_string ()); 3805 m_stmt->get_debug_string ());
|