Searched refs:VB (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc.cc24 // V : VA VB
38 class VB class
46 class V : public VA, public VB
111 VB vb;
132 VB* pVB = &vb;
208 int VB::fvb() {return 300+vb;}
209 int VB::vvb() {return 400+vb;}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc.cc24 // V : VA VB
38 class VB class
46 class V : public VA, public VB
111 VB vb;
132 VB* pVB = &vb;
208 int VB::fvb() {return 300+vb;}
209 int VB::vvb() {return 400+vb;}
/netbsd-current/external/apache2/mDNSResponder/
H A Dprepare-import.sh19 rm -rf DNSServiceBrowser.VB DNSServiceBrowser.m DNSServiceBrowser.nib
22 rm -rf ReadMe.txt SimpleChat.NET SimpleChat.VB mDNSNetMonitor.VisualStudio)
/netbsd-current/sys/crypto/blake2/
H A Dblake2s.c60 #define BLAKE2S_G(VA, VB, VC, VD, X, Y) do \
62 (VA) = (VA) + (VB) + (X); \
65 (VB) = rotr32((VB) ^ (VC), 12); \
66 (VA) = (VA) + (VB) + (Y); \
69 (VB) = rotr32((VB) ^ (VC), 7); \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-opc.c2935 /* The VB field in a VA, VX or VXR form instruction. */ macro
2936 #define VB VA + 1
2940 #define VC VB + 1
3641 /* A VX_MASK with the VB field fixed. */
3644 /* A VX_MASK with the VA and VB fields fixed. */
4300 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4302 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4303 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4304 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
4305 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c3618 /* The VB field in a VA, VX or VXR form instruction. */
3619 #define VB VA + 1
3623 #define VC VB + 1
4394 /* A VX_MASK with the VB field fixed. */
4397 /* A VX_MASK with the VA and VB fields fixed. */
5097 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5099 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5100 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5101 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
5102 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
3537 #define VB macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dppc-opc.c3618 /* The VB field in a VA, VX or VXR form instruction. */ macro
3619 #define VB VA + 1
3623 #define VC VB + 1
4394 /* A VX_MASK with the VB field fixed. */
4397 /* A VX_MASK with the VA and VB fields fixed. */
5097 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5099 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5100 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
5101 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
5102 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c3537 /* The VB field in a VA, VX or VXR form instruction. */ macro
3538 #define VB VA + 1
3542 #define VC VB + 1
4252 /* A VX_MASK with the VB field fixed. */
4255 /* A VX_MASK with the VA and VB fields fixed. */
4918 {"vaddubm", VX (4, 0), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4920 {"vmaxub", VX (4, 2), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4921 {"vrlb", VX (4, 4), VX_MASK, PPCVEC, 0, {VD, VA, VB}},
4922 {"vrlq", VX (4, 5), VX_MASK, POWER10, 0, {VD, VA, VB}},
4923 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp235 for (auto &VB : VirtualBaseSyms) {
236 int VBPO = VB->getVirtualBasePointerOffset();
238 if (auto VBP = VB->getRawSymbol().getVirtualBaseTableType()) {
253 std::make_unique<BaseClassLayout>(*this, Offset, Elide, std::move(VB));
H A DPDBExtras.cpp226 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, VB, OS)
/netbsd-current/games/warp/
H A Dterm.c188 VB = Tgetstr("vb");
189 if (!*VB)
190 VB = __UNCONST("\007");
H A Dterm.h265 EXT char *VB INIT(NULL); /* visible bell */
302 #define dingaling() do_tc(VB,1)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp662 VerbatimBlockComment *VB = local
693 S.actOnVerbatimBlockFinish(VB, Tok.getLocation(),
699 S.actOnVerbatimBlockFinish(VB, SourceLocation(), "",
703 return VB;
H A DVTableBuilder.cpp3351 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr())
3352 P->FullOffsetInMDC += Layout.getVBaseClassOffset(VB);
3362 for (const auto &VB : Base->vbases())
3363 VBasesSeen.insert(VB.getType()->getAsCXXRecordDecl());
3739 for (const auto &VB : RD->vbases()) {
3740 const CXXRecordDecl *CurVBase = VB.getType()->getAsCXXRecordDecl();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h155 VB = 0x0b,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp353 for (const auto &VB : ClassDecl->vbases()) {
354 Bases.push_back(&VB);
H A DSemaOverload.cpp9883 auto *VB = dyn_cast_or_null<ValueDecl>(B);
9884 if (!VA || !VB)
9890 VB->getDeclContext()->getRedeclContext()) ||
9891 getOwningModule(VA) == getOwningModule(VB) ||
9892 VA->isExternallyVisible() || VB->isExternallyVisible())
9900 if (Context.hasSameType(VA->getType(), VB->getType()))
9906 if (auto *EB = dyn_cast<EnumConstantDecl>(VB)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp993 Value *VB = Or->user_back();
994 if (Or->hasOneUse() && isInteresting(VB))
1038 Value *VB = Sub->user_back();
1040 (isReassociableOp(VB, Instruction::Add, Instruction::FAdd) ||
1041 isReassociableOp(VB, Instruction::Sub, Instruction::FSub)))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp103 CV_ENUM_ENT(SourceLanguage, CSharp), CV_ENUM_ENT(SourceLanguage, VB),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1442 Value *VB = PN.getIncomingValue(j); local
1444 PN.setIncomingValue(i, VB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1981 ExtValue VA(A), VB(B);
1982 if (VA != VB)
1983 return VA < VB;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c58 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc59 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp199 RETURN_CASE(SourceLanguage, VB, "vb");
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6606 4j3pLOG+eeZw9Tp3+q8i5soCofoVAeWQjIW5ltJKbh8syzcXjmiqirDh2y7EQ/VB

Completed in 603 milliseconds

12