Searched refs:CPUInfoEnd (Results 1 – 1 of 1) sorted by relevance
81 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); in getHostCPUNameForPowerPC() local90 while (CIP < CPUInfoEnd && CPUStart == 0) { in getHostCPUNameForPowerPC()91 if (CIP < CPUInfoEnd && *CIP == '\n') in getHostCPUNameForPowerPC()94 if (CIP < CPUInfoEnd && *CIP == 'c') { in getHostCPUNameForPowerPC()96 if (CIP < CPUInfoEnd && *CIP == 'p') { in getHostCPUNameForPowerPC()98 if (CIP < CPUInfoEnd && *CIP == 'u') { in getHostCPUNameForPowerPC()100 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()103 if (CIP < CPUInfoEnd && *CIP == ':') { in getHostCPUNameForPowerPC()105 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()108 if (CIP < CPUInfoEnd) { in getHostCPUNameForPowerPC()[all …]