Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp133 int NumMatches = 0; in apply() local
141 NumMatches++; in apply()
168 NumMatches++; in apply()
174 if (0 == NumMatches) in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4420 unsigned NumMatches = 0; in matchAndEmitATTInstruction() local
4423 MatchChars[NumMatches++] = Suffixes[I]; in matchAndEmitATTInstruction()
4428 for (unsigned i = 0; i != NumMatches; ++i) { in matchAndEmitATTInstruction()
4431 if (i + 1 == NumMatches) in matchAndEmitATTInstruction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13907 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
13910 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
13916 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
13918 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()