Home
last modified time | relevance | path

Searched refs:do_define (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dcoffgrok.c80 static int do_define (int, struct coff_scope *);
536 do_define (int i, struct coff_scope *b) in do_define() function
685 i = do_define (i, last_function_symbol->type->u.function.parameters); in doit()
690 i = do_define (i, last_struct->u.astructdef.elements); in doit()
693 i = do_define (i, last_enum->u.aenumdef.elements); in doit()
699 i = do_define (i, top_scope); in doit()
703 i = do_define (i, file_scope); in doit()
709 i = do_define (i, top_scope); in doit()
H A DChangeLog-91973161 (do_define): Keep info on source file of a symbol.
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c548 do_define (cpp_reader *pfile) in do_define() function
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog830 (check_macro_name, do_define): Reword messages to ease localization.
831 (do_define): Pass explicit strings to diagnostic generators.
832 (do_define, cpp_start_read, cpp_handle_options): Use cpp_notice to
1855 (do_define, do_elif, do_else, output_line_directive, verror): Likewise.
H A DChangeLog-2000981 (do_define): Don't define illegal macro names.
5172 (do_define, do_undef, parse_include, do_include, do_import,
15021 detect_if_not_defined, _cpp_check_directive, do_define,
18472 (do_define): Don't set parsing_define_directive. Use
18760 (do_define): Make SYM a pointer to const.
21177 * cpplib.c (do_define): Move most logic to
21854 * cpplib.c (do_define, skip_if_group):
28652 * cpplib.c (do_define): Always create new hash entry with
28759 (do_define): Remove reference to T_PCSTRING. Call
29123 * cpplib.c (do_define): Switch bcopy to memcpy.
[all …]
H A DChangeLog-19998319 * cpplib.c (do_define): Generalize to handle poisoned definitions,
8328 (do_define): Generalize to handle poisoned definitions,
9567 (validate_else, do_define, do_line, do_include, do_undef,
13972 * cpplib.c (do_define): Cast `alloca' return value.
15126 (do_define): Handle -dD, -dN, -g3 entirely here. Streamline.
17670 (do_define): Don't play with put_out_comments.
19603 * cpplib.c (do_define): Allow redefining __STDC__ with -D.
H A DChangeLog-1998359 (eval_if_expression, do_define, do_line, do_include,
364 (cpp_define): Call do_define with two args and the text to
370 (do_define, do_undef, do_error, do_warning, do_pragma,
11842 (do_define, do_line, do_include, do_undef, do_error, do_pragma,
H A DFSFChangeLog.109331 (create_definition, do_define, check_macro_name): Use %.*s
H A DChangeLog-200115152 * cpplib.c (do_define, do_undef, do_ident, do_include_common,
23901 * tradcpp.c (do_define): Make sure we don't walk past limit.
H A DChangeLog-200214590 (do_define): ...here.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92951554 (do_define): Make parameter string into a const pointer.