Home
last modified time | relevance | path

Searched refs:Letter (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c496 Letter = 1, enumerator
507 ['A' + 1 ... 'D' + 1] = Letter | Hex,
508 ['E' + 1] = Letter | Hex | Exp, /* E<exp> */
509 ['F' + 1] = Letter | Hex,
510 ['G' + 1 ... 'O' + 1] = Letter,
511 ['P' + 1] = Letter | Exp, /* P<exp> */
512 ['Q' + 1 ... 'Z' + 1] = Letter,
513 ['a' + 1 ... 'd' + 1] = Letter | Hex,
514 ['e' + 1] = Letter | Hex | Exp, /* e<exp> */
515 ['f' + 1] = Letter | He
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DNativeFormatting.cpp176 char Letter; in write_double() local
178 Letter = 'e'; in write_double()
180 Letter = 'E'; in write_double()
182 Letter = 'f'; in write_double()
186 Out << "%." << Prec << Letter; in write_double() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DNativeFormatting.cpp175 char Letter; in write_double() local
177 Letter = 'e'; in write_double()
179 Letter = 'E'; in write_double()
181 Letter = 'f'; in write_double()
185 Out << "%." << Prec << Letter; in write_double() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp56 size_t Letter = SymName.size(); in EmitCamlGlobal() local
62 SymName[Letter] = toupper(SymName[Letter]); in EmitCamlGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DStringMatcher.cpp33 char Letter = Matches[0]->first[i]; in FindFirstNonCommonLetter() local
36 if (Matches[str]->first[i] != Letter) in FindFirstNonCommonLetter()
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc135 CHARACTER_CLASS(Letter,
468 if (LookingAt<Letter>() && require_space_after_number_) { in ConsumeNumber()
604 if (TryConsumeOne<Letter>()) { in Next()
1125 if (!Letter::InClass(text.at(0))) return false; in IsIdentifier()
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc175 if (next != 0 && Letter::Is(next)) { in LookupMapping()
364 // Letter: point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo', 'Nl']
366 bool Letter::Is(uchar c) { return static_cast<bool>(u_isalpha(c)); } in Is()
497 bool Letter::Is(uchar c) { in Is()
H A Dunicode.h206 struct Letter { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14729 char Letter = Constraint[0]; in LowerAsmOperandForConstraint() local
14730 switch (Letter) { in LowerAsmOperandForConstraint()
14746 switch (Letter) { in LowerAsmOperandForConstraint()

Completed in 60 milliseconds