HomeSort by relevance Sort by last modified time
    Searched defs:ExitScope (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
allocation-site-scopes.cc 39 void AllocationSiteCreationContext::ExitScope(
allocation-site-scopes.h 57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
83 inline void ExitScope(Handle<AllocationSite> scope_site,
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 101 void ExitScope(MachineBasicBlock *MBB);
442 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
663 ExitScope(Node->getBlock());
670 ExitScope(Parent->getBlock());
MachineLICM.cpp 197 void ExitScope(MachineBasicBlock *MBB);
599 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
614 ExitScope(Node->getBlock());
621 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 383 /// ExitScope - Pop a scope off the scope stack.
384 void Parser::ExitScope() {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 315 void ExitScope();
    [all...]

Completed in 288 milliseconds