Searched refs:RP (Results 1 - 18 of 18) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h69 RopePiece(const RopePiece &RP) argument
70 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) {
/external/clang/include/clang/AST/
H A DCXXInheritance.h208 void setRecordingPaths(bool RP) { RecordPaths = RP; } argument
H A DStmt.h1072 SourceLocation RP)
1073 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1123 Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP);
1071 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
H A DExprCXX.h103 QualType t, ExprValueKind VK, SourceLocation RP)
104 : CallExpr(C, CXXMemberCallExprClass, fn, 0, args, t, VK, RP) {}
138 SourceLocation RP)
139 : CallExpr(C, CUDAKernelCallExprClass, fn, END_PREARG, args, t, VK, RP) {
102 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
136 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
H A DExpr.h3268 SourceLocation BLoc, SourceLocation RP);
3335 SourceLocation RP, bool TypeDependent, bool ValueDependent)
3343 BuiltinLoc(BLoc), RParenLoc(RP) {
4500 AtomicOp op, SourceLocation RP);
3333 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool TypeDependent, bool ValueDependent) argument
/external/llvm/lib/Analysis/
H A DRegionPass.cpp70 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
71 Changed |= RP->doInitialization(R, *this);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp266 if (void *RP = LazyFunctionCreator(Name))
267 return RP;
/external/v8/src/arm/
H A Dconstants-arm.h409 RP = 1 << 22, // Round towards Plus Infinity. enumerator in enum:v8::internal::VFPRoundingMode
415 kRoundToPlusInf = RP,
/external/v8/src/mips/
H A Dconstants-mips.h529 RP = 2 << 0, // Round towards Plus Infinity.
535 kRoundToPlusInf = RP,
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp732 if (void *RP = LazyFunctionCreator(Name))
733 return RP;
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1087 SmallVector<unsigned, 8> &RP = BackTrace[i-1]; local
1088 if (RP[RCId] + Cost >= Limit)
1133 SmallVector<unsigned, 8> &RP = BackTrace[i]; local
1137 RP[RCId] += CI->second;
/external/clang/lib/AST/
H A DStmt.cpp875 SourceLocation RP)
876 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
873 ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
H A DExpr.cpp3396 SourceLocation RP)
3401 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
3914 QualType t, AtomicOp op, SourceLocation RP)
3917 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3394 ShuffleVectorExpr(ASTContext &C, ArrayRef<Expr*> args, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
3913 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t, AtomicOp op, SourceLocation RP) argument
/external/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm146 .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/VMCore/
H A DPassManager.cpp1030 /// Populate RP with analysis pass that are required by
1033 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, argument
1041 RP.push_back(AnalysisPass);
1050 RP.push_back(AnalysisPass);
/external/libffi/src/
H A Ddlmalloc.c3056 tchunkptr* RP;\
3057 if (((R = *(RP = &(X->child[1]))) != 0) ||\
3058 ((R = *(RP = &(X->child[0]))) != 0)) {\
3062 R = *(RP = CP);\
3064 if (RTCHECK(ok_address(M, RP)))\
3065 *RP = 0;\
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3068 tchunkptr* RP;\
3069 if (((R = *(RP = &(X->child[1]))) != 0) ||\
3070 ((R = *(RP = &(X->child[0]))) != 0)) {\
3074 R = *(RP = CP);\
3076 if (RTCHECK(ok_address(M, RP)))\
3077 *RP = 0;\
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1905 unsigned RP = RegPressure[Id];
1906 if (!RP) continue;
1907 DEBUG(dbgs() << RC->getName() << ": " << RP << " / " << RegLimit[Id]

Completed in 1709 milliseconds