Searched refs:Comma (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/include/clang/Basic/
H A DOperatorPrecedence.h29 Comma = 1, // , enumerator in enum:clang::prec::Level
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp184 if (getLexer().isNot(AsmToken::Comma))
214 if (getLexer().isNot(AsmToken::Comma))
339 if (!getLexer().is(AsmToken::Comma))
391 if (getLexer().is(AsmToken::Comma)) {
397 if (getLexer().isNot(AsmToken::Comma))
425 if (getLexer().isNot(AsmToken::Comma)) {
443 if (getLexer().isNot(AsmToken::Comma))
453 if (getLexer().isNot(AsmToken::Comma))
458 if (getLexer().is(AsmToken::Comma)) {
467 if (getLexer().is(AsmToken::Comma)) {
[all...]
H A DDarwinAsmParser.cpp412 if (getLexer().isNot(AsmToken::Comma))
505 if (getLexer().isNot(AsmToken::Comma))
524 if (getLexer().isNot(AsmToken::Comma))
554 if (!getLexer().is(AsmToken::Comma))
700 if (getLexer().isNot(AsmToken::Comma))
711 if (getLexer().is(AsmToken::Comma)) {
752 if (getLexer().isNot(AsmToken::Comma))
771 if (getLexer().isNot(AsmToken::Comma))
783 if (getLexer().isNot(AsmToken::Comma))
794 if (getLexer().is(AsmToken::Comma)) {
[all...]
H A DCOFFAsmParser.cpp282 if (getLexer().isNot(AsmToken::Comma))
346 if (getLexer().is(AsmToken::Comma)) {
361 if (getLexer().is(AsmToken::Comma)) {
374 if (getLexer().isNot(AsmToken::Comma))
557 if (getLexer().isNot(AsmToken::Comma))
563 if (getLexer().is(AsmToken::Comma)) {
602 if (getLexer().isNot(AsmToken::Comma))
643 if (getLexer().isNot(AsmToken::Comma))
670 if (getLexer().isNot(AsmToken::Comma))
H A DAsmParser.cpp721 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof))
1940 if (ParenLevel == 0 && Lexer.is(AsmToken::Comma))
2082 if (Lexer.is(AsmToken::Comma))
2283 if (getLexer().isNot(AsmToken::Comma))
2371 if (getLexer().isNot(AsmToken::Comma))
2407 if (getLexer().isNot(AsmToken::Comma))
2457 if (getLexer().isNot(AsmToken::Comma))
2515 if (getLexer().isNot(AsmToken::Comma))
2535 if (getLexer().is(AsmToken::Comma)) {
2572 if (getLexer().isNot(AsmToken::Comma))
[all...]
H A DAsmLexer.cpp545 case ',': return AsmToken(AsmToken::Comma, StringRef(TokStart, 1));
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp42 case tok::comma: return prec::Comma;
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h264 bool Comma = false; local
267 if (Comma)
270 Comma = true;
278 bool Comma = false; local
281 if (Comma)
284 Comma = true;
H A DStreamWriter.h179 bool Comma = false; local
181 if (Comma)
184 Comma = true;
H A DARMWinEHPrinter.cpp158 bool Comma = false; local
161 if (Comma)
164 Comma = true;
169 if (Comma)
172 Comma = true;
177 if (Comma)
180 Comma = true;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c442 # define Comma( X) (X? ",":"") macro
448 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
454 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
460 fprintf(f, "%s\n {", Comma(pt));
470 fprintf(f, "%s %d", Comma(t), y);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp49 constexpr int Comma(int n) { return // expected-error {{constexpr function never produces a constant expression}} function in namespace:PotentialConstant
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp270 const char *Comma = ""; local
272 OS << Comma << "derived from LLVM BB "; local
274 Comma = ", ";
276 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; } local
277 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; } local
279 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment)
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp459 if (getLexer().is(AsmToken::Comma)) {
472 while (getLexer().is(AsmToken::Comma)) {
534 if (getLexer().isNot(AsmToken::Comma))
556 case AsmToken::Comma:
714 while (getLexer().is(AsmToken::Comma)) {
/external/clang/include/clang/AST/
H A DStmtVisitor.h132 BINOP_FALLBACK(Comma)
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp551 if (getLexer().is(AsmToken::Comma))
562 if (getLexer().is(AsmToken::Comma)) {
650 while (getLexer().is(AsmToken::Comma)) {
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3066 !Parser.getTok().isNot(AsmToken::Comma)) {
3119 if (Parser.getTok().isNot(AsmToken::Comma)) {
3261 while (getLexer().is(AsmToken::Comma)) {
3581 if (getLexer().isNot(AsmToken::Comma))
3730 if (getLexer().isNot(AsmToken::Comma)) {
3961 if (getLexer().isNot(AsmToken::Comma))
4220 if (getLexer().isNot(AsmToken::Comma)) {
4302 if (Parser.getTok().is(AsmToken::Comma))
4323 if (Parser.getTok().is(AsmToken::Comma))
4384 if (Parser.getTok().is(AsmToken::Comma))
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp951 Comma, enumerator in enum:clang::MMToken::TokenKind
1119 Tok.Kind = MMToken::Comma;
1631 if (!Tok.is(MMToken::Comma))
1996 if (!Tok.is(MMToken::Comma))
2045 if (!Tok.is(MMToken::Comma)) {
2305 case MMToken::Comma:
/external/clang/lib/Format/
H A DFormatToken.h346 // Comma is a binary operator, but does not behave as such wrt. formatting.
347 return getPrecedence() > prec::Comma;
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp277 case AsmToken::Comma: OS << "Comma"; break;
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3449 while (Parser.getTok().is(AsmToken::Comma) ||
3680 while (Parser.getTok().is(AsmToken::Comma) ||
4457 if (Parser.getTok().isNot(AsmToken::Comma)) {
4535 if (Parser.getTok().isNot(AsmToken::Comma)) {
4606 if (Parser.getTok().is(AsmToken::Comma)) {
4786 if (!Tok.is(AsmToken::Colon) && !Tok.is(AsmToken::Comma) &&
4808 assert((Tok.is(AsmToken::Colon) || Tok.is(AsmToken::Comma)) &&
4810 if (Tok.is(AsmToken::Comma)) {
4932 if (Parser.getTok().is(AsmToken::Comma)) {
5812 while (getLexer().is(AsmToken::Comma)) {
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2153 else if (Parser.getTok().isNot(AsmToken::Comma)) {
2552 if (getLexer().is(AsmToken::Comma)) {
2876 while (Parser.getTok().is(AsmToken::Comma)) {
2958 if (Parser.getTok().isNot(AsmToken::Comma)) {
3256 while (getLexer().is(AsmToken::Comma)) {
3996 if (getLexer().isNot(AsmToken::Comma))
4035 if (getLexer().isNot(AsmToken::Comma)) {
4107 if (getLexer().isNot(AsmToken::Comma))
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1600 getLexer().is(AsmToken::Comma)) {
1650 if (getLexer().isNot(AsmToken::Comma))
1666 && getLexer().isNot(AsmToken::Comma))
1668 if (getLexer().isNot(AsmToken::Comma)) {
1785 if (getLexer().isNot(AsmToken::Comma)) {
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2260 std::pair<StringRef,StringRef> Comma = Conds.split(',');
2267 StringRef Cond = Comma.first;
2280 if (Comma.second.empty())
2284 Comma = Comma.second.split(',');

Completed in 1170 milliseconds

12