Searched defs:PR (Results 1 - 17 of 17) 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);
H A DHexagonHardwareLoops.cpp1471 unsigned PR = PN->getOperand(0).getReg(); local
1472 const TargetRegisterClass *RC = MRI->getRegClass(PR);
/external/llvm/tools/llc/
H A Dllc.cpp347 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
349 const PassInfo *PI = PR->getPassInfo(StartAfter);
357 const PassInfo *PI = PR->getPassInfo(StopAfter);
/external/llvm/lib/CodeGen/
H A DPasses.cpp449 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
450 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
451 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
H A DRegisterScavenging.cpp64 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB); local
65 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DMachineVerifier.cpp677 BitVector PR = MFI->getPristineRegs(MBB); local
678 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h34 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
38 void operator delete(void* ptr, clang::PreprocessingRecord& PR,
100 void* operator new(size_t bytes, PreprocessingRecord& PR, argument
102 return ::operator new(bytes, PR, alignment);
109 void operator delete(void* ptr, PreprocessingRecord& PR, argument
111 return ::operator delete(ptr, PR, alignment);
598 inline void* operator new(size_t bytes, clang::PreprocessingRecord& PR, argument
600 return PR.Allocate(bytes, alignment);
603 inline void operator delete(void* ptr, clang::PreprocessingRecord& PR, argument
605 PR
[all...]
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h862 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
863 PR.print(OS);
885 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
886 PR.print(OS);
/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/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.cpp4389 unsigned PR = RegInfo.getLiveInPhysReg(Reg); local
4390 if (PR)
4391 Reg = PR;
/external/clang/lib/Sema/
H A DSemaExpr.cpp3294 ExprResult PR = S.CheckPlaceholderExpr(V.get());
3295 if (PR.isInvalid()) return QualType();
3296 if (PR.get() != V.get()) {
3297 V = PR;
7975 ExprResult PR = S.CheckPlaceholderExpr(Op); local
7976 if (PR.isInvalid()) return QualType();
7977 return CheckIncrementDecrementOperand(S, PR.take(), VK, OpLoc,
8280 ExprResult PR = S.CheckPlaceholderExpr(Op); local
8281 if (PR.isInvalid()) return QualType();
8282 if (PR
[all...]

Completed in 453 milliseconds