Home
last modified time | relevance | path

Searched defs:onStack (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h181 bool onStack; variable
197 bool onStack; variable
H A Dattrib.d1039 private bool onStack = false; /// true if a call to `include` is currently active variable
1146 bool onStack = false; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h194 bool onStack; variable
212 bool onStack; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp271 bool onStack(BasicBlock *BB) { in initialize() function in AggressiveDeadCodeElimination::initialize::DFState