Home
last modified time | relevance | path

Searched refs:erroneous (Results 1 – 25 of 113) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dsemctl.t21 ok(!defined $test, "erroneous semctl list slice yields undef");
24 is(scalar @warnings, 0, "no warnings from erroneous semctl list slice")
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c721 int erroneous = 0; local
822 erroneous = 1;
942 erroneous = 1;
1012 erroneous = 1;
1028 if (erroneous)
/openbsd-src/sbin/isakmpd/
H A DQUESTIONS17 Maybe should notifications never be issued for erroneous packets which
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNormalizationCorrections.txt36 # Field 1: Original (erroneous) decomposition
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/
H A DChanges31 - Fix erroneous INSTALLDIRS on perls < 5.8 - allows one to
/openbsd-src/gnu/usr.bin/texinfo/
H A DREADME34 - a description of the problem and any samples of the erroneous output.
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTImporter.rst400 // erroneous.
413 In these cases we do not remove the existing erroneous node from the "to" context, rather we associ…
493 We do not remove the erroneous nodes because by the time when we recognize the error it is too late…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5301delta.pod117 C<scalar()> on a reference could cause an erroneous assertion failure during
H A Dperl5261delta.pod163 Some erroneous warnings after utf8 conversion have been fixed.
H A Dperl584delta.pod13 erroneous behaviour will consider these fixes as incompatible changes :-)
H A Dperl5320delta.pod192 possible that some erroneous constructs no longer compile.
1708 scalar() on a reference could cause an erroneous assertion failure
H A Dperl5180delta.pod2614 C<require a::b . 1> and C<require a::b + 1> no longer produce erroneous
2674 C<--subname> no longer produces erroneous ambiguity warnings.
3061 erroneous warning about ambiguity [perl #112456].
3106 erroneous warnings.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtrouble.texi386 Traditional C allows the following erroneous pair of declarations to
432 @samp{long time ();} is erroneous.
486 requires that this be treated as erroneous.
597 This code really is erroneous, because the scope of @code{struct
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dtrouble.texi546 Traditional C allows the following erroneous pair of declarations to
592 @samp{long time ();} is erroneous.
646 requires that this be treated as erroneous.
770 This code really is erroneous, because the scope of @code{struct
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c5027 char erroneous; member
5209 p->erroneous = constructor_erroneous;
5339 p->erroneous = constructor_erroneous;
5627 constructor_erroneous = p->erroneous;
H A Dtree.def41 /* Any erroneous construct is parsed into a node of this type.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19971421 * call.c (build_overload_call_real): Remove erroneous fourth
1423 (build_user_type_conversion_1): Remove erroneous second arg to
2177 * cp-tree.h (common_base_types): Delete erroneous decl.
2267 * parse.y (left_curly): Don't crash on erroneous type.
H A DChangeLog1784 is erroneous, give it an erroneous type.
1785 (layout_var_decl): If the type is erroneous, give up.
2059 * pt.c (process_template_parm): Handle erroneous non-type parameters.
2062 * typeck.c (convert_for_initialization): Skip erroneous types.
2216 * decl.c (grokdeclarator): If we encounter an erroneous
2882 dependent types. Return error_mark_node for erroneous
3617 erroneous input.
4189 (build_enumerator): Use error_mark_node for erroneous values.
H A DChangeLog-2003566 * pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.
1132 on erroneous use of qualified name.
2994 * semantics.c (finish_qualified_id_expr): Deal with erroneous
3578 erroneous cases.
4023 erroneous declarations.
6091 (finish_case_label): Return error_mark_node for erroneous labels.
6503 * parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
H A DChangeLog-200228 * parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
90 * parser.c (cp_parser_direct_declarator): Handle erroneous
689 * decl.c (reshape_init): Handle erroneous initializers.
743 * decl.c (layout_var_decl): Deal gracefully with erroneous types.
746 * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td467 "erroneous patterns">,
1076 HelpText<"Check for erroneous conversions of objects representing numbers "
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c4946 char erroneous; member
5109 p->erroneous = constructor_erroneous; in really_start_incremental_init()
5250 p->erroneous = constructor_erroneous; in push_init_level()
5539 constructor_erroneous = p->erroneous; in pop_init_level()
/openbsd-src/usr.bin/lex/
H A DONEWS811 - The example of backing-up in flexdoc was erroneous; it
1111 - The parser has been tweaked to detect some erroneous
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst956 Check the size argument passed into C string functions for common erroneous patterns. Use ``-Wno-st…
1002 Check for erroneous conversions of objects representing numbers into numbers.
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dtoke1527 require a::b . 1; # These used to produce erroneous

12345