Searched defs:getAtomicType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp77 QualType getAtomicType() const { return AtomicTy; } function in class:__anon16091::AtomicInfo
743 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
809 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
832 getAtomicType(),
865 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
866 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());
/external/clang/lib/AST/
H A DASTContext.cpp2444 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
3677 /// getAtomicType - Return the uniqued reference to the atomic type for
3679 QualType ASTContext::getAtomicType(QualType T) const { function in class:ASTContext
3693 Canonical = getAtomicType(getCanonicalType(T));
7261 return getAtomicType(ResultType);

Completed in 138 milliseconds