OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:note_end
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h
43
const_iterator
note_end
() const { return Notes.end(); }
function in class:clang::TextDiagnosticBuffer
/external/libunwind/src/coredump/
_UCD_create.c
215
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 304 milliseconds