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

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 100 void ExitScope(MachineBasicBlock *MBB);
387 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
546 ExitScope(Node->getBlock());
553 ExitScope(Parent->getBlock());
MachineLICM.cpp 225 void ExitScope(MachineBasicBlock *MBB);
657 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
672 ExitScope(Node->getBlock());
679 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 318 /// ExitScope - Pop a scope off the scope stack.
319 void Parser::ExitScope() {
539 ExitScope();
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 309 void ExitScope();
    [all...]

Completed in 304 milliseconds