Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp68 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anondcc4705e0111::AtomicInfo
898 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp"); in EmitAtomicLoad()
964 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp"); in EmitAtomicLoad()
987 getAtomicType(), in emitCopyIntoMemory()
1020 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp"); in materializeRValue()
1021 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment()); in materializeRValue()
/external/clang/include/clang/AST/
DASTContext.h947 QualType getAtomicType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2492 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
3771 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext
3785 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()
7199 return getAtomicType(ResultType); in mergeTypes()
/external/clang/lib/Sema/
DSemaType.cpp5627 return Context.getAtomicType(T); in BuildAtomicType()
/external/clang/lib/Serialization/
DASTReader.cpp5497 return Context.getAtomicType(ValueType); in readTypeRecord()