Home
last modified time | relevance | path

Searched defs:LastChar (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Support/
DStreamingMemoryObject.cpp37 const uint8_t* const LastChar; member in __anon1cf135180111::RawMemoryObject
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfType1FontDictionary_autogen.cpp71 int64_t SkPdfType1FontDictionary::LastChar(SkPdfNativeDoc* doc) { in LastChar() function in SkPdfType1FontDictionary
DSkPdfType3FontDictionary_autogen.cpp127 int64_t SkPdfType3FontDictionary::LastChar(SkPdfNativeDoc* doc) { in LastChar() function in SkPdfType3FontDictionary
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp29 static int LastChar = ' '; in gettok() local
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc221 static inline char LastChar(const string& str) { in LastChar() function
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp34 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp115 int LastChar = getchar(); in advance() local
127 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp44 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp52 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp56 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp59 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp53 static int LastChar = ' '; in gettok() local
Dtoy.cpp54 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp68 static int LastChar = ' '; in gettok() local
Dtoy.cpp75 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp52 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp94 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp58 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp58 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp58 static int LastChar = ' '; in gettok() local
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp59 static int LastChar = ' '; in gettok() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp547 char LastChar = TypeString[TypeString.size()-1]; in rewriteToObjCProperty() local