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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4896 static int constructor_depth;
5110 p->depth = constructor_depth;
5123 constructor_depth = SPELLING_DEPTH ();
5252 p->depth = constructor_depth;
5265 constructor_depth = SPELLING_DEPTH ();
5292 constructor_depth++;
5299 constructor_depth++;
5441 if (constructor_depth > 2)
5472 RESTORE_SPELLING_DEPTH (constructor_depth);
5533 constructor_depth
4870 static int constructor_depth; variable
[all...]

Completed in 99 milliseconds