Home
last modified time | relevance | path

Searched refs:NumMatches (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp117 int NumMatches = 0; in apply() local
125 NumMatches++; in apply()
152 NumMatches++; in apply()
158 if (0 == NumMatches) in apply()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4296 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
4299 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4304 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
4307 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp12268 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
12271 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
12277 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
12279 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()