Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionMachO.cpp188 std::pair<StringRef, StringRef> Comma = Spec.split(','); in ParseSectionSpecifier() local
191 if (Comma.second.empty()) in ParseSectionSpecifier()
196 Segment = Comma.first; in ParseSectionSpecifier()
205 Comma = Comma.second.split(','); in ParseSectionSpecifier()
208 Section = Comma.first; in ParseSectionSpecifier()
219 if (Comma.second.empty()) in ParseSectionSpecifier()
223 Comma = Comma.second.split(','); in ParseSectionSpecifier()
226 StringRef SectionType = Comma.first; in ParseSectionSpecifier()
245 if (Comma.second.empty()) { in ParseSectionSpecifier()
255 Comma = Comma.second.split(','); in ParseSectionSpecifier()
[all …]
DSubtargetFeature.cpp76 size_t Comma = S.find(',', Pos); in Split() local
78 if (Comma == std::string::npos) { in Split()
84 V.push_back(S.substr(Pos, Comma - Pos)); in Split()
86 Pos = Comma + 1; in Split()
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DELFAsmParser.cpp183 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute()
214 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSize()
367 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments()
373 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
395 if (getLexer().isNot(AsmToken::Comma)) { in ParseSectionArguments()
413 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
423 if (getLexer().isNot(AsmToken::Comma)) in ParseSectionArguments()
428 if (getLexer().is(AsmToken::Comma)) { in ParseSectionArguments()
515 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveType()
590 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymver()
[all …]
DDarwinAsmParser.cpp407 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveDesc()
500 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveLinkerOption()
519 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveLsym()
549 if (!getLexer().is(AsmToken::Comma)) in ParseDirectiveSection()
694 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveTBSS()
705 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveTBSS()
746 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveZerofill()
765 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveZerofill()
777 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveZerofill()
788 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveZerofill()
DCOFFAsmParser.cpp280 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSymbolAttribute()
346 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection()
362 if (getLexer().is(AsmToken::Comma)) { in ParseDirectiveSection()
370 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveSection()
554 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveHandler()
560 if (getLexer().is(AsmToken::Comma)) { in ParseSEHDirectiveHandler()
599 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSetFrame()
640 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSaveReg()
667 if (getLexer().isNot(AsmToken::Comma)) in ParseSEHDirectiveSaveXMM()
DAsmParser.cpp713 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof)) in parseStringToComma()
1848 if (ParenLevel == 0 && Lexer.is(AsmToken::Comma)) { in parseMacroArgument()
1851 ArgumentDelimiter = AsmToken::Comma; in parseMacroArgument()
1852 else if (ArgumentDelimiter != AsmToken::Comma) { in parseMacroArgument()
1948 if (Lexer.is(AsmToken::Comma)) in parseMacroArguments()
2160 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveSet()
2248 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveAscii()
2284 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveValue()
2342 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveRealValue()
2362 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveZero()
[all …]
DAsmLexer.cpp515 case ',': return AsmToken(AsmToken::Comma, StringRef(TokStart, 1)); in LexToken()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineBasicBlock.cpp277 const char *Comma = ""; in print() local
279 OS << Comma << "derived from LLVM BB "; in print()
281 Comma = ", "; in print()
283 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; } in print()
284 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; } in print()
286 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment) in print()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DOperatorPrecedence.h29 Comma = 1, // , enumerator
DOperatorKinds.def96 OVERLOADED_OPERATOR(Comma , "," , comma , false, true , false)
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DOperatorPrecedence.cpp42 case tok::comma: return prec::Comma; in getBinOpPrecedence()
/freebsd-9-stable/contrib/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h45 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r281775-llvm-r229911-uleb128-commas.diff44 + if (getLexer().isNot(AsmToken::Comma))
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp540 if (getLexer().is(AsmToken::Comma)) in parseAddress()
551 if (getLexer().is(AsmToken::Comma)) { in parseAddress()
640 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DModuleMap.cpp770 Comma, enumerator
940 Tok.Kind = MMToken::Comma; in consumeToken()
1433 if (!Tok.is(MMToken::Comma)) in parseRequiresDecl()
1777 if (!Tok.is(MMToken::Comma)) in parseConfigMacros()
1825 if (!Tok.is(MMToken::Comma)) { in parseConflict()
2092 case MMToken::Comma: in parseModuleMapFile()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DFormatToken.h315 return getPrecedence() > prec::Comma; in isBinaryOperator()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtVisitor.h132 BINOP_FALLBACK(Comma) in BINOP_FALLBACK()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1483 else if (Parser.getTok().isNot(AsmToken::Comma)) { in ParseImmWithLSLOperand()
1864 if (Parser.getTok().isNot(AsmToken::Comma)) { in ParseLSXAddressOperand()
1927 if (Parser.getTok().is(AsmToken::Comma) || in ParseShiftExtend()
2028 while (Parser.getTok().is(AsmToken::Comma)) { in ParseVectorList()
2229 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
2302 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveWord()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1249 getLexer().is(AsmToken::Comma)) { in ParseInstruction()
1289 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveWord()
1304 && getLexer().isNot(AsmToken::Comma)) in ParseDirectiveTC()
1306 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveTC()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp463 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
504 case AsmToken::Comma: in parseMEMOperand()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1798 if (getLexer().is(AsmToken::Percent) || getLexer().is(AsmToken::Comma)) { in ParseMemOperand()
1837 if (getLexer().is(AsmToken::Comma)) { in ParseMemOperand()
1854 if (getLexer().isNot(AsmToken::Comma)) { in ParseMemOperand()
2029 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
2664 if (getLexer().isNot(AsmToken::Comma)) in ParseDirectiveWord()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2290 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures() local
2297 StringRef Cond = Comma.first; in emitComputeAvailableFeatures()
2310 if (Comma.second.empty()) in emitComputeAvailableFeatures()
2314 Comma = Comma.second.split(','); in emitComputeAvailableFeatures()
/freebsd-9-stable/usr.sbin/bsdconfig/usermgmt/share/
Dgroup.subr63 # Comma separated list of users that are a member of this group.
346 # Comma separated list of users that are a member of this group.
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2159 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction()
2307 if (getLexer().isNot(AsmToken::Comma)) in parseSetAssignment()
2380 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveMipsHackStocg()
2416 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveWord()
/freebsd-9-stable/contrib/llvm/tools/llvm-mc/
Dllvm-mc.cpp278 case AsmToken::Comma: Out->os() << "Comma"; break; in AsLexInput()

12