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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 7558     CCState State(FI.getCallingConvention());
 7561     if (FI.getHasRegParm()) {
 7562       State.FreeRegs = FI.getRegParm();
 7567     if (!getCXXABI().classifyReturnType(FI))
 7568       FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 7568       FI.getReturnInfo() = classifyReturnType(FI.getReturnType());
 7569     for (auto &I : FI.arguments())