| /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...] |
| /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/mit/lua/dist/src/ |
| lua.c | 472 /* mark in error messages for incomplete statements */ 480 ** incomplete statements. 482 static int incomplete (lua_State *L, int status) { function 546 if (!incomplete(L, status) || !pushline(L, 0)) {
|
| /src/external/gpl3/gcc/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"); 873 /* Return true, if the pointer chain TYPE ends at an incomplete type, or 874 contains a pointer to member of an incomplete class. */ 892 /* Returns true if TYPE involves an incomplete class type; in that 919 /* All other types do not involve incomplete class types. */ 928 as comdat, because of pointers to incomplete.) * 1033 bool incomplete = target_incomplete_p (to); local 1074 bool incomplete = target_incomplete_p (to); local [all...] |
| pt.cc | 920 /* An implicit instantiation of an incomplete type implies 930 is incomplete. */ 1906 // arguments if it sees incomplete argument packs. 9937 incomplete type (finish_template_type), and the second type during the 10073 /* We've been given an incomplete set of template arguments. 12348 /* If the template we're instantiating is incomplete, then clearly 12623 type is incomplete by definition) give 13676 incomplete packs; we'll try again after deduction. */ 17236 performed in an incomplete-class context, within which 22532 bool incomplete = true 22531 bool incomplete = true; local [all...] |
| /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/crypto/dist/ipsec-tools/src/racoon/ |
| pfkey.c | 1233 int incomplete = 0; local 1318 incomplete = 1; 1321 if (incomplete)
|
| /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...] |