Searched defs:onStack (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ | ||
H A D | attrib.h | 181 bool onStack; variable |
H A D | attrib.d | 1039 private bool onStack = false; /// true if a call to `include` is currently active variable |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ | ||
H A D | attrib.h | 194 bool onStack; variable |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ | ||
H A D | ADCE.cpp | 271 bool onStack(BasicBlock *BB) { in initialize() function in AggressiveDeadCodeElimination::initialize::DFState |