Home
last modified time | relevance | path

Searched refs:NonLocal (Results 1 – 10 of 10) sorted by relevance

/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py144 class NonLocal: class
148 NonLocal.errorHandled = True
149 NonLocal.errorPath = path
152 NonLocal.errorHandled = False
153 NonLocal.errorPath = ''
158 self.assertTrue(NonLocal.errorHandled)
159 self.assertEqual(NonLocal.errorPath, directory)
161 NonLocal.errorHandled = False
162 NonLocal.errorPath = ''
169 self.assertFalse(NonLocal.errorHandled)
[all …]
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h100 NonLocal = 1, enumerator
131 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h109 NonLocal = 1, enumerator
140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h109 NonLocal = 1, enumerator
140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp96 bool &NonLocal) const;
268 bool &NonLocal) const { in PhysRegDefsReach()
301 NonLocal = true; in PhysRegDefsReach()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp91 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
DvkMemUtil.cpp126 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLAG_N… member in vk::MemoryRequirement
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp127 PhysDefVector &PhysDefs, bool &NonLocal) const;
332 bool &NonLocal) const { in PhysRegDefsReach()
366 NonLocal = true; in PhysRegDefsReach()
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp128 PhysDefVector &PhysDefs, bool &NonLocal) const;
332 bool &NonLocal) const { in PhysRegDefsReach()
366 NonLocal = true; in PhysRegDefsReach()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1153 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()
1267 …vice, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()