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

  /external/llvm/include/llvm/Support/
TrailingObjects.h 126 // then recurses on the rest. The "Align", "BaseTy", and
131 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy,
138 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy,
140 struct TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy,
142 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy,
145 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...>
171 getTrailingObjectsImpl(const BaseTy *Obj,
181 getTrailingObjectsImpl(BaseTy *Obj,
202 template <int Align, typename BaseTy, typename TopTrailingObj, typename PrevTy>
203 struct TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 36 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy;
42 typedef typename BaseTy::bucket_type bucket_type;
45 typedef HashIterator<ChainIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
47 typedef HashIterator<ChainIteratorBase<const BaseTy>,
50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
52 typedef HashIterator<EntryIteratorBase<const BaseTy>,
  /external/clang/test/SemaTemplate/
derived.cpp 17 BaseTy; // expected-error{{C++ requires a type specifier for all declarations}}
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 692 llvm::StructType *BaseTy = nullptr;
694 BaseTy = Ty;
698 BaseTy = llvm::StructType::create(
700 addRecordTypeName(D, BaseTy, ".base");
701 // BaseTy and Ty must agree on their packedness for getLLVMFieldNo to work
714 new CGRecordLayout(Ty, BaseTy, Builder.IsZeroInitializable,
    [all...]
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.h 637 llvm::MDNode *getTBAAStructTagInfo(QualType BaseTy, llvm::MDNode *AccessN,
    [all...]
CodeGenModule.cpp 502 llvm::MDNode *CodeGenModule::getTBAAStructTagInfo(QualType BaseTy,
507 return TBAA->getTBAAStructTagInfo(BaseTy, AccessN, O);
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 180 /// \param BaseTy Base type. Ty is inherits from base.
184 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 283 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy,
288 0, DITypeRef::get(Ty), DITypeRef::get(BaseTy), 0, 0,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 648 QualType BaseTy = Base->getType();
649 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy,
652 VisitCXXDestructor(BaseTy, BaseVal.castAs<loc::MemRegionVal>().getRegion(),
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 309 milliseconds