Searched defs:RP (Results 1 - 12 of 12) 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.h208 void setRecordingPaths(bool RP) { RecordPaths = 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 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 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/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/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.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/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/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1061 ReallocMap RP = state->get<ReallocPairs>(); local
1062 for (ReallocMap::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
1285 ReallocMap RP = state->get<ReallocPairs>(); local
1286 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 2200 milliseconds