Home
last modified time | relevance | path

Searched defs:IsNested (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_descriptor.h181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2126 bool IsNested = false; in adjustForSegmentedStacks() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2267 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2328 bool IsNested = false; in adjustForSegmentedStacks() local
/external/tensorflow/tensorflow/python/util/
Dutil.cc939 bool IsNested(PyObject* o) { return IsNestedHelper(o) == 1; } in IsNested() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2108 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local