Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp216 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 …]
DSemaType.cpp5646 return Context.getAtomicType(T); in BuildAtomicType()
/external/clang/lib/CodeGen/
DCGAtomic.cpp132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anon0925a2070111::AtomicInfo
1249 getAtomicType(), in emitCopyIntoMemory()
1282 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType(), in materializeRValue()
1502 atomics.getAtomicType(), SourceLocation())); in EmitAtomicStore()
1589 Atomics.getAtomicType(), SourceLocation())); in EmitAtomicUpdate()
/external/clang/include/clang/AST/
DASTContext.h971 QualType getAtomicType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2572 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
3849 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
3863 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
7305 return getAtomicType(ResultType); in mergeTypes()
/external/clang/lib/Serialization/
DASTReader.cpp5683 return Context.getAtomicType(ValueType); in readTypeRecord()