Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp674 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1896 return parseDirectiveEndIf(IDLoc); in parseStatement()
5418 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp1031 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2216 return parseDirectiveEndIf(IDLoc); in parseStatement()
6680 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser