Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp218 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 …]
HDSemaType.cpp6892 return Context.getAtomicType(T); in BuildAtomicType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp133 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anone9dd929e0111::AtomicInfo
1344 getAtomicType(), in emitCopyIntoMemory()
1377 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType(), in materializeRValue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h999 QualType getAtomicType(QualType T) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2626 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
3947 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
3961 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
7622 return getAtomicType(ResultType); in mergeTypes()
HDType.cpp1012 return Ctx.getAtomicType(valueType); in VisitAtomicType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5400 return Context.getAtomicType(ValueType); in readTypeRecord()