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

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp76 QualType getAtomicType() const { return AtomicTy; } function in class:__anon3700::AtomicInfo
685 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
757 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
780 getAtomicType(),
813 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
814 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());
/external/clang/include/clang/AST/
H A DASTContext.h886 QualType getAtomicType(QualType T) const;
/external/clang/lib/AST/
H A DASTContext.cpp2305 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
3532 /// getAtomicType - Return the uniqued reference to the atomic type for
3534 QualType ASTContext::getAtomicType(QualType T) const { function in class:ASTContext
3548 Canonical = getAtomicType(getCanonicalType(T));
7027 return getAtomicType(ResultType);
/external/clang/lib/Sema/
H A DSemaType.cpp4941 return Context.getAtomicType(T);
/external/clang/lib/Serialization/
H A DASTReader.cpp4647 return Context.getAtomicType(ValueType);

Completed in 106 milliseconds