Home
last modified time | relevance | path

Searched defs:NonLocal (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DD3D12Backend.h43 NonLocal, enumerator
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp92 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
DvkMemUtil.cpp116 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLA… member in vk::MemoryRequirement
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h109 NonLocal = 1, enumerator
/third_party/node/deps/v8/src/ast/
Dscopes.cc2052 Variable* Scope::NonLocal(const AstRawString* name, VariableMode mode) { in NonLocal() function in v8::internal::Scope