HomeSort by relevance Sort by last modified time
    Searched defs:Letter (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 52 size_t Letter = SymName.size();
57 // Capitalize the first letter of the module name.
58 SymName[Letter] = toupper(SymName[Letter]);
  /external/llvm/lib/TableGen/
StringMatcher.cpp 27 // Check to see if letter i is the same across the set.
28 char Letter = Matches[0]->first[i];
31 if (Matches[str]->first[i] != Letter)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 52 size_t Letter = SymName.size();
57 // Capitalize the first letter of the module name.
58 SymName[Letter] = toupper(SymName[Letter]);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.cpp 27 // Check to see if letter i is the same across the set.
28 char Letter = Matches[0]->first[i];
31 if (Matches[str]->first[i] != Letter)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 57 size_t Letter = SymName.size();
62 // Capitalize the first letter of the module name.
63 SymName[Letter] = toupper(SymName[Letter]);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
StringMatcher.cpp 33 // Check to see if letter i is the same across the set.
34 char Letter = Matches[0]->first[i];
37 if (Matches[str]->first[i] != Letter)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
NativeFormatting.cpp 176 char Letter;
178 Letter = 'e';
180 Letter = 'E';
182 Letter = 'f';
186 Out << "%." << Prec << Letter;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
NativeFormatting.cpp 176 char Letter;
178 Letter = 'e';
180 Letter = 'E';
182 Letter = 'f';
186 Out << "%." << Prec << Letter;
  /external/v8/src/
unicode.h 187 struct Letter {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 172 CHAR8 Letter;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 949 milliseconds