Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn19 "common/File.cpp",
20 "common/FileAction.cpp",
21 "common/FileCache.cpp",
22 "common/FileSystem.cpp",
23 "common/GetOptInc.cpp",
24 "common/Host.cpp",
25 "common/HostInfoBase.cpp",
26 "common/HostNativeThreadBase.cpp",
27 "common/HostProcess.cpp",
28 "common/HostThread.cpp",
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/
H A DCMakeLists.txt14 add_host_subdirectory(common
15 common/FileAction.cpp
16 common/FileCache.cpp
17 common/File.cpp
18 common/FileSystem.cpp
19 common/GetOptInc.cpp
20 common/Host.cpp
21 common/HostInfoBase.cpp
22 common/HostNativeThreadBase.cpp
23 common/HostProcess.cpp
[all …]
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_test_checks.py42 from UpdateTestChecks import common
65 initial_args = common.parse_commandline_args(parser)
72 common.error('Unexpected tool name: ' + tool_basename)
76 for ti in common.itertests(initial_args.tests, parser,
80 common.SCRUB_TRAILING_WHITESPACE_TEST_RE = common.SCRUB_TRAILING_WHITESPACE_AND_ATTRIBUTES_RE
82 common.SCRUB_TRAILING_WHITESPACE_TEST_RE = common.SCRUB_TRAILING_WHITESPACE_RE
87 common.warn('Skipping unparsable RUN line: ' + l)
97 common.verify_filecheck_prefixes(filecheck_cmd)
99 common.warn('Skipping non-%s RUN line: %s' % (tool_basename, l))
103 common.warn('Skipping non-FileChecked RUN line: ' + l)
[all …]
H A Dupdate_analyze_test_checks.py39 from UpdateTestChecks import common
49 initial_args = common.parse_commandline_args(parser)
55 common.error('Unexpected opt name: ' + opt_basename)
58 for ti in common.itertests(initial_args.tests, parser,
62 m = common.TRIPLE_IR_RE.match(l)
70 common.warn('Skipping unparsable RUN line: ' + l)
74 common.verify_filecheck_prefixes(filecheck_cmd)
77 common.warn('WSkipping non-%s RUN line: %s' % (opt_basename, l))
81 common.warn('Skipping non-FileChecked RUN line: ' + l)
87 check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
[all …]
H A Dupdate_llc_test_checks.py15 from UpdateTestChecks import common
44 initial_args = common.parse_commandline_args(parser)
48 for ti in common.itertests(initial_args.tests, parser,
52 m = common.TRIPLE_IR_RE.match(l)
60 common.warn('Skipping unparsable RUN line: ' + l)
73 m = common.TRIPLE_ARG_RE.search(llc_cmd)
78 m = common.MARCH_ARG_RE.search(llc_cmd)
82 m = common.DEBUG_ONLY_ARG_RE.search(llc_cmd)
88 common.verify_filecheck_prefixes(filecheck_cmd)
90 common.warn('Skipping non-llc RUN line: ' + l)
[all …]
H A Dupdate_cc_test_checks.py28 from UpdateTestChecks import common
45 common.debug('Running', ' '.join(json_dump_args))
82 common.debug('Skipping builtin function:', node['name'], '@', loc)
84 common.debug('Found function:', node['kind'], node['name'], '@', loc)
88 common.debug('Skipping function without line number:', node['name'], '@', loc)
102 common.debug('Skipping function without body:', node['name'], '@', loc)
112 common.error('Clang AST dump JSON format changed?')
118 common.debug('line {}: found function {}'.format(line+1, func), file=sys.stderr)
120 common.warn('Did not find any functions using', ' '.join(json_dump_args))
175 args = common.parse_commandline_args(parser)
[all …]
H A Dupdate_mir_test_checks.py31 from UpdateTestChecks import common
100 m = common.TRIPLE_IR_RE.match(l)
111 common.warn('Skipping unparsable RUN line: ' + l)
117 common.verify_filecheck_prefixes(filecheck_cmd)
120 common.warn('Skipping non-llc RUN line: {}'.format(l), test_file=test)
123 common.warn('Skipping non-FileChecked RUN line: {}'.format(l),
128 m = common.TRIPLE_ARG_RE.search(llc_cmd)
132 m = common.MARCH_ARG_RE.search(llc_cmd)
141 for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
242 common.warn(
[all …]
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dasm.py5 from . import common
250 asm = common.SCRUB_WHITESPACE_RE.sub(r' ', asm)
275 asm = common.SCRUB_KILL_COMMENT_RE.sub('', asm)
277 asm = common.SCRUB_TRAILING_WHITESPACE_RE.sub(r'', asm)
283 asm = common.SCRUB_WHITESPACE_RE.sub(r' ', asm)
287 asm = common.SCRUB_TRAILING_WHITESPACE_RE.sub(r'', asm)
293 asm = common.SCRUB_WHITESPACE_RE.sub(r' ', asm)
297 asm = common.SCRUB_KILL_COMMENT_RE.sub('', asm)
299 asm = common.SCRUB_TRAILING_WHITESPACE_RE.sub(r'', asm)
305 asm = common.SCRUB_WHITESPACE_RE.sub(r' ', asm)
[all …]
H A Disel.py2 from . import common
26 isel = common.SCRUB_WHITESPACE_RE.sub(r' ', isel)
30 isel = common.SCRUB_TRAILING_WHITESPACE_RE.sub(r'', isel)
44 common.debug('Using default handler.')
55 return common.add_checks(output_lines, comment_marker, prefix_list, func_dict,
/openbsd-src/lib/libexpat/lib/
H A Dxmlrole.c138 static int FASTCALL common(PROLOG_STATE *state, int tok);
168 return common(state, tok); in prolog0()
200 return common(state, tok); in prolog1()
220 return common(state, tok); in prolog2()
237 return common(state, tok); in doctype0()
263 return common(state, tok); in doctype1()
279 return common(state, tok); in doctype2()
295 return common(state, tok); in doctype3()
314 return common(state, tok); in doctype4()
330 return common(state, tok); in doctype5()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dggc-zone.c261 struct page_entry common; member
279 struct page_entry common; member
692 size_t max_size = (page->common.page + SMALL_PAGE_SIZE in zone_find_object_size()
828 e->common.page = page + (i << GGC_PAGE_SHIFT); in alloc_small_page()
829 e->common.zone = zone; in alloc_small_page()
832 set_page_table_entry (e->common.page, &e->common); in alloc_small_page()
838 entry->common.page = page; in alloc_small_page()
839 entry->common.zone = zone; in alloc_small_page()
840 set_page_table_entry (page, &entry->common); in alloc_small_page()
848 entry->common.zone->name, (PTR) entry, entry->common.page, in alloc_small_page()
[all …]
H A Dtree-ssa-structalias.h78 #define NUM_REFERENCES(ANN) ((size_t)((ANN)->common.aux))
79 #define NUM_REFERENCES_CLEAR(ANN) ((ANN)->common.aux) = 0
80 #define NUM_REFERENCES_INC(ANN) (ANN)->common.aux = (void*) (((size_t)((ANN)->common.aux)) + 1)
81 #define NUM_REFERENCES_SET(ANN, VAL) (ANN)->common.aux = (void*) ((void *)(VAL))
H A Dtree-dfa.c143 gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); in create_var_ann()
147 ann->common.type = VAR_ANN; in create_var_ann()
149 t->common.ann = (tree_ann_t) ann; in create_var_ann()
163 gcc_assert (!t->common.ann || t->common.ann->common.type == FUNCTION_ANN); in create_function_ann()
168 ann->common.type = FUNCTION_ANN; in create_function_ann()
170 t->common.ann = (tree_ann_t) ann; in create_function_ann()
183 gcc_assert (!t->common.ann || t->common.ann->common.type == STMT_ANN); in create_stmt_ann()
187 ann->common.type = STMT_ANN; in create_stmt_ann()
192 t->common.ann = (tree_ann_t) ann; in create_stmt_ann()
205 gcc_assert (!t->common.ann || t->common.ann->common.type == TREE_ANN_COMMON); in create_tree_common_ann()
[all …]
H A Dtree.h558 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->common.code)
559 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->common.code = (VALUE))
872 #define TREE_TYPE(NODE) ((NODE)->common.type)
891 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
1022 #define TREE_ADDRESSABLE(NODE) ((NODE)->common.addressable_flag)
1027 #define CALL_EXPR_TAILCALL(NODE) (CALL_EXPR_CHECK(NODE)->common.addressable_flag)
1032 (CASE_LABEL_EXPR_CHECK (NODE)->common.addressable_flag)
1040 #define TREE_STATIC(NODE) ((NODE)->common.static_flag)
1045 #define CLEANUP_EH_ONLY(NODE) ((NODE)->common.static_flag)
1050 (CASE_LABEL_EXPR_CHECK (NODE)->common.static_flag)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dglobal.c167 if (g->u.common.initt != NULL) in ffeglobal_init_common()
172 ffebad_here (1, ffelex_token_where_line (g->u.common.initt), in ffeglobal_init_common()
173 ffelex_token_where_column (g->u.common.initt)); in ffeglobal_init_common()
182 if (g->u.common.blank) in ffeglobal_init_common()
190 g->u.common.initt = ffelex_token_use (t); in ffeglobal_init_common()
234 assert (g->u.common.blank == blank); in ffeglobal_new_common()
280 g->u.common.have_pad = FALSE; in ffeglobal_new_common()
281 g->u.common.have_save = FALSE; in ffeglobal_new_common()
282 g->u.common.have_size = FALSE; in ffeglobal_new_common()
283 g->u.common.blank = blank; in ffeglobal_new_common()
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dmake-relative-prefix.c226 int i, n, common; in make_relative_prefix() local
336 for (common = 0; common < n; common++) in make_relative_prefix()
338 if (strcmp (bin_dirs[common], prefix_dirs[common]) != 0) in make_relative_prefix()
343 if (common == 0) in make_relative_prefix()
356 needed_len += sizeof (DIR_UP) * (bin_num - common); in make_relative_prefix()
357 for (i = common; i < prefix_num; i++) in make_relative_prefix()
372 for (i = common; i < bin_num; i++) in make_relative_prefix()
381 for (i = common; i < prefix_num; i++) in make_relative_prefix()
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A DChangeLog-910321 * common.h (DT_HIOS): Correct value.
127 * common.h (GNU_ABI_TAG_NETBSD): New tag.
141 * common.h (NT_AUXV, AT_*): New macros.
155 * common.h (EM_SH): Amend comment to refer to SuperH.
159 * common.h: Replace references to Mitsubishi M32R with
164 * common.h: Replace occurrances of 'Hitachi' with 'Renesas'.
168 * elf/common.h (EM_XTENSA_OLD): Define.
239 * common.h: Formatting, typo fixes.
244 * common.h (ELFOSABI_AROS): Define.
256 * elf/common.h (EM_MSP430): Change e_machine value to officially
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A DChangeLog-910310 * common.h (PT_GNU_STACK): Define.
23 * common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
55 * common.h (DT_HIOS): Correct value.
161 * common.h (GNU_ABI_TAG_NETBSD): New tag.
175 * common.h (NT_AUXV, AT_*): New macros.
189 * common.h (EM_SH): Amend comment to refer to SuperH.
193 * common.h: Replace references to Mitsubishi M32R with
198 * common.h: Replace occurrances of 'Hitachi' with 'Renesas'.
202 * common.h (EM_XTENSA_OLD): Define.
[all …]
/openbsd-src/lib/libedit/
H A DMakefile7 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
22 CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp
31 AHDR=vi.h emacs.h common.h
32 ASRC=${LIBEDITDIR}/vi.c ${LIBEDITDIR}/emacs.c ${LIBEDITDIR}/common.c
54 common.h: common.c makelist
55 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/common.c \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h283 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->common.code)
285 ((NODE)->common.code = (ENUM_BITFIELD (tree_code)) (VALUE))
361 #define TREE_TYPE(NODE) ((NODE)->common.type)
376 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
521 #define TREE_ADDRESSABLE(NODE) ((NODE)->common.addressable_flag)
526 #define TREE_STATIC(NODE) ((NODE)->common.static_flag)
531 #define CLEANUP_EH_ONLY(NODE) ((NODE)->common.static_flag)
535 #define TREE_NO_UNUSED_WARNING(NODE) ((NODE)->common.static_flag)
539 #define TREE_VIA_VIRTUAL(NODE) ((NODE)->common.static_flag)
545 #define TREE_CONSTANT_OVERFLOW(NODE) ((NODE)->common.static_flag)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/
H A DChangeLog5 alpha-ext.h, common.h, external.h, i386-ext.h, internal.h,
14 * common.h (NLM_CAT, NLM_CAT3): Don't define.
56 * common.h: Define some non-external Alpha information.
70 * common.h (NLM_SIGNATURE): Do not define (it's different for each
80 * common.h (NLM_HIBIT, NLM_HEADER_VERSION): Define.
84 * common.h (NLM_CAT*, NLM_ARCH_SIZE, NLM_TARGET_LONG_SIZE,
94 * (common.h, external.h, internal.h): New files for NLM/NetWare
/openbsd-src/gnu/usr.bin/binutils/include/nlm/
H A DChangeLog7 * common.h (NLM_CAT, NLM_CAT3): Don't define.
49 * common.h: Define some non-external Alpha information.
63 * common.h (NLM_SIGNATURE): Do not define (it's different for each
73 * common.h (NLM_HIBIT, NLM_HEADER_VERSION): Define.
77 * common.h (NLM_CAT*, NLM_ARCH_SIZE, NLM_TARGET_LONG_SIZE,
87 * (common.h, external.h, internal.h): New files for NLM/NetWare
/openbsd-src/usr.sbin/mopd/mopchk/
H A DMakefile5 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../common
7 .PATH: ${.CURDIR}/.. ${.CURDIR}/../common
9 version.c version.h: ${.CURDIR}/../common/VERSION
/openbsd-src/usr.sbin/mopd/mopprobe/
H A DMakefile6 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../common -DNODL
8 .PATH: ${.CURDIR}/../common
10 version.c version.h: ${.CURDIR}/../common/VERSION
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dbit_reader.py2 from .common import LLVMObject
3 from .common import c_object_p
4 from .common import get_library

12345678910>>...49