Searched refs:NextIsHash (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3515 bool NextIsHash = Parser.getLexer().peekTok().is(AsmToken::Hash); local
3517 !(NextIsVL || NextIsHash))
3531 if (NextIsHash) {

Completed in 109 milliseconds