Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1408 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1412 if (IsNested) in GetScratchRegister()
1417 if (IsNested) in GetScratchRegister()
1449 bool IsNested = false; in adjustForSegmentedStacks() local
1453 IsNested = HasNestArgument(&MF); in adjustForSegmentedStacks()
1464 if (IsNested) in adjustForSegmentedStacks()
1575 if (IsNested) in adjustForSegmentedStacks()
1599 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.cpp396 static bool IsNested(const Stmt *S, ParentMap &PM) { in IsNested() function
421 while (IsNested(S, P)) { in getEnclosingStmtLocation()