Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp154 callAppendStringN(IRBuilder<> & Builder,Value * Desc,Value * Str,Value * Length,bool isLast) callAppendStringN() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h228 bool isLast() const { return !Parent; } in isLast() function