Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
6197 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
6211 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
6337 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() argument
6353 if (ExpectBlank) in parseDirectiveElseIfb()
6361 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb()
6522 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() argument
6542 if (Text.empty() == ExpectBlank) in parseDirectiveErrorIfb()
H A DAsmParser.cpp665 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
5191 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
5203 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()