Home
last modified time | relevance | path

Searched refs:AllowParens (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp157 bool AllowParens = false);
1224 bool AllowParens) { in parseRegister() argument
1231 if (AllowParens && getLexer().is(AsmToken::LParen)) { in parseRegister()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h263 bool AllowParens = false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1934 bool LLParser::parseOptionalAlignment(MaybeAlign &Alignment, bool AllowParens) { in parseOptionalAlignment() argument
1943 if (AllowParens) { in parseOptionalAlignment()