Searched refs:CPUInfoEnd (Results 1 – 1 of 1) sorted by relevance
82 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); in getHostCPUNameForPowerPC() local91 while (CIP < CPUInfoEnd && CPUStart == 0) { in getHostCPUNameForPowerPC()92 if (CIP < CPUInfoEnd && *CIP == '\n') in getHostCPUNameForPowerPC()95 if (CIP < CPUInfoEnd && *CIP == 'c') { in getHostCPUNameForPowerPC()97 if (CIP < CPUInfoEnd && *CIP == 'p') { in getHostCPUNameForPowerPC()99 if (CIP < CPUInfoEnd && *CIP == 'u') { in getHostCPUNameForPowerPC()101 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()104 if (CIP < CPUInfoEnd && *CIP == ':') { in getHostCPUNameForPowerPC()106 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()109 if (CIP < CPUInfoEnd) { in getHostCPUNameForPowerPC()[all …]