Home | History | Annotate | Download | only in src

Lines Matching refs:TEMPORARY

458   // explicitly, and TEMPORARY variables are allocated via NewTemporary().
496 TEMPORARY,
850 Indent(n1, "// temporary vars\n");
1106 // Exceptions: temporary variables are never allocated in a context;
1108 if (var->mode() == TEMPORARY) return false;