Searched defs:AtomicTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp30 QualType AtomicTy; member in class:__anon17807::AtomicInfo
43 AtomicTy = lvalue.getType();
44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
53 std::tie(AtomicSizeInBits, atomicAlignInBits) = C.getTypeInfo(AtomicTy);
68 QualType getAtomicType() const { return AtomicTy; }
478 QualType AtomicTy = E->getPtr()->getType()->getPointeeType(); local
479 QualType MemTy = AtomicTy;
480 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>())
482 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
484 CharUnits alignChars = getContext().getTypeAlignInChars(AtomicTy);
[all...]

Completed in 152 milliseconds