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

/external/clang/test/SemaCXX/
H A Ddestructor.cpp187 struct VB { struct in namespace:dnvd
189 virtual ~VB();
192 struct VD: VB {};
194 struct VF final: VB {};
219 void use(VB&);
225 VB vb; use(vb);
251 VB* vb = new VB[4];
278 VB* vb = new VB();
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp145 struct VB : VA struct in inherits:VA
146 { virtual ~VB() {} };
/external/qemu/
H A Dppc-dis.c824 /* The VB field in a VA, VX or VXR form instruction. */
825 #define VB VA + 1
829 #define VC VB + 1
2148 { "mtvscr", VX(4, 1604), VX_MASK, PPCVEC, { VB } },
2184 { "vaddcuw", VX(4, 384), VX_MASK, PPCVEC, { VD, VA, VB } },
2185 { "vaddfp", VX(4, 10), VX_MASK, PPCVEC, { VD, VA, VB } },
2186 { "vaddsbs", VX(4, 768), VX_MASK, PPCVEC, { VD, VA, VB } },
2187 { "vaddshs", VX(4, 832), VX_MASK, PPCVEC, { VD, VA, VB } },
2188 { "vaddsws", VX(4, 896), VX_MASK, PPCVEC, { VD, VA, VB } },
2189 { "vaddubm", VX(4, 0), VX_MASK, PPCVEC, { VD, VA, VB } },
821 #define VB macro
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dvbnet.php10 * VB.NET language file for GeSHi.
/external/clang/lib/AST/
H A DCommentParser.cpp608 VerbatimBlockComment *VB = local
639 S.actOnVerbatimBlockFinish(VB, Tok.getLocation(),
645 S.actOnVerbatimBlockFinish(VB, SourceLocation(), "",
649 return VB;
/external/llvm/include/llvm/TableGen/
H A DRecord.h102 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
145 virtual Init *convertValue(VarBitInit *VB) { return (Init*)VB; } argument
188 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
230 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
274 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
315 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
356 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
400 virtual Init *convertValue(VarBitInit *VB) { return 0; } argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp882 Value *VB = PN.getIncomingValue(j); local
884 PN.setIncomingValue(i, VB);
/external/qemu-pc-bios/vgabios/
H A Dclext.c792 cmp ax, #0x4256 ;; VB

Completed in 549 milliseconds