Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 89) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr15054.C17 struct element struct
21 element() : canary(123) { } in element() argument
22 ~element() { pointer(); if (canary != 123) abort (); } in ~element() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbit.c77 ffebitCount element; in ffebit_count() local
146 ffebitCount element; in ffebit_set() local
177 ffebitCount element; in ffebit_test() local
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_list.h58 #define cma__list_insert(element,list) (void)( \ argument
66 #define cma__list_next(element) ((element)->link) argument
/openbsd-src/lib/libc/stdlib/
H A Dlsearch.c45 void *element = lfind(key, base, nelp, width, compar); in lsearch() local
62 const char *element, *end; in lfind() local
H A Dremque.c40 remque(void *element) in remque()
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-stack.c251 struct tui_win_element * element; in tui_show_locator_content() local
274 struct tui_locator_element * element; in tui_set_locator_filename() local
293 struct tui_locator_element * element; in tui_set_locator_info() local
H A Dtui-source.c115 struct tui_win_element * element = (struct tui_win_element *) in tui_set_source_content() local
248 struct tui_win_element * element = in tui_set_source_content_nil() local
H A Dtui-disasm.c228 struct tui_win_element * element; in tui_set_disassem_content() local
323 struct tui_locator_element * element; in tui_get_begin_asm_address() local
H A Dtui-winsource.c209 struct tui_win_element * element = in tui_clear_source_content() local
469 struct tui_win_element * element; in tui_set_exec_info_content() local
H A Dtui-data.c481 init_content_element (struct tui_win_element * element, enum tui_win_type type) in init_content_element()
891 struct tui_win_element * element; in free_content_elements() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbitmap.c109 bitmap_element *element; local
185 bitmap_element_zerop (element) in bitmap_element_zerop() argument
204 bitmap_element_link (head, element) in bitmap_element_link() argument
264 bitmap_element *element, *next; local
333 bitmap_element *element; local
/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c539 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
573 htab_find (htab_t htab, const PTR element) in htab_find()
587 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash()
655 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot()
666 htab_remove_elt (htab_t htab, PTR element) in htab_remove_elt()
677 htab_remove_elt_with_hash (htab_t htab, PTR element, hashval_t hash) in htab_remove_elt_with_hash()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash18.C3 typedef int element; typedef
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c260 debug_dump_to_xml_padded_hex_output(const char *element, unsigned char *buf, in debug_dump_to_xml_padded_hex_output()
322 debug_dump_integer(const char *element, char* buf, int mode) in debug_dump_integer()
/openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
400 function removeEvent(element, type, handler) { argument
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js415 function dean_addEvent(element, type, handler) { argument
443 function removeEvent(element, type, handler) { argument
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
400 function removeEvent(element, type, handler) { argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp115 auto element = ReadStructElement(ast_ctx, type, for_expression); in BuildAggregate() local
135 for (auto element : elements) { in BuildAggregate() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021015-1.c18 char *element; in main() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dto_chars.bench.cpp47 for (auto element : data) in BM_to_chars_bad() local
/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.c103 bitmap_element *element; in bitmap_element_allocate() local
281 bitmap_element_zerop (bitmap_element *element) in bitmap_element_zerop()
299 bitmap_element_link (bitmap head, bitmap_element *element) in bitmap_element_link()
430 bitmap_element *element; in bitmap_find_bit() local
H A Dtree-ssa-dom.c465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) in initialize_hash_element()
516 struct expr_hash_elt element; in remove_local_expressions_from_table() local
904 struct expr_hash_elt *element = XCNEW (struct expr_hash_elt); in record_cond() local
1928 struct expr_hash_elt *element = XNEW (struct expr_hash_elt); in lookup_avail_expr() local
H A Dweb.c70 unionfind_root (struct web_entry *element) in unionfind_root()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp227 static DocNode &element(IO &IO, ArrayDocNode &A, size_t Index) { in element() function

1234