Home
last modified time | relevance | path

Searched defs:isLast (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dclient.cc107 unsigned code, bool isLast) in ProcessResponse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp163 Value *Length, bool isLast) { in callAppendStringN()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h221 bool isLast() const { return !Parent; } in isLast() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp688 bool isLast = &Op == &*Set.rbegin(); in emitCompressInstEmitter() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d442 bool isLast = !_alloc.decRef(); in ~this() local
788 bool isLast = !_alloc.decRef(); in ~this() local
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h469 inline void setLast(bool isLast) { m_isLast = isLast; } in setLast()