reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 1035   bool shouldReturnTypeInRegister(QualType Ty, ASTContext &Context) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 1264     return shouldReturnTypeInRegister(AT->getElementType(), Context);
 1280     if (!shouldReturnTypeInRegister(FD->getType(), Context))
 1435     if (shouldReturnTypeInRegister(RetTy, getContext())) {