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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 196 BasicBlock *PS2 = PBI->getSuccessor(1);
197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
225 BasicBlock *PS2 = TBB->getSuccessor(1);
227 BranchInst *PBI2 = dyn_cast<BranchInst>(PS2->getTerminator());
229 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
232 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
233 // Check whether PS2 jumps into PS1.
235 (PS2->getTerminator()->getSuccessor(0) != PS1))
262 // PS2 should not contain PHI node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 550 PS2 = "... "
580 (line.startswith(indent + self.PS2) or
581 line == indent + self.PS2.rstrip() + u"\n")):
621 block += [indent + self.PS2 + line for line in new]
667 # end of the prompt string (PS1 or PS2).
677 prefix2 = indent + self.PS2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 10 #define PS2 0x0004
  /external/mksh/src/
sh.h     [all...]

Completed in 2580 milliseconds