Searched refs:NonLocal (Results 1 – 10 of 10) sorted by relevance
144 class NonLocal: class148 NonLocal.errorHandled = True149 NonLocal.errorPath = path152 NonLocal.errorHandled = False153 NonLocal.errorPath = ''158 self.assertTrue(NonLocal.errorHandled)159 self.assertEqual(NonLocal.errorPath, directory)161 NonLocal.errorHandled = False162 NonLocal.errorPath = ''169 self.assertFalse(NonLocal.errorHandled)[all …]
100 NonLocal = 1, enumerator131 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
109 NonLocal = 1, enumerator140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
96 bool &NonLocal) const;268 bool &NonLocal) const { in PhysRegDefsReach()301 NonLocal = true; in PhysRegDefsReach()
91 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
126 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLAG_N… member in vk::MemoryRequirement
127 PhysDefVector &PhysDefs, bool &NonLocal) const;332 bool &NonLocal) const { in PhysRegDefsReach()366 NonLocal = true; in PhysRegDefsReach()
128 PhysDefVector &PhysDefs, bool &NonLocal) const;332 bool &NonLocal) const { in PhysRegDefsReach()366 NonLocal = true; in PhysRegDefsReach()
1153 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()1267 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()