Searched defs:IsNested (Results 1 – 10 of 10) sorted by relevance
57 bool IsNested(const XEvent& event, const XEvent& parent) { in IsNested() function
451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture()
181 inline bool IsNested() const { return parent_ != nullptr; } in IsNested() function
2218 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local2272 bool IsNested = false; in adjustForSegmentedStacks() local
2074 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local2126 bool IsNested = false; in adjustForSegmentedStacks() local
1197 bool IsNested() const { return kind_ == StateValueKind::kNested; } in IsNested() function
2104 bool IsNested = CurLoop->getParentLoop() != nullptr; in processCopyingStore() local
5103 bool AllocationSite::IsNested() { in IsNested() function in v8::internal::AllocationSite