Searched defs:RR (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSubChecker.cpp | 48 const MemRegion *RR = RV.getAsRegion(); in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegisterClassInfo.cpp | 65 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
|
H A D | AggressiveAntiDepBreaker.cpp | 380 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction() local 464 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | union.c | 39 union RR {_Bool a : 1;} RRU; union
|
/minix3/games/monop/ |
H A D | monop.h | 56 #define RR 1 /* railroad */ macro
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 969 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) in trackNullOrUndefValue() local 977 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) { in trackNullOrUndefValue() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 519 TreeTy *RR = getRight(R); in balanceTree() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn.h | 343 BIGNUM RR; /* used to convert to montgomery form */ member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 495 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, in X86FastEmitExtend() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 3626 Record *RR = DI->getDef(); in GenerateVariantsOf() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2663 SDValue LL, LR, RL, RR, CC0, CC1; in visitAND() local 3320 SDValue LL, LR, RL, RR, CC0, CC1; in visitOR() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 8743 DeclRefExpr *RR = dyn_cast<DeclRefExpr>(OR->getBase()->IgnoreImpCasts()); in CheckIdentityFieldAssignment() local
|