HomeSort by relevance Sort by last modified time
    Searched refs:RP (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 70 RopePiece(const RopePiece &RP)
71 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) {
  /external/smack/src/org/xbill/DNS/
RPRecord.java 30 * Creates an RP Record from the given data
36 super(name, Type.RP, dclass, ttl);
54 /** Converts the RP Record to a String */
64 /** Gets the mailbox address of the RP Record */
70 /** Gets the text domain info of the RP Record */
Type.java 64 public static final int RP = 17;
243 types.add(RP, "RP", new RPRecord());
  /external/clang/include/clang/AST/
CXXInheritance.h 208 void setRecordingPaths(bool RP) { RecordPaths = RP; }
Stmt.h     [all...]
ExprCXX.h 118 QualType t, ExprValueKind VK, SourceLocation RP)
119 : CallExpr(C, CXXMemberCallExprClass, fn, 0, args, t, VK, RP) {}
152 SourceLocation RP)
153 : CallExpr(C, CUDAKernelCallExprClass, fn, END_PREARG, args, t, VK, RP) {
    [all...]
Expr.h     [all...]
  /external/llvm/lib/Analysis/
RegionPass.cpp 70 RegionPass *RP = (RegionPass *)getContainedPass(Index);
71 Changed |= RP->doInitialization(R, *this);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 298 if (void *RP = LazyFunctionCreator(Name))
299 return RP;
  /external/v8/src/arm/
constants-arm.h 409 RP = 1 << 22, // Round towards Plus Infinity.
415 kRoundToPlusInf = RP,
  /external/v8/src/mips/
constants-mips.h 529 RP = 2 << 0, // Round towards Plus Infinity.
535 kRoundToPlusInf = RP,
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 733 if (void *RP = LazyFunctionCreator(Name))
734 return RP;
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 863 SourceLocation RP)
864 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
Expr.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 146 .macro Read8x8 VD, RS, RP, increment_counter
155 add \RS, \RS, \RP
175 .macro Read4x4 VD, RS, RP, increment_counter
183 add \RS, \RS, \RP
  /external/llvm/lib/IR/
PassManager.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 144 // Returns a an object that can open a popup window customized for an OP & RP.
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 1226 milliseconds