Home
last modified time | relevance | path

Searched refs:canCopyArgument (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGCXXABI.cpp32 bool CGCXXABI::canCopyArgument(const CXXRecordDecl *RD) const { in canCopyArgument() function in CGCXXABI
DCGCXXABI.h140 bool canCopyArgument(const CXXRecordDecl *RD) const;
DMicrosoftCXXABI.cpp804 if (!canCopyArgument(RD)) in getRecordArgABI()