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

1 2 3

  /external/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
  /external/python/cpython2/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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;

Completed in 530 milliseconds

1 2 3