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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6445   if (!getCXXABI().classifyReturnType(FI))
 6446     FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 6446     FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 6447   for (auto &I : FI.arguments())
 6451   if (FI.getCallingConvention() != llvm::CallingConv::C)
 6454   FI.setEffectiveCallingConvention(getRuntimeCC());