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

  /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...]
CGExpr.cpp     [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/lib/AST/
ExprConstant.cpp     [all...]

Completed in 212 milliseconds