Searched refs:numtemps (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | tblcmp.c | 234 peakpairs = numtemps * numecs + tblend; in cmptmps() 247 while ( lastdfa + numtemps + 1 >= current_max_dfas ) in cmptmps() 252 for ( i = 1; i <= numtemps; ++i ) in cmptmps() 443 numtemps = 0; in inittbl() 494 ++numtemps; in mkdeftbl() 718 ++numtemps; 727 tmpbase = numtemps * numecs; 751 mkprot( tnxt + tmpbase, -numtemps, comstate ); 758 mkentry( tmp, numecs, statenum, -numtemps, numdiff );
|
D | main.c | 80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP]; variable 530 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend; 534 lastdfa + numtemps, current_max_dfas ); 540 numtemps * nummecs, 542 numtemps * numecs ); 549 numtemps, tmpuses );
|
D | flexdef.h | 526 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
|
D | gen.c | 950 total_states = lastdfa + numtemps; in gentabs()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 693 unsigned numtemps) in ExprWithCleanups() argument 700 if (numtemps) { in ExprWithCleanups() 701 setNumTemporaries(C, numtemps); in ExprWithCleanups() 702 for (unsigned i = 0; i != numtemps; ++i) in ExprWithCleanups()
|