Home
last modified time | relevance | path

Searched defs:IsNested (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dmessage_loop.cc287 bool MessageLoop::IsNested() { in IsNested() function in MessageLoop
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1408 bool IsNested = HasNestArgument(&MF); in GetScratchRegister() local
1449 bool IsNested = false; in adjustForSegmentedStacks() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp396 static bool IsNested(const Stmt *S, ParentMap &PM) { in IsNested() function