| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | peel-loop2.ll | 6 @Comma = external global i8 17 %0 = load i8, i8* @Comma 23 store i8 1, i8* @Comma 38 ; CHECK: %[[REG1:[0-9]+]] = load i8, i8* @Comma 43 ; CHECK: store i8 1, i8* @Comma 51 ; CHECK: %[[REG1b:.*]] = load i8, i8* @Comma 56 ; CHECK: store i8 1, i8* @Comma
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptParser.cpp | 327 while (isNextTokenKind(Kind::Comma)) { in parseFlags() 436 RETURN_IF_ERROR(consumeType(Kind::Comma)); in parseAcceleratorsResource() 515 while (consumeOptionalType(Kind::Comma)) { in parseUserDefinedResource() 549 RETURN_IF_ERROR(consumeType(Kind::Comma)); in parseControl() 554 RETURN_IF_ERROR(consumeType(Kind::Comma)); in parseControl() 574 if (consumeOptionalType(Kind::Comma)) { in parseControl() 581 if (consumeOptionalType(Kind::Comma)) { in parseControl() 586 if (consumeOptionalType(Kind::Comma)) { in parseControl() 699 consumeOptionalType(Kind::Comma); in parseStringTableResource() 818 RETURN_IF_ERROR(consumeType(Kind::Comma)); in parseFontStmt() [all …]
|
| H A D | ResourceScriptTokenList.def | 29 SHORT_TOKEN(Comma, ',') // Comma - resource arguments separator.
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 124 if (Lexer->isNot(AsmToken::Comma)) in parseGroup() 133 if (Lexer->is(AsmToken::Comma)) { in parseGroup() 149 if (expect(AsmToken::Comma, ",")) in parseSectionDirective() 179 if (expect(AsmToken::Comma, ",") || expect(AsmToken::At, "@")) in parseSectionDirective() 215 if (expect(AsmToken::Comma, ",")) in parseDirectiveSize() 238 if (!(isNext(AsmToken::Comma) && isNext(AsmToken::At) && in parseDirectiveType() 294 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute()
|
| H A D | ELFAsmParser.cpp | 227 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize() 373 if (!getLexer().is(AsmToken::Comma)) in parseSunStyleSectionFlags() 404 if (L.isNot(AsmToken::Comma)) in maybeParseSectionType() 425 if (getLexer().isNot(AsmToken::Comma)) in parseMergeSize() 437 if (L.isNot(AsmToken::Comma)) in parseGroup() 446 if (L.is(AsmToken::Comma)) { in parseGroup() 462 if (L.isNot(AsmToken::Comma)) in parseLinkedToSym() 483 if (L.isNot(AsmToken::Comma)) in maybeParseUniqueID() 491 if (L.isNot(AsmToken::Comma)) in maybeParseUniqueID() 557 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments() [all …]
|
| H A D | DarwinAsmParser.cpp | 531 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveDesc() 643 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLsym() 673 if (!getLexer().is(AsmToken::Comma)) in parseDirectiveSection() 837 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveTBSS() 848 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveTBSS() 889 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill() 910 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill() 922 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill() 933 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveZerofill() 1023 if (getLexer().isNot(AsmToken::Comma)) in parseMajorMinorVersionComponent() [all …]
|
| H A D | MCAsmParserExtension.cpp | 33 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveCGProfile() 42 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveCGProfile()
|
| H A D | COFFAsmParser.cpp | 293 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute() 362 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection() 377 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection() 390 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection() 654 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveHandler() 660 if (getLexer().is(AsmToken::Comma)) { in ParseSEHDirectiveHandler()
|
| H A D | MasmParser.cpp | 3053 if (Lexer.is(AsmToken::Comma)) in parseMacroArgument() 3219 if (Lexer.is(AsmToken::Comma)) in parseMacroArguments() 5235 parseToken(AsmToken::Comma, in parseDirectiveCVLinetable() 5239 parseToken(AsmToken::Comma, in parseDirectiveCVLinetable() 5318 AsmToken::Comma, in parseDirectiveCVDefRange() 5344 if (parseToken(AsmToken::Comma, in parseDirectiveCVDefRange() 5361 if (parseToken(AsmToken::Comma, in parseDirectiveCVDefRange() 5382 AsmToken::Comma, in parseDirectiveCVDefRange() 6520 if (parseToken(AsmToken::Comma)) in parseDirectiveErrorIfb() 7053 if (parseToken(AsmToken::Comma, in parseDirectiveFor() [all …]
|
| H A D | AsmParser.cpp | 2711 if (Lexer.is(AsmToken::Comma)) in parseMacroArgument() 2871 if (Lexer.is(AsmToken::Comma)) in parseMacroArguments() 3165 if (Lexer.is(AsmToken::Comma)) { in parseDirectiveReloc() 3321 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveZero() 4027 AsmToken::Comma, in parseDirectiveCVDefRange() 4053 if (parseToken(AsmToken::Comma, in parseDirectiveCVDefRange() 4070 if (parseToken(AsmToken::Comma, in parseDirectiveCVDefRange() 4091 AsmToken::Comma, in parseDirectiveCVDefRange() 4514 if (getLexer().is(AsmToken::Comma)) in parseDirectiveMacro() 4571 if (getLexer().is(AsmToken::Comma)) in parseDirectiveMacro() [all …]
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-type-factors.m | 47 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 61 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 77 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 93 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 111 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 123 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm… 135 …st1}{LeftParen (}{Placeholder enum Priority priority}{Comma , }{Placeholder enum Color color}{Comm…
|
| H A D | complete-block-properties.m | 45 …pe Foo}{TypedText blocker}{LeftParen (}{Placeholder int x}{Comma , }{Placeholder Foo y}{Comma , }{… 51 …Decl:{ResultType int}{TypedText performB}{LeftParen (}{Placeholder int x}{Comma , }{Placeholder in…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | tokenizer.test | 32 ; CHECK-NEXT: Comma: , 34 ; CHECK-NEXT: Comma: , 36 ; CHECK-NEXT: Comma: ,
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 380 if (!isNext(AsmToken::Comma)) in parseRegTypeList() 491 if (isNext(AsmToken::Comma)) { in parseLimits() 519 return expect(AsmToken::Comma, ","); in parseFunctionTableOperand() 719 if (!isNext(AsmToken::Comma)) in ParseInstruction() 730 if (expect(AsmToken::Comma, ",")) in ParseInstruction() 795 if (expect(AsmToken::Comma, ",")) in ParseDirective() 808 if (isNext(AsmToken::Comma)) { in ParseDirective() 831 if (expect(AsmToken::Comma, ",")) in ParseDirective() 890 if (expect(AsmToken::Comma, ",")) in ParseDirective() 902 if (expect(AsmToken::Comma, ",")) in ParseDirective() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | exception-escape.rst | 32 Comma separated list containing function names which should not throw. An 39 Comma separated list containing type names which are not counted as thrown
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | format.h | 45 Star, LParen, RParen, Comma, Point, Sign, in ENUM_CLASS() argument 410 token_.set_kind(TokenKind::Comma); in NextToken() 413 Advance(TokenKind::Comma); in NextToken() 695 } while (token_.kind() == TokenKind::Comma); in Check() 855 case TokenKind::Comma: in Check() 876 case TokenKind::Comma: // Normal comma case; move past token. in Check()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 280 bool Comma = false; in PrintGPR() local 283 if (Comma) in PrintGPR() 286 Comma = true; in PrintGPR() 294 bool Comma = false; in PrintRegisters() local 297 if (Comma) in PrintRegisters() 300 Comma = true; in PrintRegisters()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 35 Comma, enumerator 107 return Token(Comma, ","); in lex() 297 if (Tok.K != Comma) { in parseNumbers()
|
| /llvm-project-15.0.7/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 27 SHORT_TOKEN(Comma, ',') // Comma - resource arguments separator.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 28 Comma = 1, // , enumerator
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-expr.c | 12 void Comma(void) { in Comma() function
|
| H A D | ast-dump-expr-json.c | 3 void Comma(void) { in Comma() function
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSON.cpp | 244 return Token::Comma; in GetToken() 499 } else if (token == JSONParser::Token::Comma) { in ParseJSONObject() 527 if (token == JSONParser::Token::Comma) { in ParseJSONArray()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 41 case tok::comma: return prec::Comma; in getBinOpPrecedence()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 220 bool Comma = false; in operator <<() local 223 Comma = true; in operator <<() 226 if (Comma) in operator <<() 229 Comma = true; in operator <<() 232 if (Comma) in operator <<() 237 if (Comma) in operator <<() 242 if (Comma) in operator <<()
|