Home
last modified time | relevance | path

Searched defs:RightPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.h338 const char *RightPtr(unsigned num) const { return _chars + _len - num; } in RightPtr() function
629 const wchar_t *RightPtr(unsigned num) const { return _chars + _len - num; } in RightPtr() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1088 const Value *RightPtr = GEP1; in aliasGEP() local