Searched defs:RefValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DRegex.cpp157 unsigned RefValue; local
158 if (!Ref.getAsInteger(10, RefValue) &&
159 RefValue < Matches.size())
160 Res += Matches[RefValue];

Completed in 68 milliseconds