Home
last modified time | relevance | path

Searched refs:Comma (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp184 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute()
214 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize()
339 if (!getLexer().is(AsmToken::Comma)) in parseSunStyleSectionFlags()
391 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments()
397 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
425 if (getLexer().isNot(AsmToken::Comma)) { in ParseSectionArguments()
443 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
453 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
458 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments()
467 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments()
[all …]
HDDarwinAsmParser.cpp412 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveDesc()
505 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLinkerOption()
524 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLsym()
554 if (!getLexer().is(AsmToken::Comma)) in parseDirectiveSection()
700 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveTBSS()
711 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveTBSS()
752 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill()
771 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill()
783 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveZerofill()
794 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveZerofill()
[all …]
HDCOFFAsmParser.cpp284 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute()
348 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection()
363 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection()
376 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection()
574 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveHandler()
580 if (getLexer().is(AsmToken::Comma)) { in ParseSEHDirectiveHandler()
619 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSetFrame()
660 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSaveReg()
687 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSaveXMM()
HDAsmParser.cpp739 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof)) in parseStringToComma()
1993 if (ParenLevel == 0 && Lexer.is(AsmToken::Comma)) in parseMacroArgument()
2135 if (Lexer.is(AsmToken::Comma)) in parseMacroArguments()
2276 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveSet()
2364 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveAscii()
2400 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveValue()
2450 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveOctaValue()
2508 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveRealValue()
2528 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveZero()
2565 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveFill()
[all …]
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp158 bool Comma = false; in printRegisters() local
161 if (Comma) in printRegisters()
164 Comma = true; in printRegisters()
169 if (Comma) in printRegisters()
172 Comma = true; in printRegisters()
177 if (Comma) in printRegisters()
180 Comma = true; in printRegisters()
HDARMEHABIPrinter.h264 bool Comma = false; in PrintGPR() local
267 if (Comma) in PrintGPR()
270 Comma = true; in PrintGPR()
278 bool Comma = false; in PrintRegisters() local
281 if (Comma) in PrintRegisters()
284 Comma = true; in PrintRegisters()
HDStreamWriter.h187 bool Comma = false; in printList() local
189 if (Comma) in printList()
192 Comma = true; in printList()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineBasicBlock.cpp268 const char *Comma = ""; in print() local
270 OS << Comma << "derived from LLVM BB "; in print()
272 Comma = ", "; in print()
274 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; } in print()
275 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; } in print()
277 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment) in print()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOperatorPrecedence.h29 Comma = 1, // , enumerator
HDOperatorKinds.def96 OVERLOADED_OPERATOR(Comma , "," , comma , false, true , false)
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDJSON.cpp260 case ',': return Token::Comma; in GetToken()
559 else if (token == JSONParser::Token::Comma) in ParseJSONObject()
589 if (token == JSONParser::Token::Comma) in ParseJSONArray()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStructuredData.cpp60 else if (token == JSONParser::Token::Comma) in ParseJSONObject()
90 if (token == JSONParser::Token::Comma) in ParseJSONArray()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDOperatorPrecedence.cpp42 case tok::comma: return prec::Comma; in getBinOpPrecedence()
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp528 if (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
541 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
603 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveWord()
625 case AsmToken::Comma: in parseMEMOperand()
798 while (getLexer().is(AsmToken::Comma)) { in parseBranchModifiers()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp607 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveMajorMinor()
654 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveHSACodeObjectISA()
664 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveHSACodeObjectISA()
674 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveHSACodeObjectISA()
1044 if (getLexer().is(AsmToken::Comma)) in ParseInstruction()
1327 if (getLexer().is(AsmToken::Amp) || getLexer().is(AsmToken::Comma)) in parseCnt()
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp207 bool Comma = false; in operator <<() local
210 Comma = true; in operator <<()
213 if (Comma) in operator <<()
216 Comma = true; in operator <<()
219 if (Comma) in operator <<()
222 Comma = true; in operator <<()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDModuleMap.cpp932 Comma, enumerator
1100 Tok.Kind = MMToken::Comma; in consumeToken()
1612 if (!Tok.is(MMToken::Comma)) in parseRequiresDecl()
1983 if (!Tok.is(MMToken::Comma)) in parseConfigMacros()
2032 if (!Tok.is(MMToken::Comma)) { in parseConflict()
2292 case MMToken::Comma: in parseModuleMapFile()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDJSON.h301 Comma, enumerator
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp604 if (getLexer().is(AsmToken::Comma)) in parseAddress()
617 if (getLexer().is(AsmToken::Comma)) { in parseAddress()
716 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtVisitor.h132 BINOP_FALLBACK(Comma) in BINOP_FALLBACK()
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp3639 !Parser.getTok().isNot(AsmToken::Comma)) { in parseRegisterList()
3692 if (Parser.getTok().isNot(AsmToken::Comma)) { in parseMovePRegPair()
3834 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
4208 if (getLexer().isNot(AsmToken::Comma)) in parseSetAssignment()
4359 if (getLexer().isNot(AsmToken::Comma)) { in eatComma()
4598 if (getLexer().isNot(AsmToken::Comma)) in parseDataDirective()
4943 if (getLexer().isNot(AsmToken::Comma)) { in ParseDirective()
5025 if (Parser.getTok().is(AsmToken::Comma)) in ParseDirective()
5046 if (Parser.getTok().is(AsmToken::Comma)) in ParseDirective()
5107 if (Parser.getTok().is(AsmToken::Comma)) in ParseDirective()
/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp1676 getLexer().is(AsmToken::Comma)) { in ParseInstruction()
1741 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveWord()
1757 && getLexer().isNot(AsmToken::Comma)) in ParseDirectiveTC()
1759 if (getLexer().isNot(AsmToken::Comma)) { in ParseDirectiveTC()
1876 if (getLexer().isNot(AsmToken::Comma)) { in ParseDirectiveLocalEntry()
/NextBSD/contrib/llvm/utils/TableGen/
HDAsmMatcherEmitter.cpp2292 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures() local
2299 StringRef Cond = Comma.first; in emitComputeAvailableFeatures()
2310 if (Comma.second.empty()) in emitComputeAvailableFeatures()
2314 Comma = Comma.second.split(','); in emitComputeAvailableFeatures()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp2196 else if (Parser.getTok().isNot(AsmToken::Comma)) { in tryParseAddSubImm()
2595 if (getLexer().is(AsmToken::Comma)) { in parseSysAlias()
2919 while (Parser.getTok().is(AsmToken::Comma)) { in parseVectorList()
3001 if (Parser.getTok().isNot(AsmToken::Comma)) { in tryParseGPR64sp0Operand()
3299 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
4092 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveWord()
4131 if (getLexer().isNot(AsmToken::Comma)) { in parseDirectiveInst()
4203 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveLOH()
4438 if (getParser().getTok().isNot(AsmToken::Comma)) { in tryParseGPRSeqPair()

12