Searched defs:RP (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Analysis/ |
D | RegionPass.cpp | 70 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 298 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction() local
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 208 void setRecordingPaths(bool RP) { RecordPaths = RP; } in setRecordingPaths()
|
D | ExprCXX.h | 118 QualType t, ExprValueKind VK, SourceLocation RP) in CXXMemberCallExpr() 152 SourceLocation RP) in CUDAKernelCallExpr()
|
D | Stmt.h | 1079 SourceLocation RP) in DoStmt()
|
D | Expr.h | 3443 SourceLocation RP, bool TypeDependent, bool ValueDependent) in ChooseExpr()
|
/external/smack/src/org/xbill/DNS/ |
D | Type.java | 64 public static final int RP = 17; field in Type 243 types.add(RP, "RP", new RPRecord()); in types.add() argument
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1087 SmallVector<unsigned, 8> &RP = BackTrace[i-1]; in CanCauseHighRegPressure() local 1133 SmallVector<unsigned, 8> &RP = BackTrace[i]; in UpdateBackTraceRegPressure() local
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 733 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 1214 ReallocPairsTy RP = state->get<ReallocPairs>(); in checkDeadSymbols() local 1370 ReallocPairsTy RP = state->get<ReallocPairs>(); in evalAssume() local
|
/external/v8/src/arm/ |
D | constants-arm.h | 409 RP = 1 << 22, // Round towards Plus Infinity. enumerator
|
/external/v8/src/mips/ |
D | constants-mips.h | 529 RP = 2 << 0, // Round towards Plus Infinity. enumerator
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 863 SourceLocation RP) in ForStmt()
|
D | Expr.cpp | 3518 SourceLocation RP) in ShuffleVectorExpr() 4043 QualType t, AtomicOp op, SourceLocation RP) in AtomicExpr()
|
/external/llvm/lib/IR/ |
D | PassManager.cpp | 1053 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, in collectRequiredAnalysis()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 1937 unsigned RP = RegPressure[Id]; in dumpRegPressure() local
|