Home | History | Annotate | Download | only in Frontend

Lines Matching refs:VC

1246   unsigned VC[4] = {0};
1249 Value.split(Components, ".", llvm::array_lengthof(VC));
1251 CE = std::min(Components.size(), llvm::array_lengthof(VC));
1253 if (Components[CI].getAsInteger(10, VC[CI])) {
1261 return VC[0] * 10000000 + VC[1] * 100000 + VC[2];