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 81 static bool TypeHasMayAlias(QualType QTy) {
83 if (const TagType *TTy = dyn_cast<TagType>(QTy))
87 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
98 CodeGenTBAA::getTBAAInfo(QualType QTy) {
101 if (TypeHasMayAlias(QTy))
104 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
CodeGenTBAA.h 70 llvm::MDNode *getTBAAInfo(QualType QTy);
CGCXX.cpp 324 const Type *QTy = Qual->getAsType();
325 QualType T = QualType(QTy, 0);
CodeGenModule.h 418 llvm::MDNode *getTBAAInfo(QualType QTy);
    [all...]
CodeGenModule.cpp 174 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
177 return TBAA->getTBAAInfo(QTy);
    [all...]
CGBuiltin.cpp     [all...]

Completed in 83 milliseconds