/dports/lang/cparser/cparser-0.9.14/ |
H A D | attribute.c | 156 warningf(WARN_OTHER, pos, "ignoring unknown mode '%s'", symbol_str); in handle_attribute_mode() 166 warningf(WARN_OTHER, pos, "__attribute__((mode)) on pointers not implemented yet (ignored)"); in handle_attribute_mode() 213 …warningf(WARN_OTHER, &attribute->source_position, "alignment attribute specification on '%N' ignor… in handle_attribute_aligned() 263 …warningf(WARN_OTHER, &attribute->source_position, "visibility attribute specification on '%N' igno… in handle_attribute_visibility() 275 warningf(WARN_OTHER, pos, "attribute '%s' needs no arguments", what); in warn_arguments() 283 warningf(WARN_OTHER, &attribute->source_position, "packed attribute on '%N' ignored", entity); in handle_attribute_packed_e() 296 warningf(WARN_OTHER, pos, "packed attribute on type '%T' ignored", type); in handle_attribute_packed()
|
H A D | warning.c | 58 [WARN_OTHER] = { WARN_STATE_ON, "other" }, 148 SET(WARN_OTHER); in set_warning_opt()
|
H A D | warning.h | 81 WARN_OTHER, /**< Warnings not covered by any other option */ enumerator
|
H A D | parser.c | 1286 warningf(WARN_OTHER, HERE, "Ignoring declaration modifier %K", &token); in parse_attributes() 2077 warningf(WARN_OTHER, pos, "excess elements in initializer"); in parse_sub_initializer() 4227 warningf(WARN_OTHER, pos, "useless storage class in empty declaration"); in parse_anonymous_declaration_rest() 4244 warningf(WARN_OTHER, pos, "empty declaration"); in parse_anonymous_declaration_rest() 6268 warningf(WARN_OTHER, pos, "empty statement expression ({})"); in parse_statement_expression() 7414 warningf(WARN_OTHER, pos, "deleting 'void*' is undefined"); in parse_delete() 7885 warningf(WARN_OTHER, pos, "shift count must be non-negative"); in semantic_shift() 7888 warningf(WARN_OTHER, pos, "shift count must be less than type width"); in semantic_shift() 7979 warningf(WARN_OTHER, pos, "subtracting pointers to void"); in semantic_sub() 8916 warningf(WARN_OTHER, pos, "empty range specified"); in parse_case_statement() [all …]
|
H A D | preprocessor.c | 724 warningf(WARN_OTHER, &pp_token.base.source_position, "escape sequence out of range"); in parse_string() 1926 …warningf(WARN_OTHER, &input.position, "multiple definition of macro '%Y' (first defined %P)", symb… in parse_define_directive() 1962 warningf(WARN_OTHER, &input.position, "extra tokens at end of #undef directive"); in parse_undef_directive() 2157 warningf(WARN_OTHER, &input.position, in parse_include_directive() 2264 warningf(WARN_OTHER, &pp_token.base.source_position, "extra tokens at end of #else"); in parse_else_directive() 2296 warningf(WARN_OTHER, &pp_token.base.source_position, "extra tokens at end of #endif"); in parse_endif_directive()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/ |
H A D | preproc.c | 1447 nasm_warn(WARN_OTHER, "unterminated %%%c construct", in tokenize() 1582 nasm_warn(WARN_OTHER, "unterminated string"); in tokenize() 2150 nasm_warn(WARN_OTHER, "trailing garbage after expression ignored"); in pp_get_boolean_option() 3996 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4019 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4038 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4047 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4090 nasm_warn(WARN_OTHER, "redefining multi-line macro `%s'", in do_directive() 4347 nasm_warn(WARN_OTHER, in do_directive() 5801 nasm_warn(WARN_OTHER, "reached maximum recursion depth of %i", in use_mmacro() [all …]
|
H A D | assemble.c | 1404 nasm_warn(WARN_OTHER|ERR_PASS2, "invalid operand size prefix"); in calcsize() 1416 nasm_warn(WARN_OTHER|ERR_PASS2, "invalid operand size prefix"); in calcsize() 1474 nasm_warn(WARN_OTHER, "forward reference in RESx " in calcsize() 1753 nasm_warn(WARN_OTHER|ERR_PASS2, "cs segment base generated, " in emit_prefix() 1759 nasm_warn(WARN_OTHER|ERR_PASS2, "ds segment base generated, " in emit_prefix() 1765 nasm_warn(WARN_OTHER|ERR_PASS2, "es segment base generated, " in emit_prefix() 1777 nasm_warn(WARN_OTHER|ERR_PASS2, "ss segment base generated, " in emit_prefix() 2792 nasm_warn(WARN_OTHER|ERR_PASS2, "absolute address can not be RIP-relative"); in process_ea() 2808 nasm_warn(WARN_OTHER, "displacement size ignored on absolute address"); in process_ea()
|
H A D | eval.c | 783 nasm_warn(WARN_OTHER, "character constant too long"); in eval_strfunc() 801 nasm_error((func == IFUNC_ILOG2E) ? ERR_NONFATAL : ERR_WARNING|WARN_OTHER, in eval_ifunc() 941 nasm_warn(WARN_OTHER, "character constant too long"); in expr6()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/ |
H A D | warnings.h | 82 WARN_OTHER = 34 << WARN_SHR enumerator
|
/dports/devel/nasm/nasm-2.15.05/asm/ |
H A D | preproc.c | 1448 nasm_warn(WARN_OTHER, "unterminated %%%c construct", in tokenize() 1598 nasm_warn(WARN_OTHER, "unterminated string"); in tokenize() 2166 nasm_warn(WARN_OTHER, "trailing garbage after expression ignored"); in pp_get_boolean_option() 4073 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4096 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4115 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4124 nasm_warn(WARN_OTHER|ERR_PP_PRECOND, in do_directive() 4167 nasm_warn(WARN_OTHER, "redefining multi-line macro `%s'", in do_directive() 4424 nasm_warn(WARN_OTHER, in do_directive() 5887 nasm_warn(WARN_OTHER, "reached maximum recursion depth of %i", in use_mmacro() [all …]
|
H A D | assemble.c | 1412 nasm_warn(WARN_OTHER|ERR_PASS2, "invalid operand size prefix"); in calcsize() 1424 nasm_warn(WARN_OTHER|ERR_PASS2, "invalid operand size prefix"); in calcsize() 1482 nasm_warn(WARN_OTHER, "forward reference in RESx " in calcsize() 1765 nasm_warn(WARN_OTHER|ERR_PASS2, "cs segment base generated, " in emit_prefix() 1771 nasm_warn(WARN_OTHER|ERR_PASS2, "ds segment base generated, " in emit_prefix() 1777 nasm_warn(WARN_OTHER|ERR_PASS2, "es segment base generated, " in emit_prefix() 1789 nasm_warn(WARN_OTHER|ERR_PASS2, "ss segment base generated, " in emit_prefix() 2813 nasm_warn(WARN_OTHER|ERR_PASS2, "absolute address can not be RIP-relative"); in process_ea() 2828 nasm_warn(WARN_OTHER, "displacement size ignored on absolute address"); in process_ea()
|
H A D | eval.c | 778 nasm_warn(WARN_OTHER, "character constant too long"); in eval_strfunc() 796 nasm_error((func == IFUNC_ILOG2E) ? ERR_NONFATAL : ERR_WARNING|WARN_OTHER, in eval_ifunc() 936 nasm_warn(WARN_OTHER, "character constant too long"); in expr6()
|
/dports/devel/nasm/nasm-2.15.05/include/ |
H A D | warnings.h | 88 WARN_OTHER = 37 << WARN_SHR enumerator
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/ |
H A D | outbin.c | 747 nasm_warn(WARN_OTHER, "attempt to initialize memory in a" in bin_out() 968 nasm_warn(WARN_OTHER, "No value given to attribute in" in bin_read_attribute() 1030 nasm_warn(WARN_OTHER, "ignoring unknown section attribute: \"%s\"", p); in bin_assign_attributes() 1329 nasm_warn(WARN_OTHER|ERR_PASS1, "unable to open map file `%s'", p); in bin_directive() 1335 nasm_warn(WARN_OTHER|ERR_PASS1, "map file already specified"); in bin_directive()
|
H A D | outas86.c | 301 nasm_warn(WARN_OTHER, "attempt to assemble code in" in as86_out() 307 nasm_warn(WARN_OTHER, "attempt to initialize memory in the" in as86_out()
|
H A D | outobj.c | 1379 nasm_warn(WARN_OTHER, "segment attributes specified on" 1482 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1489 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1496 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1534 nasm_warn(WARN_OTHER, "segment `%s' is already part of" 1649 nasm_warn(WARN_OTHER, "segment `%s' is already part of"
|
H A D | outcoff.c | 331 nasm_warn(WARN_OTHER, "COFF section names limited to 8 characters: truncating"); in coff_section_names() 418 nasm_warn(WARN_OTHER, "section attributes changed on" in coff_section_names() 595 nasm_warn(WARN_OTHER, "attempt to initialize memory in" in coff_out()
|
H A D | outmacho.c | 472 nasm_warn(WARN_OTHER, "relcation with subtraction" in add_reloc() 559 nasm_warn(WARN_OTHER, "attempt to assemble code in" in macho_output() 581 nasm_warn(WARN_OTHER, "attempt to initialize memory in " in macho_output() 584 nasm_warn(WARN_OTHER, "section size may be negative" in macho_output() 1654 nasm_warn(WARN_OTHER, "no sections?"); in macho_write()
|
H A D | outaout.c | 590 nasm_warn(WARN_OTHER, "attempt to assemble code in" in aout_out() 596 nasm_warn(WARN_OTHER, "attempt to initialize memory in the" in aout_out()
|
/dports/devel/nasm/nasm-2.15.05/output/ |
H A D | outbin.c | 747 nasm_warn(WARN_OTHER, "attempt to initialize memory in a" in bin_out() 968 nasm_warn(WARN_OTHER, "No value given to attribute in" in bin_read_attribute() 1030 nasm_warn(WARN_OTHER, "ignoring unknown section attribute: \"%s\"", p); in bin_assign_attributes() 1329 nasm_warn(WARN_OTHER|ERR_PASS1, "unable to open map file `%s'", p); in bin_directive() 1335 nasm_warn(WARN_OTHER|ERR_PASS1, "map file already specified"); in bin_directive()
|
H A D | outas86.c | 301 nasm_warn(WARN_OTHER, "attempt to assemble code in" in as86_out() 307 nasm_warn(WARN_OTHER, "attempt to initialize memory in the" in as86_out()
|
H A D | outobj.c | 428 nasm_warn(WARN_OTHER, "truncating object name `%.64s...' to %u bytes", in obj_name() 1385 nasm_warn(WARN_OTHER, "segment attributes specified on" 1488 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1495 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1502 nasm_warn(WARN_OTHER, "OBJ format does not support alignment" 1540 nasm_warn(WARN_OTHER, "segment `%s' is already part of" 1655 nasm_warn(WARN_OTHER, "segment `%s' is already part of"
|
H A D | outcoff.c | 332 nasm_warn(WARN_OTHER, "COFF section names limited to 8 characters: truncating"); in coff_section_names() 419 nasm_warn(WARN_OTHER, "section attributes changed on" in coff_section_names() 572 nasm_warn(WARN_OTHER, "attempt to initialize memory in" in coff_out()
|
H A D | outmacho.c | 472 nasm_warn(WARN_OTHER, "relcation with subtraction" in add_reloc() 559 nasm_warn(WARN_OTHER, "attempt to assemble code in" in macho_output() 581 nasm_warn(WARN_OTHER, "attempt to initialize memory in " in macho_output() 584 nasm_warn(WARN_OTHER, "section size may be negative" in macho_output() 1654 nasm_warn(WARN_OTHER, "no sections?"); in macho_write()
|
/dports/graphics/blender/blender-2.91.0/build_files/build_environment/patches/ |
H A D | nasm.diff | 98 nasm_warn(WARN_OTHER, "no sections?");
|