Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h431 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
434 : VarAndNested(Var, IsNested), in Capture()
440 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() argument
442 : VarAndNested(nullptr, IsNested), in Capture()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2027 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2031 if (IsNested) in GetScratchRegister()
2036 if (IsNested) in GetScratchRegister()
2075 bool IsNested = false; in adjustForSegmentedStacks() local
2079 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
2089 if (IsNested) in adjustForSegmentedStacks()
2212 if (IsNested) in adjustForSegmentedStacks()
2258 if (IsNested) in adjustForSegmentedStacks()
/external/libchrome/base/message_loop/
Dmessage_loop.h346 bool IsNested();
Dmessage_loop.cc345 bool MessageLoop::IsNested() { in IsNested() function in base::MessageLoop
/external/v8/src/compiler/
Dcode-generator.cc566 if (desc->IsNested()) { in TranslateStateValueDescriptor()
Dinstruction.h1101 int IsNested() { return kind_ == StateValueKind::kNested; } in IsNested() function