| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCSectionMachO.cpp | 188 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 …]
|
| D | SubtargetFeature.cpp | 76 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/ |
| D | ELFAsmParser.cpp | 183 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 …]
|
| D | DarwinAsmParser.cpp | 407 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()
|
| D | COFFAsmParser.cpp | 280 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()
|
| D | AsmParser.cpp | 713 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 …]
|
| D | AsmLexer.cpp | 515 case ',': return AsmToken(AsmToken::Comma, StringRef(TokStart, 1)); in LexToken()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 277 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/ |
| D | OperatorPrecedence.h | 29 Comma = 1, // , enumerator
|
| D | OperatorKinds.def | 96 OVERLOADED_OPERATOR(Comma , "," , comma , false, true , false)
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | OperatorPrecedence.cpp | 42 case tok::comma: return prec::Comma; in getBinOpPrecedence()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/MCParser/ |
| D | MCAsmLexer.h | 45 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r281775-llvm-r229911-uleb128-commas.diff | 44 + if (getLexer().isNot(AsmToken::Comma))
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 540 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/ |
| D | ModuleMap.cpp | 770 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/ |
| D | FormatToken.h | 315 return getPrecedence() > prec::Comma; in isBinaryOperator()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | StmtVisitor.h | 132 BINOP_FALLBACK(Comma) in BINOP_FALLBACK()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1483 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/ |
| D | PPCAsmParser.cpp | 1249 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/ |
| D | SparcAsmParser.cpp | 463 while (getLexer().is(AsmToken::Comma)) { in ParseInstruction() 504 case AsmToken::Comma: in parseMEMOperand()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 1798 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/ |
| D | AsmMatcherEmitter.cpp | 2290 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/ |
| D | group.subr | 63 # 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/ |
| D | MipsAsmParser.cpp | 2159 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/ |
| D | llvm-mc.cpp | 278 case AsmToken::Comma: Out->os() << "Comma"; break; in AsLexInput()
|