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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp227 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy));
229 Context.getAtomicType(Context.UnsignedIntTy));
230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy));
232 Context.getAtomicType(Context.UnsignedLongTy));
234 Context.getAtomicType(Context.FloatTy));
236 Context.getAtomicType(Context.DoubleTy));
239 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy));
241 Context.getAtomicType(Context.getIntPtrType()));
243 Context.getAtomicType(Context.getUIntPtrType()));
245 Context.getAtomicType(Contex
[all...]
H A DSemaType.cpp7082 return Context.getAtomicType(T);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp132 QualType getAtomicType() const { return AtomicTy; } function in class:__anon3752::AtomicInfo
1368 getAtomicType(),
1400 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1073 QualType getAtomicType(QualType T) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2702 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
4048 /// getAtomicType - Return the uniqued reference to the atomic type for
4050 QualType ASTContext::getAtomicType(QualType T) const { function in class:ASTContext
4064 Canonical = getAtomicType(getCanonicalType(T));
7738 return getAtomicType(ResultType);
H A DType.cpp1032 return Ctx.getAtomicType(valueType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5641 return Context.getAtomicType(ValueType);

Completed in 272 milliseconds