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

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

Completed in 116 milliseconds