HomeSort by relevance Sort by last modified time
    Searched defs:BaseTy (Results 1 - 13 of 13) 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/Index/
IndexBody.cpp 96 auto BaseTy = ME->getBase()->IgnoreImpCasts()->getType();
97 if (!BaseTy.isNull())
98 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl())
  /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 562 llvm::Type *BaseTy =
565 CGF.Builder.CreateVAArg(VAListAddr.getPointer(), BaseTy);
    [all...]
CGExpr.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 649 QualType BaseTy = Base->getType();
650 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy,
653 VisitCXXDestructor(BaseTy, BaseVal.castAs<loc::MemRegionVal>().getRegion(),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 401 typedef BT BaseTy;
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 361 milliseconds