Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dalias-1.c15 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 D900321_04.C9 struct incomplete;
13 struct incomplete (*ptr)[]; // causes segfault in function()
/openbsd/regress/usr.bin/mandoc/tbl/data/
H A Dblock_unclosed.out_ascii11 |incomplete block |
16 |incomplete block |
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dclass141 # 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 Dtrace_signature.t40 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 Ddemangle_tree.py86 incomplete = False
111 incomplete = True
127 if incomplete:
/openbsd/regress/usr.bin/mandoc/roff/esc/
H A Do.out_lint4 mandoc: o.in:55:15: ERROR: incomplete escape sequence: \o'xy
H A DA1.out_lint5 mandoc: A1.in:53:15: ERROR: incomplete escape sequence: \A'word
H A Dw.out_lint5 mandoc: w.in:65:15: ERROR: incomplete escape sequence: \w'foo
H A Dignore.out_lint14 mandoc: ignore.in:23:56: ERROR: incomplete escape sequence: \s-
/openbsd/regress/usr.bin/mandoc/roff/nr/
H A Descname.out_ascii13 incomplete:
H A Descname.out_lint4 mandoc: escname.in:20:13: ERROR: incomplete escape sequence: \n[second
/openbsd/usr.bin/file/magdir/
H A Ddyadic8 >>1 byte 0x00 incomplete workspace
H A Dsequent7 # For Sequent's multiprocessor systems (incomplete).
H A Ddigital24 # The next is incomplete, we could tell more about this format,
/openbsd/regress/usr.bin/mandoc/char/C/
H A Ddelim.out_lint6 mandoc: delim.in:51:15: ERROR: incomplete escape sequence: \C'at
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dparser.t72 '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 Dsuper-class-2.m43 return [super test_func]; /* { dg-bogus "dereferencing pointer to incomplete type" } */
/openbsd/regress/sys/netinet/arp/
H A DMakefile249 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 Dname.out_lint3 mandoc: name.in:18:29: ERROR: incomplete escape sequence: \*[norm
/openbsd/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT4.rst8 **This tutorial is under active development. It is incomplete and details may
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DREADME.txt11 Some things are incomplete / not implemented yet (this list surely is not
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx20.rst44 .. [#note-P0645] P0645: The paper is implemented but still marked as an incomplete feature
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c846 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 Drtti.c904 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()

12345678910>>...13