Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp116 int NumMatches = 0; in apply() local
124 NumMatches++; in apply()
151 NumMatches++; in apply()
157 if (0 == NumMatches) in apply()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4306 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
4309 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4314 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
4317 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp12457 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
12460 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
12466 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
12468 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()