Home
last modified time | relevance | path

Searched refs:NOTE_DATA (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Demit-rtl.c4118 NOTE_DATA (note) = NOTE_DATA (orig); in emit_note_copy_after()
4516 NOTE_DATA (note) = NOTE_DATA (orig); in emit_note_copy()
4535 memset (&NOTE_DATA (note), 0, sizeof (NOTE_DATA (note))); in emit_note()
H A Drtl.h833 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 4, NOTE) macro