/src/tests/usr.bin/xlint/lint1/ |
d_c99_compound_literal_comma.c | 13 struct point { struct 18 struct point 19 point_abs(struct point point) 22 if (point.x >= 0 && point.y >= 0) 23 return (struct point){ point.x, point.y }; 26 if (point.x >= 0 [all...] |
msg_319.c | 12 struct point { struct 15 } point = (struct point) { variable in typeref:struct:point 20 /* expect-2: error: {}-enclosed or constant initializer of type 'struct point' required [181] */
|
msg_188.c | 8 struct point { struct 13 struct point global = { 23 struct point local = {
|
init_c90.c | 12 struct point { struct 16 struct point point_c90 = { 0, 0 }; 19 struct point point_c99 = { .x = 0, .y = 0 }; 21 struct point points_c90[] = {{ 0, 0 }}; 23 struct point points_c99[] = {[3] = { 0, 0 }}; 26 struct point 29 return (struct point){ 0, 0 };
|
msg_171.c | 36 * 'struct point' and 'pointer to struct point'. 41 struct point { struct in function:pointer_to_compound_literal 45 struct point *p = &(struct point){ 53 struct point p2 = { 54 (int)sizeof(struct point){ 55 (int)sizeof(struct point){ 56 (int)sizeof(struct point){ 57 (int)sizeof(struct point){ [all...] |
msg_103.c | 8 struct point { struct 13 test(struct point pt, struct point *ptr) 16 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to struct point' [103] */
|
msg_104.c | 8 struct point { struct 14 test(struct point pt, struct point *ptr) 16 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */
|
d_c99_anon_struct.c | 8 struct point { struct 15 struct point top_left; 16 struct point bottom_right;
|
msg_313.c | 8 struct point { struct
|
msg_315.c | 8 struct point { struct
|
msg_101.c | 8 struct point { struct 15 test(const struct point *ptr, const struct point pt) 22 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */ 24 /* expect+1: error: type 'const struct point' does not have member 'z' [101] */ 28 /* expect+1: error: left operand of '.' must be struct or union, not 'pointer to const struct point' [103] */ 30 /* expect+1: error: left operand of '->' must be pointer to struct or union, not 'struct point' [104] */ 34 /* expect+1: error: type 'pointer to const struct point' does not have member 'z' [101] */ 36 /* expect+1: error: type 'struct point' does not have member 'z' [101] */
|
init_c99.c | 123 struct point { struct 128 struct point point = { variable in typeref:struct:point 133 struct point point_with_designators = { 138 struct point point_with_mixed_designators = { 151 struct point origin = { 158 struct point pythagoras = { 3, 4 }; 177 struct point scalar_with_several_braces = { 183 struct point top_left; 184 struct point bottom_right [all...] |
/src/tests/usr.bin/indent/ |
lsym_rbrace.c | 58 struct point 61 return (struct point){
|
lsym_lbrace.c | 55 struct point 58 return (struct point){
|
lsym_period.c | 22 struct point { struct
|
lsym_lparen_or_lbracket.c | 174 origin = (struct point){0,0}; 197 origin = (struct point){0, 0}; 211 return (struct point){0, 0}; 212 return (struct point){ 215 return (struct point){.x = 0, .y = 0}; 216 return (struct point){
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_cursc37a.c | 39 nvif_wr32(&wndw->wimm.base.user, 0x0208, asyw->point.y << 16 | 40 asyw->point.x); 45 .point = cursc37a_point,
|
/src/usr.bin/make/unit-tests/ |
export-variants.mk | 12 . warning At this point, no variable should be exported. 16 . warning At this point, no variable should be exported. 20 . warning At this point, no variable should be exported. 28 . warning At this point, a single variable should be exported. 32 . warning At this point, a single variable should be exported. 36 . warning At this point, a single variable should be exported.
|
suff-main.mk | 4 # suffixes are not known at the point of declaration. 9 # At this point, the target '.1.2' is a normal target. 16 # At this point, 'next-main' is effectively ignored.
|
suff-main-several.mk | 4 # suffixes are not known at the point of declaration. 11 # At this point, the above targets are normal targets. 17 # At this point, 'next-main' is just a regular target. 26 # At this point, 'next-main' is still the default main target, even though
|
varname-dot-parsedir.exp | 1 make: varname-dot-parsedir.mk:37: At this point, .PARSEDIR is undefined.
|
varname-dot-parsefile.exp | 1 make: varname-dot-parsefile.mk:32: At this point, .PARSEFILE is undefined.
|
directive-elifdef.mk | 6 # At this point, VAR is not defined, so the condition evaluates to false. 14 # At this point, VAR is defined, so the condition evaluates to true.
|
directive-elifndef.mk | 6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the 16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
|
/src/common/lib/libc/arch/sparc/string/ |
strlen.S | 48 add %o0, 1, %o1 ! save starting point + 1
|