Searched refs:getAtomicType (Results 1 – 8 of 8) sorted by relevance
268 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy)); in Initialize()270 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()271 auto AtomicLongT = Context.getAtomicType(Context.LongTy); in Initialize()273 auto AtomicULongT = Context.getAtomicType(Context.UnsignedLongTy); in Initialize()276 Context.getAtomicType(Context.FloatTy)); in Initialize()277 auto AtomicDoubleT = Context.getAtomicType(Context.DoubleTy); in Initialize()281 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy)); in Initialize()282 auto AtomicIntPtrT = Context.getAtomicType(Context.getIntPtrType()); in Initialize()284 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()286 auto AtomicSizeT = Context.getAtomicType(Context.getSizeType()); in Initialize()[all …]
8223 return Context.getAtomicType(T); in BuildAtomicType()
133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon87b451740111::AtomicInfo1533 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType()); in emitCopyIntoMemory()1535 getAtomicType()); in emitCopyIntoMemory()1538 CGF.EmitAggregateCopy(Dest, Src, getAtomicType(), in emitCopyIntoMemory()1569 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType()); in materializeRValue()
1249 QualType getAtomicType(QualType T) const;
3195 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()4902 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext4916 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()8891 return getAtomicType(ResultType); in mergeTypes()
1106 return Ctx.getAtomicType(valueType); in VisitAtomicType()
966 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()
6356 return Context.getAtomicType(ValueType); in readTypeRecord()