HomeSort by: relevance | last modified time | path
    Searched defs:Comma (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OperatorPrecedence.h 28 Comma = 1, // ,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFModuleDefinition.cpp 37 Comma,
114 return Token(Comma, ",");
304 if (Tok.K != Comma) {
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 77 BOOLEAN Comma;
1050 , - add comma's to field
1110 Item.Comma = FALSE;
1139 Item.Comma = TRUE;
1216 Item.Comma,
1225 Item.Comma,
1247 Item.Comma,
1356 IN BOOLEAN Comma,
1384 c = (UINTN) (Comma ? ca[(p1 - str) % 3] : 999) + 1;
1402 IN BOOLEAN Comma,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 49 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 280 bool Comma = false;
283 if (Comma)
286 Comma = true;
294 bool Comma = false;
297 if (Comma)
300 Comma = true;
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 2015 const char *Comma = Policy.MSVCFormatting ? "," : ", ";
2028 OS << Comma;
2033 OS << Comma;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 125 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
136 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
156 return ParseRHSOfBinaryExpression(LHS, prec::Comma);
422 if (OpToken.isOneOf(tok::comma, tok::greater, tok::greatergreater,
427 // Bail out when encountering a comma followed by a token which can't
430 // We can't do this before consuming the comma, because
432 if (OpToken.is(tok::comma) && isNotExpressionStart()) {
2482 if (ExpectAndConsume(tok::comma)) {
2508 if (ExpectAndConsume(tok::comma)) {
2586 if (ExpectAndConsume(tok::comma)) {
    [all...]
ParsePragma.cpp 883 while (Tok.is(tok::comma)) {
963 if (Tok.is(tok::comma)) {
965 // If we've got a comma, we either need a label or a string.
969 if (Tok.is(tok::comma))
1227 if (R.isInvalid() && !Tok.is(tok::comma))
1232 if (Tok.is(tok::comma)) {
1401 RuleLoc, Tok.is(tok::comma) ? Tok.getLocation() : RuleLoc));
1456 RuleLoc, Tok.is(tok::comma) ? Tok.getLocation() : RuleEndLoc));
1459 } while (IsAny && TryConsumeToken(tok::comma));
1472 Comma,
1669 << tok::comma; member in class:tok
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 141 Comma, // ?Q operator,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 747 if (getLexer().isNot(AsmToken::Comma))
758 if (getLexer().is(AsmToken::Comma)) {
768 if (getLexer().is(AsmToken::Comma)) {
1058 static char const *Comma = ",";
1067 AsmToken(AsmToken::TokenKind::Comma, Comma));
1131 case AsmToken::Comma: {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 212 bool Comma = false;
215 Comma = true;
218 if (Comma)
221 Comma = true;
224 if (Comma)
229 if (Comma)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1351 Comma,
1549 case tok::comma:
1550 Tok.Kind = MMToken::Comma;
2261 if (!Tok.is(MMToken::Comma))
2264 // Consume the comma.
2651 // If there's a comma, consume it.
2652 if (!Tok.is(MMToken::Comma))
2701 if (!Tok.is(MMToken::Comma)) {
2966 case MMToken::Comma:

Completed in 41 milliseconds