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()) {
110 bool IsLast() const {
  /art/compiler/optimizing/
bytecode_utils.h 35 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; }
141 bool IsLast() const { return index_ == num_entries_ - 1; }
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 258 FX_BOOL IsLast() { return m_bLast; }

Completed in 229 milliseconds