HomeSort by: relevance | last modified time | path
    Searched defs:constructor_depth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 9176 static int constructor_depth;
9394 p->depth = constructor_depth;
9410 constructor_depth = SPELLING_DEPTH ();
9544 p->depth = constructor_depth;
9560 constructor_depth = SPELLING_DEPTH ();
9588 constructor_depth++;
9595 constructor_depth++;
9749 if (constructor_depth > 2)
9897 constructor_depth = p->depth;
9900 RESTORE_SPELLING_DEPTH (constructor_depth);
9149 static int constructor_depth; variable
    [all...]
c-typeck.cc 9176 static int constructor_depth;
9394 p->depth = constructor_depth;
9410 constructor_depth = SPELLING_DEPTH ();
9544 p->depth = constructor_depth;
9560 constructor_depth = SPELLING_DEPTH ();
9588 constructor_depth++;
9595 constructor_depth++;
9749 if (constructor_depth > 2)
9897 constructor_depth = p->depth;
9900 RESTORE_SPELLING_DEPTH (constructor_depth);
9149 static int constructor_depth; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 8377 static int constructor_depth;
8598 p->depth = constructor_depth;
8614 constructor_depth = SPELLING_DEPTH ();
8747 p->depth = constructor_depth;
8763 constructor_depth = SPELLING_DEPTH ();
8791 constructor_depth++;
8798 constructor_depth++;
8951 if (constructor_depth > 2)
9088 constructor_depth = p->depth;
9091 RESTORE_SPELLING_DEPTH (constructor_depth);
8352 static int constructor_depth; variable
    [all...]
c-typeck.cc 8377 static int constructor_depth;
8598 p->depth = constructor_depth;
8614 constructor_depth = SPELLING_DEPTH ();
8747 p->depth = constructor_depth;
8763 constructor_depth = SPELLING_DEPTH ();
8791 constructor_depth++;
8798 constructor_depth++;
8951 if (constructor_depth > 2)
9088 constructor_depth = p->depth;
9091 RESTORE_SPELLING_DEPTH (constructor_depth);
8352 static int constructor_depth; variable
    [all...]

Completed in 126 milliseconds