Searched refs:Writebacks (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h296 Writebacks.insert(Writebacks.end(), other.Writebacks.begin(),
297 other.Writebacks.end());
308 Writebacks.push_back(writeback);
311 bool hasWritebacks() const { return !Writebacks.empty(); }
317 return writeback_const_range(Writebacks.begin(), Writebacks.end());
341 SmallVector<Writeback, 1> Writebacks; member in class:clang::CodeGen::CGCallee::CallArgList

Completed in 103 milliseconds