Home
last modified time | relevance | path

Searched refs:hasWritebacks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h314 bool hasWritebacks() const { return !Writebacks.empty(); } in hasWritebacks() function
H A DCGCall.cpp5372 if (CallArgs.hasWritebacks()) in EmitCall()