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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c1287 onStack = false;
1306 if (errors || onStack)
1308 onStack = true;
1336 onStack = false;
1342 onStack = false;
1398 this->onStack = false;
1428 if (errors || onStack)
1432 assert(!onStack);
1435 onStack = true;
1443 onStack
[all...]
H A Dattrib.h194 bool onStack; member in class:StaticIfDeclaration
212 bool onStack; member in class:StaticForeachDeclaration
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d1039 private bool onStack = false; /// true if a call to `include` is currently active
1061 if (errors || onStack)
1063 onStack = true;
1064 scope(exit) onStack = false;
1146 bool onStack = false;
1181 if (errors || onStack)
1185 assert(!onStack);
1188 onStack = true;
1189 scope(exit) onStack = false;
H A Dattrib.h181 bool onStack; member in class:StaticIfDeclaration
197 bool onStack; member in class:StaticForeachDeclaration
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp271 bool onStack(BasicBlock *BB) { function in class:DFState
287 if (State.onStack(Succ)) {

Completed in 202 milliseconds