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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 75 static bool TypeHasMayAlias(QualType QTy) {
77 if (const TagType *TTy = dyn_cast<TagType>(QTy))
81 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
92 CodeGenTBAA::getTBAAInfo(QualType QTy) {
99 if (TypeHasMayAlias(QTy))
102 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
175 QualType QTy,
181 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
208 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
    [all...]
CodeGenTBAA.h 100 llvm::MDNode *getTBAAInfo(QualType QTy);
108 llvm::MDNode *getTBAAStructInfo(QualType QTy);
CGCXX.cpp 295 const Type *QTy = Qual->getAsType();
296 QualType T = QualType(QTy, 0);
CodeGenModule.h 639 llvm::MDNode *getTBAAInfo(QualType QTy);
641 llvm::MDNode *getTBAAStructInfo(QualType QTy);
646 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp 513 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
516 return TBAA->getTBAAInfo(QTy);
525 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) {
528 return TBAA->getTBAAStructInfo(QTy);
    [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 273 milliseconds