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

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c5234 static int constructor_constant;
5472 p->constant = constructor_constant;
5487 constructor_constant = 1;
5614 p->constant = constructor_constant;
5629 constructor_constant = 1;
5678 constructor_constant = TREE_CONSTANT (value);
5875 else if (!constructor_constant
5888 if (constructor_constant)
5890 if (constructor_constant && constructor_simple)
5903 constructor_constant
5208 static int constructor_constant; variable
[all...]

Completed in 80 milliseconds