Home
last modified time | relevance | path

Searched refs:IsNested (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1379 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1383 if (IsNested) in GetScratchRegister()
1388 if (IsNested) in GetScratchRegister()
1421 bool IsNested = false; in adjustForSegmentedStacks() local
1425 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
1436 if (IsNested) in adjustForSegmentedStacks()
1547 if (IsNested) in adjustForSegmentedStacks()
1571 if (IsNested) in adjustForSegmentedStacks()
/external/chromium/base/
Dmessage_loop.h281 bool IsNested();
Dmessage_loop.cc287 bool MessageLoop::IsNested() { in IsNested() function in MessageLoop
/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc339 bool was_nested = MessageLoop::current()->IsNested(); in DragBookmarks()
353 bool was_nested = MessageLoop::current()->IsNested(); in DragBookmarks()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp278 static bool IsNested(const Stmt *S, ParentMap &PM) { in IsNested() function
303 while (IsNested(S, P)) { in getEnclosingStmtLocation()