Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h431 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
440 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
/external/libchrome/base/message_loop/
Dmessage_loop.cc345 bool MessageLoop::IsNested() { in IsNested() function in base::MessageLoop
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2027 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
2075 bool IsNested = false; in adjustForSegmentedStacks() local
/external/v8/src/compiler/
Dinstruction.h986 int IsNested() { return kind_ == StateValueKind::kNested; } in IsNested() function