Searched defs:PS1 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp194 BasicBlock *PS1 = PBI->getSuccessor(0); local
196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
197 int CIdx = (PS1 == BB) ? 0 : 1;
223 BasicBlock *PS1 = TBB->getSuccessor(0); local
225 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->getTerminator());
228 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
231 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
232 // Check whether PS2 jumps into PS1
[all...]
/external/python/cpython2/Lib/lib2to3/
H A Drefactor.py549 PS1 = ">>> " variable in class:RefactoringTool
571 if line.lstrip().startswith(self.PS1):
577 i = line.find(self.PS1)
619 block = [indent + self.PS1 + new.pop(0)]
667 # end of the prompt string (PS1 or PS2).
674 This strips the first len(indent + self.PS1) characters off each line.
676 prefix1 = indent + self.PS1
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4507 /// \param PS1 the first class template partial specialization
4515 ClassTemplatePartialSpecializationDecl *PS1,
4545 QualType PT1 = PS1->getInjectedSpecializationType();
4548 // Determine whether PS1 is at least as specialized as PS2
4558 *this, PS2, PS1->getTemplateArgs(), Deduced, Info);
4561 // Determine whether PS2 is at least as specialized as PS1
4563 Deduced.resize(PS1->getTemplateParameters()->size());
4565 *this, PS1->getTemplateParameters(), PT1, PT2, Info, Deduced, TDF_None,
4570 InstantiatingTemplate Inst(*this, Loc, PS1, DeducedArgs, Info);
4572 *this, PS1, PS
4514 getMoreSpecializedPartialSpecialization( ClassTemplatePartialSpecializationDecl *PS1, ClassTemplatePartialSpecializationDecl *PS2, SourceLocation Loc) argument
4587 getMoreSpecializedPartialSpecialization( VarTemplatePartialSpecializationDecl *PS1, VarTemplatePartialSpecializationDecl *PS2, SourceLocation Loc) argument
[all...]
/external/mksh/src/
H A Dsh.h512 EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */
1638 #define PS1 0 /* command */ macro
1645 EXTERN uint8_t cur_prompt; /* PS1 or PS2 */

Completed in 186 milliseconds