HomeSort by: relevance | last modified time | path
    Searched defs:getAtomicType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 133 QualType getAtomicType() const { return AtomicTy; }
1617 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType());
1619 getAtomicType());
1622 CGF.EmitAggregateCopy(Dest, Src, getAtomicType(),
1653 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3551 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
5570 /// getAtomicType - Return the uniqued reference to the atomic type for
5572 QualType ASTContext::getAtomicType(QualType T) const {
5586 Canonical = getAtomicType(getCanonicalType(T));
9811 return getAtomicType(ResultType);

Completed in 36 milliseconds