Searched refs:getAtomicType (Results 1 – 6 of 6) sorted by relevance
216 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy)); in Initialize()218 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()219 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()221 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()223 Context.getAtomicType(Context.FloatTy)); in Initialize()225 Context.getAtomicType(Context.DoubleTy)); in Initialize()228 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy)); in Initialize()230 Context.getAtomicType(Context.getIntPtrType())); in Initialize()232 Context.getAtomicType(Context.getUIntPtrType())); in Initialize()234 Context.getAtomicType(Context.getSizeType())); in Initialize()[all …]
5646 return Context.getAtomicType(T); in BuildAtomicType()
132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon0925a2070111::AtomicInfo1249 getAtomicType(), in emitCopyIntoMemory()1282 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType(), in materializeRValue()1502 atomics.getAtomicType(), SourceLocation())); in EmitAtomicStore()1589 Atomics.getAtomicType(), SourceLocation())); in EmitAtomicUpdate()
971 QualType getAtomicType(QualType T) const;
2572 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()3849 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext3863 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()7305 return getAtomicType(ResultType); in mergeTypes()
5683 return Context.getAtomicType(ValueType); in readTypeRecord()