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

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2542 unsigned NumMatches = 0; local
2543 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2544 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
2545 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
2546 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
2551 for (unsigned i = 0; i != NumMatches; ++i) {
2554 if (i + 1 == NumMatches)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9732 int NumMatches = Resolver.getNumMatches(); local
9734 if (NumMatches == 0 && Complain) {
9740 else if (NumMatches > 1 && Complain)
9742 else if (NumMatches == 1) {

Completed in 281 milliseconds