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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 37 typedef HashTableImpl<HashEntryTy, HashFunctionTy> BaseTy;
43 typedef typename BaseTy::bucket_type bucket_type;
46 typedef HashIterator<ChainIteratorBase<BaseTy>,
48 typedef HashIterator<ChainIteratorBase<const BaseTy>,
51 typedef HashIterator<EntryIteratorBase<BaseTy>,
53 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 649 llvm::StructType *BaseTy = nullptr;
651 BaseTy = Ty;
655 BaseTy = llvm::StructType::create(
657 addRecordTypeName(D, BaseTy, ".base");
667 new CGRecordLayout(Ty, BaseTy, Builder.IsZeroInitializable,
696 if (BaseTy) {
703 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&
    [all...]
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 634 QualType BaseTy = Base->getType();
635 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy,
638 VisitCXXDestructor(BaseTy, BaseVal.castAs<loc::MemRegionVal>().getRegion(),
    [all...]

Completed in 679 milliseconds