HomeSort by relevance Sort by last modified time
    Searched defs:Comma (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionMachO.cpp 186 // Find the first comma.
187 std::pair<StringRef, StringRef> Comma = Spec.split(',');
189 // If there is no comma, we fail.
190 if (Comma.second.empty())
192 "separated by a comma";
195 Segment = Comma.first;
204 Comma = Comma.second.split(',');
207 Section = Comma.first;
215 // If there is no comma after the section, we're done
    [all...]
SubtargetFeature.cpp 66 /// Split - Splits a string of comma separated items in to a vector of strings.
75 // Find the next comma
76 size_t Comma = S.find(',', Pos);
77 // If no comma found then the rest of the string is used
78 if (Comma == std::string::npos) {
84 V.push_back(S.substr(Pos, Comma - Pos));
86 Pos = Comma + 1;
90 /// Join a vector of strings to a string with a comma separating each element.
101 // Add a comma
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 46 def Comma():
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
243 (prev is not None and prev.type == token.COMMA) or
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 46 def Comma():
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
243 (prev is not None and prev.type == token.COMMA) or
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 46 def Comma():
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
243 (prev is not None and prev.type == token.COMMA) or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 46 def Comma():
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
243 (prev is not None and prev.type == token.COMMA) or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 46 def Comma():
47 """A comma leaf"""
48 return Leaf(token.COMMA, u",")
243 (prev is not None and prev.type == token.COMMA) or
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 118 BOOLEAN Comma;
184 Comma = FALSE;
303 Comma = TRUE;
307 if (Comma) {
318 Comma = FALSE;
336 if (Comma && Count != 0) {
534 if (Comma) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 253 // Print Comma type for every 3 characters
340 BOOLEAN Comma;
433 Comma = FALSE;
587 Comma = TRUE;
591 if (Comma) {
612 Comma = FALSE;
638 if (Comma && Count != 0) {
933 if (Comma) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 684 @param[in] TypeString An optional comma-delimited list of types.
705 CHAR16 *Comma;
713 Comma = StrStr(TypeWalker, L",");
714 if (Comma == NULL) {
722 *Comma = CHAR_NULL;
728 *Comma = L',';
729 TypeWalker = Comma + 1;
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 50 constexpr int Comma(int n) { return // expected-error {{constexpr function never produces a constant expression}}
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 409 #define Comma(X) (X ? "," : "")
414 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
419 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
424 fprintf(f, "%s\n {", Comma(pt));
433 fprintf(f, "%s %d", Comma(t), y);
  /external/llvm/include/llvm/Support/
ScopedPrinter.h 209 bool Comma = false;
211 if (Comma)
214 Comma = true;
222 bool Comma = false;
224 if (Comma)
227 Comma = true;
234 bool Comma = false;
236 if (Comma)
239 Comma = true;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 53 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 158 bool Comma = false;
161 if (Comma)
164 Comma = true;
169 if (Comma)
172 Comma = true;
177 if (Comma)
180 Comma = true;
ARMEHABIPrinter.h 265 bool Comma = false;
268 if (Comma)
271 Comma = true;
279 bool Comma = false;
282 if (Comma)
285 Comma = true;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 48 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 213 const char *Comma = "";
215 OS << Comma << "derived from LLVM BB ";
217 Comma = ", ";
219 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; }
220 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 139 Parse a comma-separated list of hexadecimal integers into the elements of an
601 CHAR8 *Comma;
629 Comma = ScanMem8 (OfwNode[0].UnitAddress.Ptr, OfwNode[0].UnitAddress.Len,
631 if (Comma != NULL) {
636 // Parse the root bus serial number from the unit address after the comma.
638 PciRootSerialSubString.Ptr = Comma + 1;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 75 BOOLEAN Comma;
964 , - add comma's to field
1021 Item.Comma = FALSE;
1050 Item.Comma = TRUE;
1125 Item.Comma,
1231 IN BOOLEAN Comma,
1259 c = (Comma ? ca[(p1 - str) % 3] : 999) + 1;
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 267 // We can have a list of comma separated checker names, e.g:
279 // We can have a list of comma separated config names, e.g:
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 261 const char *Comma = "";
263 OS << Comma << "derived from LLVM BB ";
265 Comma = ", ";
267 if (isEHPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; }
268 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; }
270 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment)
    [all...]

Completed in 1841 milliseconds

1 2