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

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 8190   ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 8353   ABIArgInfo AI = classifyType(Ty, 16 * 8);
 8407   FI.getReturnInfo() = classifyType(FI.getReturnType(), 32 * 8);
 8409     I.info = classifyType(I.type, 16 * 8);