Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp119 assert(ParentLayer->isLast()); in createBoundTemporaryFromLayers()
144 assert(ParentLayer->isLast()); in createBoundTemporaryFromLayers()
152 assert(ParentLayer->isLast()); in createBoundTemporaryFromLayers()
172 assert(TopLayer->isLast()); in createFromLayers()
177 assert(TopLayer->isLast()); in createFromLayers()
182 assert(TopLayer->isLast()); in createFromLayers()
204 assert(TopLayer->isLast()); in createFromLayers()
209 assert(TopLayer->isLast()); in createFromLayers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DAMDGPUEmitPrintf.cpp163 Value *Length, bool isLast) { in callAppendStringN() argument
170 auto IsLastInt32 = Builder.getInt32(isLast); in callAppendStringN()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp688 bool isLast = &Op == &*Set.rbegin(); in emitCompressInstEmitter() local
692 if (!isLast) in emitCompressInstEmitter()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h221 bool isLast() const { return !Parent; } in isLast() function
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c126129 int isLast, /* True for final fragment in snippet */
126202 if( isLast ){
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c200743 int isLast, /* True for final fragment in snippet */
200832 if( isLast ){