HomeSort by: relevance | last modified time | path
    Searched refs:TTy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 100 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
101 const RecordDecl *RD = TTy->getDecl()->getDefinition();
283 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
284 const RecordDecl *RD = TTy->getDecl()->getDefinition();
335 if (auto *TTy = dyn_cast<RecordType>(Ty)) {
336 const RecordDecl *RD = TTy->getDecl()->getDefinition();
CGDebugInfo.cpp 1921 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit);
1931 TheCU, Name, TTy, defaultParameter));
1935 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit);
1947 TheCU, Name, TTy, defaultParameter,
1953 llvm::DIType *TTy = getOrCreateType(T, Unit);
1994 TheCU, Name, TTy, defaultParameter, cast_or_null<llvm::Constant>(V)));
1998 llvm::DIType *TTy = getOrCreateType(T, Unit);
2013 TheCU, Name, TTy, defaultParameter, V));
2032 llvm::DIType *TTy = getOrCreateType(T, Unit);
2034 TheCU, Name, TTy, defaultParameter, V->stripPointerCasts()))
    [all...]
CGExprScalar.cpp 261 if (const auto *TTy =
263 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
278 if (const auto *TTy =
280 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 5865 QualType TTy = To->getType();
5867 const RecordType *TRec = TTy->getAs<RecordType>();
5869 Self.IsDerivedFrom(QuestionLoc, FTy, TTy);
5871 Self.IsDerivedFrom(QuestionLoc, TTy, FTy))) {
5876 if (TTy.isAtLeastAsQualifiedAs(FTy)) {
5877 InitializedEntity Entity = InitializedEntity::InitializeTemporary(TTy);
5899 TTy = TTy.getNonLValueExprType(Self.Context);
5901 InitializedEntity Entity = InitializedEntity::InitializeTemporary(TTy);
5904 ToType = TTy;
    [all...]

Completed in 36 milliseconds