Searched refs:Match3 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D040Filter.t89 log4perl.filter.Match3 = Log::Log4perl::Filter::StringMatch
90 log4perl.filter.Match3.StringToMatch = suppress
91 log4perl.filter.Match3.AcceptOnMatch = true
94 log4perl.filter.MyBoolean.logic = !Match3 && (Match1 || Match2)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm165 (Match1 && Match2) || Match3 # Both Match1 and Match2 or Match3
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1846 unsigned Match1, Match2, Match3, Match4; local
1854 Match3 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
1868 (Match3 == Match_Success) + (Match4 == Match_Success);
1886 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
1909 (Match3 == Match_MnemonicFail) && (Match4 == Match_MnemonicFail)) {
1938 (Match3 == Match_MissingFeature) + (Match4 == Match_MissingFeature) == 1){
1947 (Match3 == Match_InvalidOperand) + (Match4 == Match_InvalidOperand) == 1){
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm268 (Match1 && Match2) || Match3 # Both Match1 and Match2 or Match3

Completed in 100 milliseconds