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.cpp1013 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1023 bool parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1059 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank);
6166 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
6180 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
6306 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() argument
6322 if (ExpectBlank) in parseDirectiveElseIfb()
6330 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb()
6491 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() argument
6511 if (Text.empty() == ExpectBlank) in parseDirectiveErrorIfb()
H A DAsmParser.cpp668 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
5216 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
5228 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()