Home
last modified time | relevance | path

Searched refs:note_end (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/src/coredump/
D_UCD_create.c215 Elf32_Nhdr *note_hdr, *note_end; in _UCD_create() local
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz); in _UCD_create()
231 while (NOTE_FITS (note_hdr, note_end)) in _UCD_create()
244 while (NOTE_FITS (note_hdr, note_end)) in _UCD_create()
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h43 const_iterator note_end() const { return Notes.end(); } in note_end() function
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it) in FlushDiagnostics()
DVerifyDiagnosticConsumer.cpp768 Buffer.note_begin(), Buffer.note_end(), in CheckResults()
877 Buffer->note_end(), "note"); in CheckDiagnostics()