Home
last modified time | relevance | path

Searched refs:IsNested (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
417 : VarAndNested(Var, IsNested), in Capture()
423 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
425 : VarAndNested(nullptr, IsNested), in Capture()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1575 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1579 if (IsNested) in GetScratchRegister()
1584 if (IsNested) in GetScratchRegister()
1628 bool IsNested = false; in adjustForSegmentedStacks() local
1632 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
1643 if (IsNested) in adjustForSegmentedStacks()
1766 if (IsNested) in adjustForSegmentedStacks()
1814 if (IsNested) in adjustForSegmentedStacks()