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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
H A Dpermissions.pass.cpp86 const perms RP = perms::remove_perms; local
97 {file, perms::group_all | RP, perms::owner_all},
102 {dir, perms::group_all | RP, perms::owner_all},
107 {sym, perms::group_all | RP , perms::owner_all},
/external/llvm/lib/Analysis/
H A DRegionPass.cpp71 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
72 Changed |= RP->doInitialization(R, *this);
/external/llvm/lib/Target/
H A DTargetRecip.cpp199 RecipParams &RP = KV.second; local
200 if (RP.Enabled == Uninitialized)
201 RP.Enabled = Enable;
202 if (RP.RefinementSteps == Uninitialized)
203 RP.RefinementSteps = RefSteps;
206 RecipParams &RP = RecipMap[Key]; local
207 if (RP.Enabled == Uninitialized)
208 RP.Enabled = Enable;
209 if (RP.RefinementSteps == Uninitialized)
210 RP
217 const RecipParams &RP = KV.second; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionPass.cpp70 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
71 Changed |= RP->doInitialization(R, *this);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP224R1FieldElement.java211 private static void RP(int[] nc, int[] d1, int[] e1, int[] f1, int[] t) method in class:SecP224R1FieldElement
251 RP(nc, d1, e1, f1, t);
/external/clang/include/clang/AST/
H A DCXXInheritance.h204 void setRecordingPaths(bool RP) { RecordPaths = RP; } argument
H A DExprCXX.h124 QualType t, ExprValueKind VK, SourceLocation RP)
125 : CallExpr(C, CXXMemberCallExprClass, fn, args, t, VK, RP) {}
167 SourceLocation RP)
168 : CallExpr(C, CUDAKernelCallExprClass, fn, Config, args, t, VK, RP) {}
123 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
165 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
H A DStmt.h1111 SourceLocation RP)
1112 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1162 SourceLocation RP);
1110 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
H A DExpr.h3434 SourceLocation BLoc, SourceLocation RP);
3555 SourceLocation RP, bool condIsTrue,
3564 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) {
4825 AtomicOp op, SourceLocation RP);
3553 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool condIsTrue, bool TypeDependent, bool ValueDependent) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h132 RP, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/minijail/
H A Dcommon.mk385 RP := ) macro
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
/external/modp_b64/
H A Dcommon.mk385 RP := ) macro
386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@))))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp941 SmallVector<unsigned, 8> &RP = BackTrace[i-1]; local
942 if (RP[RCId] + CI->second >= RegLimit[RCId])
987 SmallVector<unsigned, 8> &RP = BackTrace[i]; local
991 RP[RCId] += CI->second;
/external/clang/lib/AST/
H A DStmt.cpp799 SourceLocation RP)
800 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
797 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
H A DExpr.cpp3429 SourceLocation RP)
3434 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
3823 QualType t, AtomicOp op, SourceLocation RP)
3826 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3427 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
3822 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t, AtomicOp op, SourceLocation RP) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1210 RegisterRef RP = CI->getOperand(1); local
1233 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true);
1239 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false);
/external/v8/src/ppc/
H A Dconstants-ppc.h2704 RP = 2, // Round towards Plus Infinity. enumerator in enum:v8::internal::FPRoundingMode
2710 kRoundToPlusInf = RP,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2148 ReallocPairsTy RP = state->get<ReallocPairs>(); local
2149 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
2357 ReallocPairsTy RP = state->get<ReallocPairs>(); local
2358 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1824 unsigned RP = RegPressure[Id]; local
1825 if (!RP) continue;
1826 DEBUG(dbgs() << RC->getName() << ": " << RP << " / " << RegLimit[Id]
/external/v8/src/arm/
H A Dconstants-arm.h408 RP = 1 << 22, // Round towards Plus Infinity. enumerator in enum:v8::internal::VFPRoundingMode
414 kRoundToPlusInf = RP,
/external/v8/src/s390/
H A Dconstants-s390.h1843 RP = 2, // Round towards Plus Infinity. enumerator in enum:v8::internal::FPRoundingMode
1849 kRoundToPlusInf = RP,
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 803 milliseconds