Home
last modified time | relevance | path

Searched refs:LastChar (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp21 : FirstChar(Start), LastChar(End) { in RawMemoryObject()
22 assert(LastChar >= FirstChar && "Invalid start/end range"); in RawMemoryObject()
25 uint64_t getExtent() const override { return LastChar - FirstChar; } in getExtent()
35 const uint8_t *const LastChar; member in __anona6b1c4ee0111::RawMemoryObject
40 return static_cast<std::ptrdiff_t>(address) < LastChar - FirstChar; in validAddress()
49 uint64_t BufferSize = LastChar - FirstChar; in readBytes()
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc254 static inline char LastChar(const std::string& str) { in LastChar() function
305 if (!path.empty() && LastChar(path) == '/' && !result.empty() && in CanonicalizePath()
306 LastChar(result) != '/') { in CanonicalizePath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp402 unsigned LastChar = Str[EndIdx]; in extend() local
405 if (Str[NextNode->StartIdx + Active.Len] == LastChar) { in extend()
438 insertLeaf(*SplitNode, EndIdx, LastChar); in extend()