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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pr9167.cc 12 typename DerivedType >
16 static DerivedType const DEFAULT_INSTANCE;
19 template<typename DATA, typename DerivedType>
20 const DerivedType A<DATA, DerivedType>::DEFAULT_INSTANCE;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pr9167.cc 12 typename DerivedType >
16 static DerivedType const DEFAULT_INSTANCE;
19 template<typename DATA, typename DerivedType>
20 const DerivedType A<DATA, DerivedType>::DEFAULT_INSTANCE;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 68 QualType DerivedType = E->getType();
69 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
70 DerivedType = PTy->getPointeeType();
72 if (DerivedType->isDependentType())
75 const RecordType *Ty = DerivedType->castAs<RecordType>();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 1027 QualType DerivedType =
1032 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind)
SemaOpenMP.cpp 18672 QualType DerivedType =
18680 DerivedType = DerivedType.getNonReferenceType();
18693 if (DerivedType->isAnyPointerType()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 4987 auto DerivedType = Relocate.getDerivedPtr()->getType();
4988 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(),
4993 DerivedType->getPointerAddressSpace(),

Completed in 44 milliseconds