Searched defs:note_end (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h43 const_iterator note_end() const { return Notes.end(); } function in class:clang::TextDiagnosticBuffer
/external/libunwind/src/coredump/
H A D_UCD_create.c215 Elf32_Nhdr *note_hdr, *note_end; local
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz);
231 while (NOTE_FITS (note_hdr, note_end))
244 while (NOTE_FITS (note_hdr, note_end))

Completed in 100 milliseconds