Searched refs:ExpectBlank (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 942 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank); 952 bool parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank); 988 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank); 5866 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument 5881 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb() 6006 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() argument 6022 if (ExpectBlank) in parseDirectiveElseIfb() 6031 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveElseIfb() 6193 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() argument 6213 if (Text.empty() == ExpectBlank) in parseDirectiveErrorIfb()
|
D | AsmParser.cpp | 637 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank); 5108 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument 5121 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 505 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 637 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank); 5073 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() argument 5086 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
|