Searched defs:isAligned (Results 1 – 3 of 3) sorted by relevance
156 … auto isAligned = [](void *ptr) { return IsAligned(reinterpret_cast<uintptr_t>(ptr), ALIGNMENT); }; in TEST_F() local198 … auto isAligned = [](void *ptr) { return IsAligned(reinterpret_cast<uintptr_t>(ptr), ALIGNMENT); }; in TEST_F() local
256 …bool isAligned = (is32 ? CheckAlign<llvm::ELF::Elf32_Ehdr>(eIdent) : CheckAlign<llvm::ELF::Elf64_E… in GetShnum() local
650 void Encoder::PushRegisters(RegMask regs, VRegMask fpRegs, bool isAligned) in PushRegisters()662 void Encoder::PopRegisters(RegMask regs, VRegMask fpRegs, bool isAligned) in PopRegisters()