Searched refs:getAtomicType (Results 1 – 5 of 5) sorted by relevance
68 QualType getAtomicType() const { return AtomicTy; } in getAtomicType() function in __anondcc4705e0111::AtomicInfo898 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()
947 QualType getAtomicType(QualType T) const;
2492 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()3771 QualType ASTContext::getAtomicType(QualType T) const { in getAtomicType() function in ASTContext3785 Canonical = getAtomicType(getCanonicalType(T)); in getAtomicType()7199 return getAtomicType(ResultType); in mergeTypes()
5627 return Context.getAtomicType(T); in BuildAtomicType()
5497 return Context.getAtomicType(ValueType); in readTypeRecord()