Home
last modified time | relevance | path

Searched refs:TBAABaseType (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGValue.h161 QualType TBAABaseType; variable
185 this->TBAABaseType = Type;
244 QualType getTBAABaseType() const { return TBAABaseType; } in getTBAABaseType()
245 void setTBAABaseType(QualType T) { TBAABaseType = T; } in setTBAABaseType()
DCGExpr.cpp1059 QualType TBAABaseType, in EmitLoadOfScalar() argument
1113 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar()
1177 bool isInit, QualType TBAABaseType, in EmitStoreOfScalar() argument
1227 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar()