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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h48 LParen, RParen, LBrac, RBrac, LCurly, RCurly, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp80 case AsmToken::LCurly: OS << "LCurly"; break;
H A DAsmLexer.cpp637 case '{': return AsmToken(AsmToken::LCurly, StringRef(TokStart, 1));
H A DAsmParser.cpp1727 } else if (Lexer.is(AsmToken::LCurly)) {
2282 if (Lexer.isNot(AsmToken::LCurly) && Lexer.isNot(AsmToken::RCurly))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1917 if (getLexer().is(AsmToken::LCurly))
2036 case AsmToken::LCurly: {
2127 if (getLexer().is(AsmToken::LCurly)) {
2168 if (!Z || getLexer().is(AsmToken::LCurly)) {
2188 if (getLexer().is(AsmToken::LCurly) && !Z) {
2433 if (getLexer().is(AsmToken::LCurly)) {
2715 (getLexer().is(AsmToken::LCurly) || getLexer().is(AsmToken::RCurly));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp580 case AsmToken::LCurly: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp926 if (Token.is(AsmToken::TokenKind::LCurly) ||
1104 case AsmToken::LCurly: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3314 if (!Parser.getTok().is(AsmToken::LCurly))
3339 auto LCurly = Parser.getTok(); local
3349 Parser.getLexer().UnLex(LCurly);
3591 case AsmToken::LCurly:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4213 if (Parser.getTok().isNot(AsmToken::LCurly))
4284 if (Parser.getTok().isNot(AsmToken::LCurly))
4556 if (Parser.getTok().isNot(AsmToken::LCurly))
6045 case AsmToken::LCurly:

Completed in 287 milliseconds