Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4313 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
4316 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
4321 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
4324 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp12608 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
12611 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
12617 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
12619 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()