Searched defs:RP (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Analysis/
H A DRegionPass.cpp70 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
71 Changed |= RP->doInitialization(R, *this);
/external/clang/include/clang/AST/
H A DCXXInheritance.h209 void setRecordingPaths(bool RP) { RecordPaths = RP; } argument
H A DExprCXX.h96 QualType t, ExprValueKind VK, SourceLocation RP)
97 : CallExpr(C, CXXMemberCallExprClass, fn, 0, args, numargs, t, VK, RP) {}
131 ExprValueKind VK, SourceLocation RP)
133 RP) {
95 CXXMemberCallExpr(ASTContext &C, Expr *fn, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation RP) argument
129 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation RP) argument
H A DStmt.h1067 SourceLocation RP)
1068 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1118 Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP);
1066 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
H A DExpr.h3257 SourceLocation RP);
3324 SourceLocation RP, bool TypeDependent, bool ValueDependent)
3332 BuiltinLoc(BLoc), RParenLoc(RP) {
4491 AtomicOp op, SourceLocation RP);
3322 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool TypeDependent, bool ValueDependent) argument
/external/clang/include/clang/Rewrite/
H A DRewriteRope.h68 RopePiece(const RopePiece &RP) argument
69 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) {
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.h109 struct RastPort *RP; member in struct:SDL_PrivateVideoData
135 #define SDL_RastPort (this->hidden->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/llvm/lib/VMCore/
H A DPassManager.cpp1011 /// Populate RP with analysis pass that are required by
1014 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, argument
1022 RP.push_back(AnalysisPass);
1031 RP.push_back(AnalysisPass);
/external/clang/lib/AST/
H A DStmt.cpp705 SourceLocation RP)
706 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
703 ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
H A DExpr.cpp3009 SourceLocation RP)
3014 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(nexpr)
3524 QualType t, AtomicOp op, SourceLocation RP)
3527 NumSubExprs(nexpr), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3007 ShuffleVectorExpr(ASTContext &C, Expr **args, unsigned nexpr, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
3523 AtomicExpr(SourceLocation BLoc, Expr **args, unsigned nexpr, QualType t, AtomicOp op, SourceLocation RP) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp924 ReallocMap RP = state->get<ReallocPairs>(); local
925 for (ReallocMap::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
1158 ReallocMap RP = state->get<ReallocPairs>(); local
1159 for (ReallocMap::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
/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,

Completed in 300 milliseconds