Searched refs:CPUInfoEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp78 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); local
87 while (CIP < CPUInfoEnd && CPUStart == 0) {
88 if (CIP < CPUInfoEnd && *CIP == '\n')
91 if (CIP < CPUInfoEnd && *CIP == 'c') {
93 if (CIP < CPUInfoEnd && *CIP == 'p') {
95 if (CIP < CPUInfoEnd && *CIP == 'u') {
97 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t'))
100 if (CIP < CPUInfoEnd && *CIP == ':') {
102 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t'))
105 if (CIP < CPUInfoEnd) {
[all...]

Completed in 72 milliseconds