Home
last modified time | relevance | path

Searched defs:VB (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp235 for (auto &VB : VirtualBaseSyms) { in initializeChildren() local
/netbsd-src/sys/crypto/blake2/
H A Dblake2s.c60 #define BLAKE2S_G(VA, VB, VC, VD, X, Y) do \ argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp662 VerbatimBlockComment *VB = in parseVerbatimBlock() local
H A DVTableBuilder.cpp3351 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths() local
3362 for (const auto &VB : Base->vbases()) in computeVTablePaths() local
3739 for (const auto &VB : RD->vbases()) { in computeVBTableRelatedInformation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp353 for (const auto &VB : ClassDecl->vbases()) { in inferCUDATargetForImplicitSpecialMember() local
H A DSemaOverload.cpp9883 auto *VB = dyn_cast_or_null<ValueDecl>(B); in isEquivalentInternalLinkageDeclaration() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp993 Value *VB = Or->user_back(); in shouldConvertOrWithNoCommonBitsToAdd() local
1038 Value *VB = Sub->user_back(); in ShouldBreakUpSubtract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1442 Value *VB = PN.getIncomingValue(j); in visitPHINode() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h155 VB = 0x0b, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1981 ExtValue VA(A), VB(B); in runOnMachineFunction() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c58 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc59 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB) argument
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c3618 #define VB VA + 1 macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c3537 #define VB VA + 1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13837 ArrayRef<int> CandidateMask) { in matchShuffleAsInsertPS()