HomeSort by relevance Sort by last modified time
    Searched refs:QualType (Results 101 - 125 of 242) sorted by null

1 2 3 45 6 7 8 910

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 184 QualType T = getDesugaredValueType(Ctx);
192 QualType sizeTy = svalBuilder.getArrayIndexType();
202 QualType T = getDesugaredValueType(svalBuilder.getContext());
231 QualType ObjCIvarRegion::getValueType() const {
235 QualType CXXBaseObjectRegion::getValueType() const {
236 return QualType(decl->getTypeForDecl(), 0);
342 QualType ElementType, SVal Idx,
663 QualType GQT = D->getType();
764 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx,
768 QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType()
    [all...]
RegionStore.cpp 219 StoreRef setImplicitDefaultValue(Store store, const MemRegion *R, QualType T);
230 virtual SVal evalDerivedToBase(SVal derived, QualType basePtrType);
240 virtual SVal evalDynamicCast(SVal base, QualType derivedPtrType,bool &Failed);
343 SVal getBinding(Store store, Loc L, QualType T = QualType());
356 QualType Ty, const MemRegion *superR);
375 QualType Ty);
404 const MemRegion* R, QualType EleTy);
707 QualType T = TR->getValueType();
819 QualType EleTy)
    [all...]
BasicValueFactory.cpp 22 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
101 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
111 BasicValueFactory::getCompoundValData(QualType T,
SimpleConstraintManager.cpp 141 QualType T = State->getSymbolManager().getType(Sym);
187 QualType T = SymMgr.getType(SE);
266 QualType T = Sym->getType(Ctx);
  /external/clang/include/clang/AST/
TypeLoc.h 42 // QualType(Ty, 0).getAsOpaquePtr() == (void*) Ty
59 TypeLoc(QualType ty, void *opaqueData)
73 static unsigned getFullDataSizeForType(QualType Ty);
77 QualType getType() const {
78 return QualType::getFromOpaquePtr(Ty);
82 return QualType::getFromOpaquePtr(Ty).getTypePtr();
268 /// QualType getInnerType() const
354 unsigned getInnerTypeSize(QualType _) const {
362 TypeLoc getNextTypeLoc(QualType T) const {
739 QualType getInnerType() const
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 123 QualType getDeclUsageType(ASTContext &C, NamedDecl *ND);
266 QualType PreferredType;
269 QualType BaseType;
283 CodeCompletionContext(enum Kind Kind, QualType T,
302 QualType getPreferredType() const { return PreferredType; }
306 QualType getBaseType() const { return BaseType; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 404 NonLoc L, NonLoc R, QualType T) {
409 NonLoc L, SVal R, QualType T) {
414 SVal LHS, SVal RHS, QualType T) {
451 QualType LoadTy = QualType());
466 QualType LoadTy);
  /external/clang/lib/CodeGen/
CGClass.cpp 225 QualType DerivedTy =
418 QualType T,
555 QualType FieldType = Field->getType();
558 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
580 QualType BaseElementTy = CGF.getContext().getBaseElementType(Array);
609 QualType FieldType = Field->getType();
626 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
850 QualType FieldBaseElementType = Context.getBaseElementType(Field->getType());
    [all...]
CGExpr.cpp 64 llvm::AllocaInst *CodeGenFunction::CreateIRTemp(QualType Ty,
73 llvm::AllocaInst *CodeGenFunction::CreateMemTemp(QualType Ty,
90 QualType BoolTy = getContext().BoolTy;
185 CreateReferenceTemporary(CodeGenFunction &CGF, QualType Type,
214 QualType &ObjCARCReferenceLifetimeType,
314 ObjCARCReferenceLifetimeType = QualType();
411 QualType T = Adjustment.Field->getType().getNonReferenceType()
451 QualType ObjCARCReferenceLifetimeType;
558 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
583 RValue CodeGenFunction::GetUndefRValue(QualType Ty)
    [all...]
CGExprComplex.cpp 87 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
88 QualType DestType);
145 ComplexPairTy EmitCast(CastExpr::CastKind CK, Expr *Op, QualType DestTy);
197 QualType Elem = E->getType()->getAs<ComplexType>()->getElementType();
203 QualType Elem = E->getType()->getAs<ComplexType>()->getElementType();
212 QualType Ty; // Computation Type.
355 QualType SrcType,
356 QualType DestType) {
370 QualType DestTy) {
600 QualType LHSTy = E->getLHS()->getType()
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 164 QualType ObjectType = ObjectTypePtr.get();
246 QualType ObjectType,
415 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
495 QualType T = SemaRef.GetTypeFromParser(Arg.getAsType(), &DI);
619 QualType
620 Sema::CheckNonTypeTemplateParameterType(QualType T, SourceLocation Loc) {
626 return QualType();
667 return QualType();
676 QualType T = TInfo->getType();
    [all...]
SemaTemplateInstantiate.cpp 137 QualType T = ClassTemplate->getInjectedClassNameSpecialization();
704 bool AlreadyTransformed(QualType T);
    [all...]
SemaExceptionSpec.cpp 27 static const FunctionProtoType *GetUnderlyingFunction(QualType T)
41 bool Sema::CheckSpecifiedExceptionType(QualType T, const SourceRange &Range) {
84 bool Sema::CheckDistantExceptionSpec(QualType T) {
162 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
186 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
420 QualType Exception = *WithExceptions->exception_begin();
589 QualType CanonicalSubT = Context.getCanonicalType(*SubI);
611 QualType CanonicalSuperT = Context.getCanonicalType(*SuperI);
672 QualType Target, SourceLocation TargetLoc,
673 QualType Source, SourceLocation SourceLoc
    [all...]
SemaStmt.cpp 82 QualType type = var->getType();
217 QualType T = TI->getType();
494 static QualType GetTypeBeforeIntegralPromotion(Expr *&expr) {
577 QualType CondType = CondExpr->getType();
580 QualType CondTypeBeforePromotion =
    [all...]
SemaFixItUtils.cpp 51 const QualType FromTy,
52 const QualType ToTy,
166 const char *Sema::getFixItZeroInitializerForType(QualType T) const {
SemaDeclCXX.cpp 562 QualType NewType = New->getType();
563 QualType OldType = Old->getType();
725 QualType RT = NewFD->getResultType();
    [all...]
SemaDecl.cpp 89 /// opaque pointer (actually a QualType) corresponding to that
104 QualType ObjectType = ObjectTypePtr.get();
130 QualType T =
272 QualType T;
355 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base->getType()))
483 QualType(), false, SS, 0, false);
742 QualType T = Context.getTypeDeclType(Type);
764 QualType T = Context.getObjCInterfaceType(Class);
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 135 void mangleCXXRTTI(QualType T, raw_ostream &);
136 void mangleCXXRTTIName(QualType T, raw_ostream &);
262 void mangleType(QualType T);
267 bool mangleSubstitution(QualType T);
271 void mangleExistingSubstitution(QualType type);
281 void addSubstitution(QualType T);
314 void manglePrefix(QualType type);
335 void mangleIntegerLiteral(QualType T, const llvm::APSInt &Value);
731 void CXXNameMangler::manglePrefix(QualType type) {
734 if (!mangleSubstitution(QualType(TST, 0)))
    [all...]
DeclCXX.cpp 133 QualType BaseType = Base->getType();
371 QualType ClassType
410 QualType Class = Context.getTypeDeclType(const_cast<CXXRecordDecl *>(this));
431 QualType ArgType = FnType->getArgType(0);
799 QualType T = Context.getBaseElementType(Field->getType());
    [all...]
DeclTemplate.cpp 168 QualType ArgType = Context.getTypeDeclType(TTP);
379 ClassTemplateDecl::findPartialSpecialization(QualType T) {
408 QualType
444 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
491 QualType T,
493 const QualType *ExpandedTypes,
514 QualType T, bool ParameterPack,
524 IdentifierInfo *Id, QualType T,
526 const QualType *ExpandedTypes,
543 QualType(), false, 0)
    [all...]
MicrosoftMangle.cpp 45 void mangleType(QualType T);
69 void mangleExtraDimensions(QualType T);
97 virtual void mangleCXXRTTI(QualType T, raw_ostream &);
98 virtual void mangleCXXRTTIName(QualType T, raw_ostream &);
235 QualType Ty = VD->getType();
613 void MicrosoftCXXNameMangler::mangleType(QualType T) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 47 QualType T = E->getType();
51 QualType PointeeT = TP->getPointeeType();
MallocSizeofChecker.cpp 151 QualType CastedType = i->CastedExpr->getType();
154 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
168 QualType SizeofType = SFinder.Sizeofs[0]->getTypeOfArgument();
  /external/clang/include/clang/Basic/
Builtins.h 29 class QualType;
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 313 bool ScanfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
318 QualType PT = QT->getPointeeType();
456 bool ScanfArgTypeResult::matchesType(ASTContext& C, QualType argTy) const {
477 QualType ScanfArgTypeResult::getRepresentativeType(ASTContext &C) const {
482 return QualType();

Completed in 462 milliseconds

1 2 3 45 6 7 8 910