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

/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp438 // ".ifc" or ".ifnc", depending on ExpectEqual.
439 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
3620 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { argument
3641 TheCondState.CondMet = ExpectEqual == (Str1 == Str2);

Completed in 99 milliseconds