Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2607 unsigned NumMatches = 0; in MatchAndEmitATTInstruction() local
2610 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
2615 for (unsigned i = 0; i != NumMatches; ++i) { in MatchAndEmitATTInstruction()
2618 if (i + 1 == NumMatches) in MatchAndEmitATTInstruction()
/external/clang/lib/Sema/
DSemaOverload.cpp10525 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction() local
10528 if (NumMatches == 0 && ShouldComplain) { in ResolveAddressOfOverloadedFunction()
10534 else if (NumMatches > 1 && ShouldComplain) in ResolveAddressOfOverloadedFunction()
10536 else if (NumMatches == 1) { in ResolveAddressOfOverloadedFunction()