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

/external/v8/src/
H A Dallocation-site-scopes.cc42 void AllocationSiteCreationContext::ExitScope( function in class:v8::internal::AllocationSiteCreationContext
H A Dallocation-site-scopes.h55 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
81 inline void ExitScope(Handle<AllocationSite> scope_site, function in class:v8::internal::AllocationSiteUsageContext
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp101 void ExitScope(MachineBasicBlock *MBB);
442 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { function in class:MachineCSE
662 ExitScope(Node->getBlock());
669 ExitScope(Parent->getBlock());
H A DMachineLICM.cpp197 void ExitScope(MachineBasicBlock *MBB);
590 void MachineLICM::ExitScope(MachineBasicBlock *MBB) { function in class:MachineLICM
605 ExitScope(Node->getBlock());
612 ExitScope(Parent->getBlock());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineCSE.cpp92 void ExitScope(MachineBasicBlock *MBB);
345 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { function in class:MachineCSE
490 ExitScope(Node->getBlock());
497 ExitScope(Parent->getBlock());
/external/clang/lib/Parse/
H A DParser.cpp383 /// ExitScope - Pop a scope off the scope stack.
384 void Parser::ExitScope() { function in class:Parser
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp314 void ExitScope();
1041 void ResultBuilder::ExitScope() { function in class:ResultBuilder
3124 Results.ExitScope();
3138 Results.ExitScope();
3326 Results.ExitScope();
3385 Results.ExitScope();
3456 Results.ExitScope();
3526 Results.ExitScope();
3760 Results.ExitScope();
3834 Results.ExitScope();
[all...]

Completed in 2055 milliseconds