| /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/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.
|
| deptgt-posix.mk | 7 # that, POSIX support is still incomplete, the exact set of supported features
|
| varmod-match.mk | 290 # [ Incomplete empty character list, never matches. 297 # [^ Incomplete negated empty character list, matches any single 305 # [-x1-3 Incomplete character list, matches those elements that can be 313 # *[-x1-3 Incomplete character list after a wildcard, matches those 322 # Incomplete negated character list, matches any character 330 # [\ Incomplete character list containing a single '\'. 344 # [x- Incomplete character list containing an incomplete character 352 # [^x- Incomplete negated character list containing an incomplete [all...] |
| varmod-assign.mk | 107 # incomplete, make falls back to the SysV modifier.
|
| /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/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/tests/bin/sh/ |
| t_here.sh | 269 atf_test_case incomplete 271 atf_set "descr" "Basic tests for incomplete here documents" 274 reset incomplete 667 atf_add_test_case incomplete # where the end marker isn't...
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| scan.l | 451 /* incomplete */ 460 werror("incomplete universal character name");
|
| /src/share/mk/ |
| bsd.lua.mk | 34 # other language support for other than C is incomplete
|
| /src/external/bsd/flex/dist/src/ |
| scan.l | 346 synerr( _( "incomplete name definition" ) );
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| rtti.cc | 51 incomplete. We only need the addresses of such incomplete 59 represents is incomplete, it will have the internal type 631 errstr = _("source is a pointer to incomplete type"); 649 errstr = _("source is of incomplete class type"); 869 /* Return true, if the pointer chain TYPE ends at an incomplete type, or 870 contains a pointer to member of an incomplete class. */ 888 /* Returns true if TYPE involves an incomplete class type; in that 915 /* All other types do not involve incomplete class types. */ 924 as comdat, because of pointers to incomplete.) * 1029 bool incomplete = target_incomplete_p (to); local 1070 bool incomplete = target_incomplete_p (to); local [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| regcomp.c | 1598 bool incomplete; 1602 incomplete = false; 1610 if (!incomplete) 1612 incomplete = false; 1630 incomplete = true; 1645 bool incomplete; 1648 incomplete = false; 1682 incomplete = true; 1697 /* If the epsilon closure of `edest' is incomplete, 1698 the epsilon closure of this node is also incomplete. * 1591 bool incomplete; local 1638 bool incomplete; local [all...] |