Searched refs:getAtomicType (Results 1 – 7 of 7) sorted by relevance
227 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy)); in Initialize()229 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy)); in Initialize()232 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()234 Context.getAtomicType(Context.FloatTy)); in Initialize()236 Context.getAtomicType(Context.DoubleTy)); in Initialize()239 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy)); in Initialize()241 Context.getAtomicType(Context.getIntPtrType())); in Initialize()243 Context.getAtomicType(Context.getUIntPtrType())); in Initialize()245 Context.getAtomicType(Context.getSizeType())); in Initialize()[all …]
7394 return Context.getAtomicType(T); in BuildAtomicType()
132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon56f3ab900111::AtomicInfo1348 getAtomicType(), in emitCopyIntoMemory()1380 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType()); in materializeRValue()
1081 QualType getAtomicType(QualType T) const;
2695 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()4063 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext4077 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()7811 return getAtomicType(ResultType); in mergeTypes()
1032 return Ctx.getAtomicType(valueType); in VisitAtomicType()
5665 return Context.getAtomicType(ValueType); in readTypeRecord()