HomeSort by relevance Sort by last modified time
    Searched refs:QTy (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 59 static bool TypeHasMayAlias(QualType QTy) {
61 if (const TagType *TTy = dyn_cast<TagType>(QTy))
65 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
76 CodeGenTBAA::getTBAAInfo(QualType QTy) {
79 if (TypeHasMayAlias(QTy))
82 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
CodeGenTBAA.h 70 llvm::MDNode *getTBAAInfo(QualType QTy);
CGCXX.cpp 323 const Type *QTy = Qual->getAsType();
324 QualType T = QualType(QTy, 0);
CodeGenModule.h 459 llvm::MDNode *getTBAAInfo(QualType QTy);
462 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
    [all...]
CodeGenModule.cpp 179 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
182 return TBAA->getTBAAInfo(QTy);
    [all...]
CGBuiltin.cpp     [all...]

Completed in 143 milliseconds