Home
last modified time | relevance | path

Searched defs:DX (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Layout/
H A Dms-x86-primary-bases.cpp220 struct DX : virtual B1X { int a; DX() : a(0xf000000D) {} virtual void f() { printf("D"); } }; in DX() struct
H A Dms-x86-aligned-tail-padding.cpp446 struct __declspec(align(16)) DX { struct
448 DX() : a(0xf000000D) {} in DX() argument
452 // CHECK-LABEL: 0 | struct DX{{$}} argument
H A Dms-x86-lazy-empty-nonvirtual-base.cpp633 struct DX : B8X, B1X, virtual B0X { struct
635 DX() : a(0x0000000D) { printf(" D = %p\n", this); } in DX() argument
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp299 unsigned DX = (MO.getImm() >> 3) & 0x3F; getDispRIHashEncoding() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp12613 for (const Decl *DX : X->redecls()) { getCommonDecl() local
13144 const auto *DX = cast<DecltypeType>(X); getCommonNonSugarTypeNode() local
13153 const auto *DX = cast<PackIndexingType>(X); getCommonNonSugarTypeNode() local
13270 const auto *DX = cast<DecayedType>(X), *DY = cast<DecayedType>(Y); getCommonSugarTypeNode() local
13422 const auto *DX = cast<CountAttributedType>(X), getCommonSugarTypeNode() local
[all...]