| /src/tests/usr.bin/xlint/lint1/ |
| emit.c | 293 * Since C99, an initializer may contain a compound expression. This allows 296 * The objects that are created for these compound literals are unnamed, 305 struct compound_expression_in_initializer compound = { variable in typeref:struct:compound_expression_in_initializer
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth-pam.c | 1270 char *compound; local 1274 compound = xmalloc(len); 1276 snprintf(compound, len, "%s=%s", name, value); 1277 ret = pam_putenv(sshpam_handle, compound); 1278 free(compound);
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 1938 compound statement which does the setter call (to set the 1956 compound expression. */ 1984 /* Now build the compound statement. */ 1999 /* Now build the compound statement (s1, s2, s3) or (s2, s3) as 2010 avoid generating the compound expression if not needed), but 2046 compound expression. */ 2061 /* Now build the compound statement. */ 2129 /* Now build the compound statement (s1, s2, s3) */ 4318 binding level open while the body of the compound statement is 4325 tree compound, type, t local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 1940 compound statement which does the setter call (to set the 1958 compound expression. */ 1986 /* Now build the compound statement. */ 2001 /* Now build the compound statement (s1, s2, s3) or (s2, s3) as 2012 avoid generating the compound expression if not needed), but 2048 compound expression. */ 2063 /* Now build the compound statement. */ 2131 /* Now build the compound statement (s1, s2, s3) */ 4320 binding level open while the body of the compound statement is 4327 tree compound, type, t local [all...] |