Home
last modified time | relevance | path

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

/freebsd-14.2/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);
6165 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
6179 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
6305 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() argument
6321 if (ExpectBlank) in parseDirectiveElseIfb()
6329 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb()
6490 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() argument
6510 if (Text.empty() == ExpectBlank) in parseDirectiveErrorIfb()
H A DAsmParser.cpp667 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
5205 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument
5217 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()