Searched refs:constructor_simple (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c6085 static int constructor_simple;
6328 p->simple = constructor_simple;
6345 constructor_simple = 1;
6473 p->simple = constructor_simple;
6490 constructor_simple = 1;
6540 constructor_simple = TREE_STATIC (value);
6745 if (constructor_constant && constructor_simple)
6769 constructor_simple = p->simple;
7466 constructor_simple = 0;
6059 static int constructor_simple; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c4738 static int constructor_simple;
4974 p->simple = constructor_simple;
4989 constructor_simple = 1;
5116 p->simple = constructor_simple;
5131 constructor_simple = 1;
5180 constructor_simple = TREE_STATIC (value);
5381 if (constructor_constant && constructor_simple)
5395 constructor_simple = p->simple;
6049 constructor_simple = 0;
4713 static int constructor_simple; variable

Completed in 287 milliseconds