Searched defs:PR (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/SemaCXX/
H A Daccess-control-check.cpp14 int PR() { return iP + PPR(); } // expected-error 2 {{private member of 'P'}} function in class:N
/external/clang/test/CodeGenCXX/
H A Dnested-base-member-access.cpp38 void PR() { function in struct:N
51 n1.PR();
H A Dconstructor-init.cpp36 void PR() { function in struct:N
61 n1.PR();
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp297 const std::vector<std::string> &PR) const {
298 assert(PR.size() == Operands.size());
301 if (PR[i] != "")
339 void PrintManglingSuffix(raw_ostream &OS, const std::vector<std::string> &PR, argument
343 if (PR[i] != "")
/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp247 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
270 unsigned PSrc = MI->getOperand(PR).getReg();
272 MI->getOperand(PR).setReg(POrig);
/external/llvm/tools/llc/
H A Dllc.cpp530 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
532 const PassInfo *PI = PR->getPassInfo(StartAfter);
540 const PassInfo *PI = PR->getPassInfo(StopAfter);
/external/llvm/lib/CodeGen/
H A DPasses.cpp446 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
447 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
448 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
H A DRegisterScavenging.cpp68 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB); local
69 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DMachineVerifier.cpp663 BitVector PR = MFI->getPristineRegs(MBB); local
664 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
/external/opencv/cv/src/
H A Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
151 {dir, PR + 1, R + _8_connectivity}
276 int k, YC, PL, PR, dir; local
277 ICV_POP( YC, L, R, PL, PR, dir );
283 {dir, PR + 1, R + _8_connectivity}
453 int k, YC, PL, PR, dir, curstep; local
454 ICV_POP( YC, L, R, PL, PR, dir );
460 {dir, PR + 1, R + _8_connectivity}
759 int k, YC, PL, PR, di local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp123 int k, YC, PL, PR, flag/*, curstep*/; local
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h33 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
37 void operator delete(void* ptr, clang::PreprocessingRecord& PR,
102 void* operator new(size_t bytes, PreprocessingRecord& PR, argument
104 return ::operator new(bytes, PR, alignment);
111 void operator delete(void* ptr, PreprocessingRecord& PR, argument
113 return ::operator delete(ptr, PR, alignment);
627 inline void* operator new(size_t bytes, clang::PreprocessingRecord& PR, argument
629 return PR.Allocate(bytes, alignment);
632 inline void operator delete(void* ptr, clang::PreprocessingRecord& PR, argument
634 PR
[all...]
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h856 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
857 PR.print(OS);
879 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
880 PR.print(OS);
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp714 PR = 44, // PR Puerto Rico enumerator in enum:USState
733 XX, XX, XX, XX, XX, NY, PR, PR, VI, PR, // 000-009
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4465 unsigned PR = RegInfo.getLiveInPhysReg(Reg); local
4466 if (PR)
4467 Reg = PR;
/external/clang/lib/Sema/
H A DSemaExpr.cpp3182 ExprResult PR = S.CheckPlaceholderExpr(V.get());
3183 if (PR.isInvalid()) return QualType();
3184 if (PR.get() != V.get()) {
3185 V = PR;
7800 ExprResult PR = S.CheckPlaceholderExpr(Op); local
7801 if (PR.isInvalid()) return QualType();
7802 return CheckIncrementDecrementOperand(S, PR.take(), VK, OpLoc,
8096 ExprResult PR = S.CheckPlaceholderExpr(Op); local
8097 if (PR.isInvalid()) return QualType();
8098 if (PR
[all...]

Completed in 374 milliseconds