Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp58 unsigned chunk_number) { in clang_getCompletionChunkKind() argument
60 if (!CCStr || chunk_number >= CCStr->size()) in clang_getCompletionChunkKind()
63 switch ((*CCStr)[chunk_number].Kind) { in clang_getCompletionChunkKind()
112 unsigned chunk_number) { in clang_getCompletionChunkText() argument
114 if (!CCStr || chunk_number >= CCStr->size()) in clang_getCompletionChunkText()
117 switch ((*CCStr)[chunk_number].Kind) { in clang_getCompletionChunkText()
138 return cxstring::createRef((*CCStr)[chunk_number].Text); in clang_getCompletionChunkText()
151 unsigned chunk_number) { in clang_getCompletionChunkCompletionString() argument
153 if (!CCStr || chunk_number >= CCStr->size()) in clang_getCompletionChunkCompletionString()
156 switch ((*CCStr)[chunk_number].Kind) { in clang_getCompletionChunkCompletionString()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dtekhex.c642 bfd_vma chunk_number = addr & ~(bfd_vma) CHUNK_MASK; in move_section_contents() local
646 if (chunk_number != prev_number || (!d && must_write)) in move_section_contents()
649 d = find_chunk (abfd, chunk_number, must_write); in move_section_contents()
650 prev_number = chunk_number; in move_section_contents()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dtekhex.c642 bfd_vma chunk_number = addr & ~(bfd_vma) CHUNK_MASK; in move_section_contents() local
646 if (chunk_number != prev_number || (!d && must_write)) in move_section_contents()
649 d = find_chunk (abfd, chunk_number, must_write); in move_section_contents()
650 prev_number = chunk_number; in move_section_contents()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5351 unsigned chunk_number);
5364 CXCompletionString completion_string, unsigned chunk_number);
5378 CXCompletionString completion_string, unsigned chunk_number);