| /src/tests/usr.bin/xlint/lint1/ |
| msg_175.c | 4 // Test for message: initialization of incomplete type '%s' [175] 8 /* expect+1: warning: struct 'incomplete' never defined [233] */ 9 struct incomplete; 11 /* expect+1: error: initialization of incomplete type 'incomplete struct incomplete' [175] */ 12 struct incomplete incomplete = { variable in typeref:struct:incomplete 15 /* expect-1: error: 'incomplete' has incomplete type 'incomplete struct incomplete' [31] * [all...] |
| msg_301.c | 4 // Test for message: array of incomplete type [301] 10 /* expect+1: warning: struct 'incomplete' never defined [233] */ 11 struct incomplete; 13 /* expect+1: error: 'var' has incomplete type 'incomplete struct incomplete' [31] */ 14 struct incomplete var[3]; 16 /* expect+1: error: cannot take size/alignment of incomplete type [143] */ 17 unsigned long sizeof_3 = sizeof(struct incomplete[3]);
|
| msg_143.c | 4 // Test for message: cannot take size/alignment of incomplete type [143] 8 /* expect+1: warning: struct 'incomplete' never defined [233] */ 9 struct incomplete; 14 /* expect+1: error: cannot take size/alignment of incomplete type [143] */ 15 return sizeof(struct incomplete);
|
| msg_067.c | 4 // Test for message: cannot return incomplete type [67] 8 /* expect+1: warning: struct 'incomplete' never defined [233] */ 9 struct incomplete; 11 struct incomplete function_declaration(void); 13 struct incomplete 15 /* expect+1: error: cannot return incomplete type [67] */ 17 /* expect+1: error: 'r' has incomplete type 'incomplete struct incomplete' [31] */ 18 struct incomplete r [all...] |
| msg_136.c | 8 /* expect+1: warning: struct 'incomplete' never defined [233] */ 9 struct incomplete; 11 const struct incomplete * 12 example(const struct incomplete *ptr)
|
| msg_152.c | 8 /* expect+1: warning: struct 'incomplete' never defined [233] */ 9 struct incomplete; 11 /* expect+1: error: '<unnamed>' has incomplete type 'incomplete struct incomplete' [31] */ 12 void callee(struct incomplete); 17 /* expect+1: error: 'local_var' has incomplete type 'incomplete struct incomplete' [31] */ 18 struct incomplete local_var [all...] |
| msg_138.c | 8 struct incomplete; 15 function(_Bool cond, struct incomplete *i1, struct incomplete *i2) 17 /* expect+2: error: cannot initialize 'incomplete struct incomplete' from 'pointer to incomplete struct incomplete' [185] */ 18 /* expect+1: error: 'local' has incomplete type 'incomplete struct incomplete' [31] * [all...] |
| msg_031.c | 4 // Test for message: '%s' has incomplete type '%s' [31] 12 /* expect+1: warning: struct 'incomplete' never defined [233] */ 13 struct incomplete; 18 /* expect+1: error: 'incomplete_var' has incomplete type 'incomplete struct incomplete' [31] */ 19 struct incomplete incomplete_var; 22 /* expect+1: error: '<unnamed>' has incomplete type 'incomplete struct incomplete' [31] * [all...] |
| msg_135.c | 21 /* expect+1: warning: struct 'incomplete' never defined [233] */ 22 struct incomplete; 30 * from the publicly visible, incomplete 'struct lhash_st' to a private 40 pointer_to_structs(struct incomplete *incomplete) 44 complete = (struct complete *)incomplete;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| incomplete-type-overload.cc | 25 class incomplete: public base { }; class in inherits:base 29 incomplete *inc;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| incomplete-type-overload.cc | 25 class incomplete: public base { }; class in inherits:base 29 incomplete *inc;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| mbrtowc-impl.h | 104 /* mbtowc does not distinguish between invalid and incomplete multibyte 131 goto incomplete; 142 goto incomplete; 155 goto incomplete; 167 goto incomplete; 174 goto incomplete; 186 goto incomplete; 199 goto incomplete; 205 goto incomplete; 221 goto incomplete; [all...] |
| mbrtowc-impl-utf8.h | 37 goto incomplete; 55 goto incomplete; 65 goto incomplete; 92 goto incomplete; 102 goto incomplete; 110 goto incomplete;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| mbrtowc-impl.h | 104 /* mbtowc does not distinguish between invalid and incomplete multibyte 131 goto incomplete; 142 goto incomplete; 155 goto incomplete; 167 goto incomplete; 174 goto incomplete; 186 goto incomplete; 199 goto incomplete; 205 goto incomplete; 221 goto incomplete; [all...] |
| mbrtowc-impl-utf8.h | 37 goto incomplete; 55 goto incomplete; 65 goto incomplete; 92 goto incomplete; 102 goto incomplete; 110 goto incomplete;
|
| /src/usr.bin/make/unit-tests/ |
| suff-incomplete.exp | 1 Parsing suff-incomplete.mk:9: .SUFFIXES: 4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c 9 Parsing suff-incomplete.mk:17: .a.b: 14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency 15 deleting incomplete transformation from `.a' to `.b' 23 Parsing suff-incomplete.mk:23: .DEFAULT: 26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default. 32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 33 SuffFindDeps "suff-incomplete.c" 34 trying suff-incomplete.a...not ther [all...] |
| cond-op-and.mk | 85 # '&' forms the next (incomplete) token.
|
| cond-op-or.mk | 85 # '|' forms the next (incomplete) token.
|
| /src/external/gpl3/gcc/dist/contrib/ |
| dglib.pm | 79 # incomplete: 1 if the summary file appears truncated, otherwise 0 106 my %ret = (incomplete => 1, diagnostics => [], testgroup => []); 128 $ret{incomplete} = 2; 212 if($ret{incomplete} == 2) { 214 $ret{incomplete} = 1; 216 $ret{incomplete} = 0;
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| dglib.pm | 79 # incomplete: 1 if the summary file appears truncated, otherwise 0 106 my %ret = (incomplete => 1, diagnostics => [], testgroup => []); 128 $ret{incomplete} = 2; 212 if($ret{incomplete} == 2) { 214 $ret{incomplete} = 1; 216 $ret{incomplete} = 0;
|
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns9/ |
| setup.sh | 68 incomplete.${checkds}.dspublish.ns2-4-5 \ 83 incomplete.${checkds}.dsremoved.ns2-5-7 \
|
| /src/usr.sbin/autofs/ |
| automountd.c | 120 create_subtree(const struct node *node, bool incomplete) 136 if (incomplete) { 156 create_subtree(child, incomplete);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| demangle_tree.py | 86 incomplete = False 111 incomplete = True 125 # It's only possible that a single item is incomplete, and it has to be the 127 if incomplete:
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format.py | 147 print('clang-format: incomplete (syntax errors)')
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| text.py | 105 >>> file = io.StringIO("complete line\\nand then incomplete line")
|