| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| MacOSXAPIChecker.cpp | 77 const MemRegion *RB = R->getBaseRegion(); 78 const MemSpaceRegion *RS = RB->getMemorySpace(); 96 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_ring_buffer_test.cc | 37 RingBuffer<T> *RB; 40 RB = RingBuffer<T>::New(Size); 41 EXPECT_EQ(RB->size(), Size); 42 RB->Delete(); 45 RB = RingBuffer<T>::New(4); 46 EXPECT_EQ(RB->size(), 4U); 48 EXPECT_EQ((int64_t)(*RB)[0], (int64_t)a0); \ 49 EXPECT_EQ((int64_t)(*RB)[1], (int64_t)a1); \ 50 EXPECT_EQ((int64_t)(*RB)[2], (int64_t)a2); \ 51 EXPECT_EQ((int64_t)(*RB)[3], (int64_t)a3) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| HTMLRewrite.cpp | 58 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, 62 RB.InsertTextAfter(B, StartTag); 63 RB.InsertTextBefore(E, EndTag); 77 RB.InsertTextBefore(LastNonWhiteSpace+1, EndTag); 96 RB.InsertTextAfter(i, StartTag); 116 RewriteBuffer &RB = R.getEditBuffer(FID); 129 RB.ReplaceText(FilePos, 1, " "); 133 RB.ReplaceText(FilePos, 1, "<hr>"); 142 RB.ReplaceText(FilePos, 1, 146 RB.ReplaceText(FilePos, 1, StringRef(" ", NumSpaces)) [all...] |
| Rewriter.cpp | 162 const RewriteBuffer &RB = I->second; 163 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange); 164 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange); 213 const RewriteBuffer &RB = I->second; 214 EndOff = RB.getMappedOffset(EndOff, true); 215 StartOff = RB.getMappedOffset(StartOff); 223 RewriteBuffer::iterator Start = RB.begin(); 398 RewriteBuffer &RB = getEditBuffer(FID); 406 RB.InsertText(offs, indent, /*InsertAfter=*/false);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_ring_buffer.h | 28 RingBuffer *RB = reinterpret_cast<RingBuffer*>(Ptr); 30 RB->last_ = RB->next_ = reinterpret_cast<T*>(End - sizeof(T)); 31 return RB;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_ring_buffer.h | 27 RingBuffer *RB = reinterpret_cast<RingBuffer*>(Ptr); 29 RB->last_ = RB->next_ = reinterpret_cast<T*>(End - sizeof(T)); 30 return RB;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_ring_buffer.h | 27 RingBuffer *RB = reinterpret_cast<RingBuffer*>(Ptr); 29 RB->last_ = RB->next_ = reinterpret_cast<T*>(End - sizeof(T)); 30 return RB;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| rl78-decode.c | 66 #define RB(x) ((x)+RL78_Reg_X) 117 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0) 128 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0) 2789 /** 0110 0001 11rb 1111 sel rb%1 */ 2791 int rb AU = (op[1] >> 4) & 0x03; 2795 "/** 0110 0001 11rb 1111 sel rb%1 */", 2797 printf (" rb = 0x%x\n", rb); [all...] |
| alpha-opc.c | 57 /* The RB field when it is the same as the RA field in the same insn. 59 the RA field into the RB field, and the extraction function just 210 #define RB (RA + 1) 212 #define RC (RB + 1) 231 /* The RB field when it needs parentheses. */ 235 /* The RB field when it needs parentheses _and_ a preceding comma. */ 240 /* The RB field when it must be the same as the RA field. */ 244 /* The RC field when it must be the same as the RB field. */ 253 /* The RC field when it can *default* to RB. */ 263 /* The FC field when it can *default* to RB. * [all...] |
| nds32-asm.c | 106 {"rb", 10, 5, 0, HW_GPR, NULL}, 227 #define RB(r) (r << 10) 300 {"jr", "%rb", JREG (JR), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 301 {"jral", "%rt,%rb", JREG (JRAL), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 302 {"jrnez", "%rb", JREG (JRNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 303 {"jralnez", "%rt,%rb", JREG (JRALNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 304 {"ret", "%rb", JREG (JR) | JREG_RET, 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 305 {"jral", "%rb", JREG (JRAL) | RT (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 306 {"jralnez", "%rb", JREG (JRALNEZ) | RT (30), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 307 {"ret", "", JREG (JR) | JREG_RET | RB (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL} [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| rl78-decode.c | 66 #define RB(x) ((x)+RL78_Reg_X) 117 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0) 128 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0) 2789 /** 0110 0001 11rb 1111 sel rb%1 */ 2791 int rb AU = (op[1] >> 4) & 0x03; 2795 "/** 0110 0001 11rb 1111 sel rb%1 */", 2797 printf (" rb = 0x%x\n", rb); [all...] |
| alpha-opc.c | 57 /* The RB field when it is the same as the RA field in the same insn. 59 the RA field into the RB field, and the extraction function just 210 #define RB (RA + 1) 212 #define RC (RB + 1) 231 /* The RB field when it needs parentheses. */ 235 /* The RB field when it needs parentheses _and_ a preceding comma. */ 240 /* The RB field when it must be the same as the RA field. */ 244 /* The RC field when it must be the same as the RB field. */ 253 /* The RC field when it can *default* to RB. */ 263 /* The FC field when it can *default* to RB. * [all...] |
| nds32-asm.c | 106 {"rb", 10, 5, 0, HW_GPR, NULL}, 227 #define RB(r) (r << 10) 300 {"jr", "%rb", JREG (JR), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 301 {"jral", "%rt,%rb", JREG (JRAL), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 302 {"jrnez", "%rb", JREG (JRNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 303 {"jralnez", "%rt,%rb", JREG (JRALNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 304 {"ret", "%rb", JREG (JR) | JREG_RET, 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 305 {"jral", "%rb", JREG (JRAL) | RT (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 306 {"jralnez", "%rb", JREG (JRALNEZ) | RT (30), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 307 {"ret", "", JREG (JR) | JREG_RET | RB (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL} [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| rl78-decode.c | 66 #define RB(x) ((x)+RL78_Reg_X) 117 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0) 128 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0) 2789 /** 0110 0001 11rb 1111 sel rb%1 */ 2791 int rb AU = (op[1] >> 4) & 0x03; 2795 "/** 0110 0001 11rb 1111 sel rb%1 */", 2797 printf (" rb = 0x%x\n", rb); [all...] |
| alpha-opc.c | 57 /* The RB field when it is the same as the RA field in the same insn. 59 the RA field into the RB field, and the extraction function just 210 #define RB (RA + 1) 212 #define RC (RB + 1) 231 /* The RB field when it needs parentheses. */ 235 /* The RB field when it needs parentheses _and_ a preceding comma. */ 240 /* The RB field when it must be the same as the RA field. */ 244 /* The RC field when it must be the same as the RB field. */ 253 /* The RC field when it can *default* to RB. */ 263 /* The FC field when it can *default* to RB. * [all...] |
| nds32-asm.c | 106 {"rb", 10, 5, 0, HW_GPR, NULL}, 227 #define RB(r) (r << 10) 300 {"jr", "%rb", JREG (JR), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 301 {"jral", "%rt,%rb", JREG (JRAL), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 302 {"jrnez", "%rb", JREG (JRNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 303 {"jralnez", "%rt,%rb", JREG (JRALNEZ), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 304 {"ret", "%rb", JREG (JR) | JREG_RET, 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 305 {"jral", "%rb", JREG (JRAL) | RT (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL}, 306 {"jralnez", "%rb", JREG (JRALNEZ) | RT (30), 4, ATTR (BRANCH) | ATTR_V3, 0, NULL, 0, NULL}, 307 {"ret", "", JREG (JR) | JREG_RET | RB (30), 4, ATTR (BRANCH) | ATTR_ALL, 0, NULL, 0, NULL} [all...] |
| /src/external/gpl3/gdb.old/dist/sim/microblaze/ |
| microblaze.h | 31 #define RB CPU.regs[rb]
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| rl78-decode.c | 66 #define RB(x) ((x)+RL78_Reg_X) 117 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0) 128 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0) 2789 /** 0110 0001 11rb 1111 sel rb%1 */ 2791 int rb AU = (op[1] >> 4) & 0x03; 2795 "/** 0110 0001 11rb 1111 sel rb%1 */", 2797 printf (" rb = 0x%x\n", rb); [all...] |
| /src/external/gpl3/gdb/dist/sim/microblaze/ |
| microblaze.h | 31 #define RB CPU.regs[rb]
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| RegBankSelect.cpp | 633 const RegisterBank *RB = MRI->getRegBankOrNull(MI.getOperand(1).getReg()); 636 assert(RB && "Expected source register to have a register bank?"); 638 MRI->setRegBank(MI.getOperand(0).getReg(), *RB);
|
| RegisterBankInfo.cpp | 93 if (auto *RB = RegClassOrBank.dyn_cast<const RegisterBank *>()) 94 return RB; 140 const RegisterBank *RB = RegClassOrBank.get<const RegisterBank *>(); 142 if (RB && !RB->covers(RC))
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| DAGISelMatcherGen.cpp | 732 const CodeGenRegBank &RB = CGP.getTargetInfo().getRegBank(); 735 if (RB.getSubRegIndices().size() > 127) { 736 const CodeGenSubRegIndex *I = RB.findSubRegIdx(Def);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonEarlyIfConv.cpp | 473 const MachineOperand &RB = MI.getOperand(3); 474 assert(RA.isReg() && RB.isReg()); 476 if (RA.getSubReg() != 0 || RB.getSubReg() != 0) { 481 const MachineInstr *Def3 = MRI->getVRegDef(RB.getReg());
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86InstructionSelector.cpp | 74 unsigned getLoadStoreOp(const LLT &Ty, const RegisterBank &RB, unsigned Opc, 128 const TargetRegisterClass *getRegClass(LLT Ty, const RegisterBank &RB) const; 170 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const { 171 if (RB.getID() == X86::GPRRegBankID) { 181 if (RB.getID() == X86::VECRRegBankID) { 396 const RegisterBank &RB, 405 if (X86::GPRRegBankID == RB.getID()) 408 if (X86::GPRRegBankID == RB.getID()) 411 if (X86::GPRRegBankID == RB.getID()) 413 if (X86::VECRRegBankID == RB.getID() [all...] |
| /src/external/mit/lua/dist/src/ |
| lvm.c | 729 ** Main operation 'ra = #rb'. 731 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { 733 switch (ttypetag(rb)) { 735 Table *h = hvalue(rb); 742 setivalue(s2v(ra), tsvalue(rb)->shrlen); 746 setivalue(s2v(ra), tsvalue(rb)->u.lnglen); 750 tm = luaT_gettmbyobj(L, rb, TM_LEN); 752 luaG_typeerror(L, rb, "get length of"); 756 luaT_callTMres(L, tm, rb, rb, ra) 1289 TValue *rb = k + GETARG_Bx(i); local 1295 TValue *rb; local 1353 TValue *rb = vRB(i); local 1368 TValue *rb = vRB(i); local 1383 TValue *rb = vRB(i); local 1396 TValue *rb = KB(i); local 1409 TValue *rb = vRB(i); \/* key (table is in 'ra') *\/ local 1439 TValue *rb = KB(i); local 1471 TValue *rb = vRB(i); local 1532 TValue *rb = vRB(i); local 1542 TValue *rb = vRB(i); local 1605 TValue *rb = vRB(i); local 1634 TValue *rb = vRB(i); local 1656 TValue *rb = vRB(i); local 1667 TValue *rb = vRB(i); local 1705 TValue *rb = vRB(i); local 1720 TValue *rb = KB(i); local 1765 TValue *rb = vRB(i); local [all...] |