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

/external/llvm/lib/Support/
H A DRegex.cpp153 unsigned RefValue; local
154 if (!Ref.getAsInteger(10, RefValue) &&
155 RefValue < Matches.size())
156 Res += Matches[RefValue];
/external/clang/lib/AST/
H A DExprConstant.cpp2783 APValue RefValue; local
2785 RefValue))
2787 return Success(RefValue, E);

Completed in 76 milliseconds