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

  /external/clang/test/SemaCXX/
access-control-check.cpp 14 int PR() { return iP + PPR(); } // expected-error 2 {{private member of 'P'}}
  /external/clang/test/CodeGenCXX/
nested-base-member-access.cpp 38 void PR() {
51 n1.PR();
constructor-init.cpp 36 void PR() {
61 n1.PR();
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 66 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB);
67 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
Passes.cpp 486 const PassRegistry *PR = PassRegistry::getPassRegistry();
487 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
488 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
MachineVerifier.cpp 691 BitVector PR = MFI->getPristineRegs(MBB);
692 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 271 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices.
294 unsigned PSrc = MI->getOperand(PR).getReg();
296 MI->getOperand(PR).setReg(POrig);
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/tools/llc/
llc.cpp 334 const PassRegistry *PR = PassRegistry::getPassRegistry();
336 const PassInfo *PI = PR->getPassInfo(StartAfter);
344 const PassInfo *PI = PR->getPassInfo(StopAfter);
  /dalvik/docs/
prettify.js 68 var PR;
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 123 int k, YC, PL, PR, flag/*, curstep*/;
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
  /external/opencv/cv/src/
cvfloodfill.cpp 144 int k, YC, PL, PR, dir;
145 ICV_POP( YC, L, R, PL, PR, dir );
151 {dir, PR + 1, R + _8_connectivity}
276 int k, YC, PL, PR, dir;
277 ICV_POP( YC, L, R, PL, PR, dir );
283 {dir, PR + 1, R + _8_connectivity}
453 int k, YC, PL, PR, dir, curstep;
454 ICV_POP( YC, L, R, PL, PR, dir );
460 {dir, PR + 1, R + _8_connectivity}
759 int k, YC, PL, PR, dir, curstep
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 931 PR(new String[]{
933 "fmt", "%N%n%O%n%A%n%C PR %Z",
937 "postprefix", "PR",
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 3386 milliseconds