Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp134 int NumMatches = 0; in apply() local
142 NumMatches++; in apply()
169 NumMatches++; in apply()
175 if (0 == NumMatches) in apply()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4206 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
4209 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4214 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
4217 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13078 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
13081 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
13087 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
13089 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()