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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 8487     CCState State(FI.getCallingConvention());
 8491     if (!getCXXABI().classifyReturnType(FI))
 8492       FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 8492       FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 8493     updateState(FI.getReturnInfo(), FI.getReturnType(), State);
 8493     updateState(FI.getReturnInfo(), FI.getReturnType(), State);
 8494     for (auto &I : FI.arguments()) {