Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp505 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
4395 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
4409 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()