/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | alias-1.c | 15 struct incomplete; 24 …struct incomplete *p = (struct incomplete *)&list; // { dg-warning "type-punning to incomplete" ""… in addSibMacro()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/ |
H A D | 900321_04.C | 9 struct incomplete; 13 struct incomplete (*ptr)[]; // causes segfault in function()
|
/openbsd/regress/usr.bin/mandoc/tbl/data/ |
H A D | block_unclosed.out_ascii | 11 |incomplete block | 16 |incomplete block |
|
/openbsd/gnu/usr.bin/perl/t/lib/croak/ |
H A D | class | 141 # NAME try to create an object of incomplete class (error) 148 Cannot create an object of incomplete class "C" at - line 5. 150 # NAME try to create an object of incomplete class (compile-time) 156 Cannot create an object of incomplete class "C" at - line 4.
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
H A D | trace_signature.t | 40 is($e->related($events->[0]), undef, "Cannot check relation, incomplete trace"); 43 is($e->related($events->[0]), undef, "Cannot check relation, incomplete trace");
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | demangle_tree.py | 86 incomplete = False 111 incomplete = True 127 if incomplete:
|
/openbsd/regress/usr.bin/mandoc/roff/esc/ |
H A D | o.out_lint | 4 mandoc: o.in:55:15: ERROR: incomplete escape sequence: \o'xy
|
H A D | A1.out_lint | 5 mandoc: A1.in:53:15: ERROR: incomplete escape sequence: \A'word
|
H A D | w.out_lint | 5 mandoc: w.in:65:15: ERROR: incomplete escape sequence: \w'foo
|
H A D | ignore.out_lint | 14 mandoc: ignore.in:23:56: ERROR: incomplete escape sequence: \s-
|
/openbsd/regress/usr.bin/mandoc/roff/nr/ |
H A D | escname.out_ascii | 13 incomplete:
|
H A D | escname.out_lint | 4 mandoc: escname.in:20:13: ERROR: incomplete escape sequence: \n[second
|
/openbsd/usr.bin/file/magdir/ |
H A D | dyadic | 8 >>1 byte 0x00 incomplete workspace
|
H A D | sequent | 7 # For Sequent's multiprocessor systems (incomplete).
|
H A D | digital | 24 # The next is incomplete, we could tell more about this format,
|
/openbsd/regress/usr.bin/mandoc/char/C/ |
H A D | delim.out_lint | 6 mandoc: delim.in:51:15: ERROR: incomplete escape sequence: \C'at
|
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | parser.t | 72 'syntax error in string with incomplete \N' ); 75 'syntax error in string with incomplete \N' ); 79 'syntax error in string with incomplete \o' ); 82 'syntax error in string with incomplete \o' );
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | super-class-2.m | 43 return [super test_func]; /* { dg-bogus "dereferencing pointer to incomplete type" } */
|
/openbsd/regress/sys/netinet/arp/ |
H A D | Makefile | 249 REGRESS_TARGETS += run-arp-incomplete 250 run-arp-incomplete: addr.py 251 @echo Send ARP Request filling an incomplete entry on other interface
|
/openbsd/regress/usr.bin/mandoc/roff/string/ |
H A D | name.out_lint | 3 mandoc: name.in:18:29: ERROR: incomplete escape sequence: \*[norm
|
/openbsd/gnu/llvm/llvm/docs/tutorial/ |
H A D | BuildingAJIT4.rst | 8 **This tutorial is under active development. It is incomplete and details may
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | README.txt | 11 Some things are incomplete / not implemented yet (this list surely is not
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20.rst | 44 .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | rtti.c | 846 int incomplete = target_incomplete_p (to); local 848 if (incomplete) 878 int incomplete = target_incomplete_p (to); local 880 if (incomplete)
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | rtti.c | 904 bool incomplete = target_incomplete_p (to); in ptr_initializer() local 906 if (incomplete) in ptr_initializer() 932 bool incomplete = target_incomplete_p (to); in ptm_initializer() local 934 if (incomplete) in ptm_initializer()
|