Home
last modified time | relevance | path

Searched defs:AX (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Layout/
H A Dms-x86-primary-bases.cpp149 struct AX : B0X, B1X { int a; AX() : a(0xf000000A) {} virtual void f() { printf("A"); } }; in f() argument
H A Dms-x86-aligned-tail-padding.cpp316 struct AX : B0X, virtual B2X, virtual B6X, virtual B3X { struct
318 AX() : a(0xf000000A) {} in AX() argument
323 // CHECK-LABEL: 0 | struct AX{{$}} argument
H A Dms-x86-lazy-empty-nonvirtual-base.cpp557 struct AX : B1X, B2X, B3X, B4X, virtual B0X { struct
559 AX() : a(0x0000000A) { printf(" A = %p\n", this); } in AX() argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dglobal-initializers.cu37 double AX = a.pow(3.0, 1); variable
/llvm-project/clang/test/SemaCUDA/
H A Dglobal-initializers.cu67 double AX = a.pow(1.0, 1); variable
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operator.cpp275 struct AX { struct
281 AX a; in m() argument
H A Dcxx20-ctad-type-alias.cpp53 using AX = X<T>; typedef
/llvm-project/clang/lib/AST/
H A DASTContext.cpp12921 const auto *AX = cast<AutoType>(X), *AY = cast<AutoType>(Y); getCommonNonSugarTypeNode() local
12937 const auto *AX = cast<IncompleteArrayType>(X), getCommonNonSugarTypeNode() local
12944 const auto *AX = cast<DependentSizedArrayType>(X), getCommonNonSugarTypeNode() local
12955 const auto *AX = cast<ConstantArrayType>(X), getCommonNonSugarTypeNode() local
12966 const auto *AX = cast<ArrayParameterType>(X), getCommonNonSugarTypeNode() local
12978 const auto *AX = cast<AtomicType>(X), *AY = cast<AtomicType>(Y); getCommonNonSugarTypeNode() local
13261 const auto *AX = cast<AdjustedType>(X), *AY = cast<AdjustedType>(Y); getCommonSugarTypeNode() local
13279 const auto *AX = cast<AttributedType>(X), *AY = cast<AttributedType>(Y); getCommonSugarTypeNode() local
13292 const BTFTypeTagAttr *AX = BX->getAttr(); getCommonSugarTypeNode() local
13300 const auto *AX = cast<AutoType>(X), *AY = cast<AutoType>(Y); getCommonSugarTypeNode() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1165 unsigned AX = Uses64BitFramePtr ? X86::RAX : X86::EAX; emitStackProbeCall() local