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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-signal.cc 128 location_t note_loc = gimple_location (m_unsafe_call); variable
134 inform (note_loc,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-signal.cc 135 location_t note_loc = gimple_location (m_unsafe_call); variable
141 inform (note_loc,
  /src/external/gpl3/gcc/dist/gcc/
reg-stack.cc 2178 rtx **note_loc; /* Address of REG field of each note */
2213 /* Set up NOTE_REG, NOTE_LOC and NOTE_KIND. */
2219 note_loc = XALLOCAVEC (rtx *, i);
2241 note_loc[n_notes] = loc;
2339 replace_reg (note_loc[i], regnum);
  /src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc 2172 rtx **note_loc; /* Address of REG field of each note */
2207 /* Set up NOTE_REG, NOTE_LOC and NOTE_KIND. */
2213 note_loc = XALLOCAVEC (rtx *, i);
2235 note_loc[n_notes] = loc;
2333 replace_reg (note_loc[i], regnum);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3940 gcc_rich_location note_loc (lhs_loc);
3942 note_loc.add_fixit_replace (lhs_loc, "0x2");
3946 note_loc.add_fixit_replace (lhs_loc, "0xa");
3948 note_loc.fixits_cannot_be_auto_applied ();
3949 inform (&note_loc,

Completed in 32 milliseconds