Searched refs:getAtomicType (Results 1 – 7 of 7) sorted by relevance
218 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy)); in Initialize()220 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()221 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()223 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()225 Context.getAtomicType(Context.FloatTy)); in Initialize()227 Context.getAtomicType(Context.DoubleTy)); in Initialize()230 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy)); in Initialize()232 Context.getAtomicType(Context.getIntPtrType())); in Initialize()234 Context.getAtomicType(Context.getUIntPtrType())); in Initialize()236 Context.getAtomicType(Context.getSizeType())); in Initialize()[all …]
6892 return Context.getAtomicType(T); in BuildAtomicType()
133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anone9dd929e0111::AtomicInfo1344 getAtomicType(), in emitCopyIntoMemory()1377 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType(), in materializeRValue()
999 QualType getAtomicType(QualType T) const;
2626 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()3947 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext3961 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()7622 return getAtomicType(ResultType); in mergeTypes()
1012 return Ctx.getAtomicType(valueType); in VisitAtomicType()
5400 return Context.getAtomicType(ValueType); in readTypeRecord()