Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h398 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
401 : VarAndNested(Var, IsNested), in Capture()
407 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
409 : VarAndNested(nullptr, IsNested), in Capture()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1483 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1487 if (IsNested) in GetScratchRegister()
1492 if (IsNested) in GetScratchRegister()
1536 bool IsNested = false; in adjustForSegmentedStacks() local
1540 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
1551 if (IsNested) in adjustForSegmentedStacks()
1674 if (IsNested) in adjustForSegmentedStacks()
1722 if (IsNested) in adjustForSegmentedStacks()