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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp76 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); local
85 while (CIP < CPUInfoEnd && CPUStart == 0) {
86 if (CIP < CPUInfoEnd && *CIP == '\n')
89 if (CIP < CPUInfoEnd && *CIP == 'c') {
91 if (CIP < CPUInfoEnd && *CIP == 'p') {
93 if (CIP < CPUInfoEnd && *CIP == 'u') {
95 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t'))
98 if (CIP < CPUInfoEnd && *CIP == ':') {
100 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t'))
103 if (CIP < CPUInfoEnd) {
[all...]

Completed in 159 milliseconds