Searched refs:NumMatches (Results 1 – 3 of 3) sorted by relevance
133 int NumMatches = 0; in apply() local141 NumMatches++; in apply()168 NumMatches++; in apply()174 if (0 == NumMatches) in apply()
4420 unsigned NumMatches = 0; in matchAndEmitATTInstruction() local4423 MatchChars[NumMatches++] = Suffixes[I]; in matchAndEmitATTInstruction()4428 for (unsigned i = 0; i != NumMatches; ++i) { in matchAndEmitATTInstruction()4431 if (i + 1 == NumMatches) in matchAndEmitATTInstruction()
13907 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local13910 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()13916 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()13918 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()