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

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2440 unsigned NumMatches = 0; local
2441 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2442 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
2443 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
2444 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
2449 for (unsigned i = 0; i != NumMatches; ++i) {
2452 if (i + 1 == NumMatches)
/external/clang/lib/Sema/
H A DSemaOverload.cpp9989 int NumMatches = Resolver.getNumMatches(); local
9991 if (NumMatches == 0 && Complain) {
9997 else if (NumMatches > 1 && Complain)
9999 else if (NumMatches == 1) {

Completed in 157 milliseconds