Searched defs:ExitScope (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dallocation-site-scopes.cc39 void AllocationSiteCreationContext::ExitScope( function in class:v8::internal::AllocationSiteCreationContext
H A Dallocation-site-scopes.h57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
84 inline void ExitScope(Handle<AllocationSite> scope_site, function in class:v8::internal::AllocationSiteUsageContext
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp98 void ExitScope(MachineBasicBlock *MBB);
434 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { function in class:MachineCSE
615 ExitScope(Node->getBlock());
622 ExitScope(Parent->getBlock());
H A DMachineLICM.cpp226 void ExitScope(MachineBasicBlock *MBB);
661 void MachineLICM::ExitScope(MachineBasicBlock *MBB) { function in class:MachineLICM
676 ExitScope(Node->getBlock());
683 ExitScope(Parent->getBlock());
/external/clang/lib/Parse/
H A DParser.cpp362 /// ExitScope - Pop a scope off the scope stack.
363 void Parser::ExitScope() { function in class:Parser
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp315 void ExitScope();
1027 void ResultBuilder::ExitScope() { function in class:ResultBuilder
3004 Results.ExitScope();
3018 Results.ExitScope();
3206 Results.ExitScope();
3265 Results.ExitScope();
3336 Results.ExitScope();
3406 Results.ExitScope();
3638 Results.ExitScope();
3709 Results.ExitScope();
[all...]

Completed in 732 milliseconds