Searched refs:IsNested (Results 1 - 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 431 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 D | X86FrameLowering.cpp | 2027 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 D | message_loop.h | 346 bool IsNested();
|
H A D | message_loop.cc | 345 bool MessageLoop::IsNested() { function in class:base::MessageLoop
|
/external/v8/src/compiler/ |
H A D | code-generator.cc | 566 if (desc->IsNested()) {
|
H A D | instruction.h | 1101 int IsNested() { return kind_ == StateValueKind::kNested; }
|
Completed in 116 milliseconds