Home | History | Annotate | Download | only in Mips

Lines Matching defs:RetType

904   const char *RetType;
908 // # Stub function to call rettype xxxx (params)
912 RetType = "float";
915 RetType = "double";
918 RetType = "complex";
921 RetType = "double complex";
924 RetType = "";
951 OutStreamer.AddComment("\t# Stub function to call " + Twine(RetType) + " " +