Searched defs:needsCopy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.h | 271 virtual bool needsCopy() const { return true; } needsCopy() function |
H A D | CGBlocks.cpp | 2255 bool needsCopy() const override { return CopyExpr != nullptr; } needsCopy() function in __anonc79bb8b90911::CXXByrefHelpers |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertExpr.cpp | 2458 const bool needsCopy = isStaticConstantByValue || variableNeedsCopy; prepareActualToBaseAddressLike() local |