Searched refs:IsNested (Results 1 – 5 of 5) sorted by relevance
1379 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local1383 if (IsNested) in GetScratchRegister()1388 if (IsNested) in GetScratchRegister()1421 bool IsNested = false; in adjustForSegmentedStacks() local1425 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()1436 if (IsNested) in adjustForSegmentedStacks()1547 if (IsNested) in adjustForSegmentedStacks()1571 if (IsNested) in adjustForSegmentedStacks()
281 bool IsNested();
287 bool MessageLoop::IsNested() { in IsNested() function in MessageLoop
339 bool was_nested = MessageLoop::current()->IsNested(); in DragBookmarks()353 bool was_nested = MessageLoop::current()->IsNested(); in DragBookmarks()
278 static bool IsNested(const Stmt *S, ParentMap &PM) { in IsNested() function303 while (IsNested(S, P)) { in getEnclosingStmtLocation()