Home
last modified time | relevance | path

Searched defs:IsNested (Results 1 – 9 of 9) 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/deqp-deps/SPIRV-Tools/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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp1301 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1343 bool IsNested = false; in adjustForSegmentedStacks() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2218 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2272 bool IsNested = false; in adjustForSegmentedStacks() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2126 bool IsNested = false; in adjustForSegmentedStacks() local
/external/v8/src/compiler/
Dinstruction.h1171 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
/external/v8/src/
Dobjects.cc15824 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite