Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp227 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 …]
DSemaType.cpp7394 return Context.getAtomicType(T); in BuildAtomicType()
/external/clang/lib/CodeGen/
DCGAtomic.cpp132 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anonae26f3860111::AtomicInfo
1348 getAtomicType(), in emitCopyIntoMemory()
1380 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType()); in materializeRValue()
/external/clang/include/clang/AST/
DASTContext.h1081 QualType getAtomicType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2695 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
4063 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
4077 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
7811 return getAtomicType(ResultType); in mergeTypes()
DType.cpp1032 return Ctx.getAtomicType(valueType); in VisitAtomicType()
/external/clang/lib/Serialization/
DASTReader.cpp5665 return Context.getAtomicType(ValueType); in readTypeRecord()