Home
last modified time | relevance | path

Searched refs:getAtomicType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp268 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 …]
H A DSemaType.cpp8223 return Context.getAtomicType(T); in BuildAtomicType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon87b451740111::AtomicInfo
1533 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1249 QualType getAtomicType(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3195 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
4902 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
4916 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
8891 return getAtomicType(ResultType); in mergeTypes()
H A DType.cpp1106 return Ctx.getAtomicType(valueType); in VisitAtomicType()
H A DASTImporter.cpp966 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6356 return Context.getAtomicType(ValueType); in readTypeRecord()