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

  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 75 bool IsLast = i == NumVars - 1;
86 size_t NextAlignment = IsLast ? Granularity
93 IsLast ? kAsanStackRightRedzoneMagic
  /art/runtime/
type_lookup_table.h 53 if (entry->IsLast()) {
111 bool IsLast() const {
bytecode_utils.h 36 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; }
142 bool IsLast() const { return index_ == num_entries_ - 1; }
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 336 bool CFX_Edit_UndoItem::IsLast() {
558 if (m_pEdit && IsLast()) {
    [all...]

Completed in 220 milliseconds