Searched refs:AtomicTy (Results 1 – 4 of 4) sorted by relevance
32 QualType AtomicTy; member in __anon196ce45d0111::AtomicInfo49 AtomicTy = lvalue.getType(); in AtomicInfo()50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo()53 ValueTy = AtomicTy; in AtomicInfo()62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()100 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned); in AtomicInfo()101 if (AtomicTy.isNull()) { in AtomicInfo()105 AtomicTy = in AtomicInfo()113 AtomicTy = lvalue.getType(); in AtomicInfo()114 AtomicSizeInBits = C.getTypeSize(AtomicTy); in AtomicInfo()[all …]
15820 QualType AtomicTy = E->getArg(0)->getType()->getPointeeType(); in EmitPPCBuiltinExpr() local15821 LValue LV = MakeAddrLValue(Addr, AtomicTy); in EmitPPCBuiltinExpr()
11365 QualType AtomicTy = E->getPtr()->getType()->getPointeeType(); in AtomicUsesUnsupportedLibcall() local11366 CharUnits sizeChars = getTypeSizeInChars(AtomicTy); in AtomicUsesUnsupportedLibcall()11368 CharUnits alignChars = getTypeAlignInChars(AtomicTy); in AtomicUsesUnsupportedLibcall()
9186 if (const AtomicType *AtomicTy = dyn_cast<AtomicType>(LHSType)) { in CheckAssignmentConstraints() local9188 CheckAssignmentConstraints(AtomicTy->getValueType(), RHS, Kind); in CheckAssignmentConstraints()9192 RHS = ImpCastExprToType(RHS.get(), AtomicTy->getValueType(), Kind); in CheckAssignmentConstraints()