Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp896 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
906 bool parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank);
942 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank);
4703 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
4717 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
4843 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() argument
4859 if (ExpectBlank) in parseDirectiveElseIfb()
4867 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb()
5028 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() argument
5048 if (Text.empty() == ExpectBlank) in parseDirectiveErrorIfb()
H A DAsmParser.cpp659 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
5154 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
5166 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()