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

1 2 3 4 5 67 8 910

  /external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp 69 QualType T = (*I)->getType();
CStringChecker.cpp 118 ProgramStateRef state, SVal V, QualType Ty);
213 QualType Ty) {
356 QualType sizeTy = Size->getType();
357 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
464 QualType cmpTy = svalBuilder.getConditionType();
498 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
566 QualType sizeTy = svalBuilder.getContext().getSizeType();
583 QualType cmpTy = svalBuilder.getConditionType();
679 QualType sizeTy = svalBuilder.getContext().getSizeType();
737 QualType sizeTy = svalBuilder.getContext().getSizeType()
    [all...]
ArrayBoundCheckerV2.cpp 223 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
289 QualType elemType = elemReg->getElementType();
CheckObjCDealloc.cpp 118 QualType T = ID->getType();
225 QualType T = ID->getType();
ObjCContainersChecker.cpp 140 const QualType T = IdxExpr->getType();
VLASizeChecker.cpp 132 QualType SizeTy = Ctx.getSizeType();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 160 QualType callee = CE->getCallee()->getType();
222 QualType PointeeTy = ParamDecl->getOriginalType()->getPointeeType();
223 if (PointeeTy != QualType() && PointeeTy.isConstQualified() &&
432 QualType ResultTy;
ExprEngineObjC.cpp 113 QualType T = R->getValueType();
255 QualType ResultTy = msg.getResultType(getContext());
RangeConstraintManager.cpp 291 QualType T = state->getSymbolManager().getType(sym);
342 QualType T = state->getSymbolManager().getType(sym);
363 QualType T = state->getSymbolManager().getType(sym);
384 QualType T = state->getSymbolManager().getType(sym);
406 QualType T = state->getSymbolManager().getType(sym);
  /frameworks/compile/slang/
slang_rs_export_var.cpp 110 clang::QualType QT = VD->getTypeSourceInfo()->getType();
slang_rs_export_func.cpp 107 clang::QualType T = Ctx.getTagDeclType(RD);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 48 const APValue &Value, QualType ValTy);
77 llvm::Constant *Finalize(QualType Ty);
524 llvm::Constant *ConstStructBuilder::Finalize(QualType Ty) {
591 QualType ValTy) {
843 QualType Ty = E->getType();
896 llvm::Type *ConvertType(QualType T) {
    [all...]
CGExprScalar.cpp 46 QualType Ty; // Computation Type.
81 llvm::Type *ConvertType(QualType T) { return CGF.ConvertType(T); }
98 Value *EmitConversionToBool(Value *Src, QualType DstTy);
102 Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy);
108 QualType SrcTy, QualType DstTy);
111 Value *EmitNullValue(QualType Ty);
521 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) {
542 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType
    [all...]
CGBlocks.cpp 193 static bool isSafeForCXXConstantCapture(QualType type) {
220 QualType type = var->getType();
309 QualType thisType;
333 QualType byRefPtrTy = C.VoidPtrTy;
387 QualType VT = variable->getType();
531 QualType::DestructionKind dtorKind =
533 if (dtorKind == QualType::DK_none) continue;
539 if (dtorKind == QualType::DK_objc_strong_lifetime) {
686 QualType type = variable->getType();
864 QualType FnType = BPT->getPointeeType()
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 154 QualType BaseObjectType)
280 QualType T = I->getType();
647 QualType T = I->getType();
    [all...]
SemaDeclAttr.cpp 54 QualType Ty;
96 QualType Ty = V->getType();
133 static QualType getFunctionOrMethodArgType(const Decl *D, unsigned Idx) {
142 static QualType getFunctionOrMethodResultType(const Decl *D) {
165 static inline bool isNSStringType(QualType T, ASTContext &Ctx) {
181 static inline bool isCFStringType(QualType T, ASTContext &Ctx) {
237 QualType QT = Exp->getType();
248 QualType QT = vd->getType();
260 /// \brief Checks that the passed in QualType either is of RecordType or points
262 static const RecordType *getRecordType(QualType QT)
    [all...]
SemaObjCProperty.cpp 38 QualType type) {
114 QualType T = TSI->getType();
287 QualType ConvertedType;
390 QualType T = TInfo->getType();
494 QualType ivarType = ivar->getType();
562 QualType ivarType = ivar->getType();
665 QualType PropType = property->getType();
666 QualType PropertyIvarType = PropType.getNonReferenceType();
759 QualType IvarType = Context.getCanonicalType(Ivar->getType());
    [all...]
SemaCodeComplete.cpp 216 void setPreferredType(QualType T) {
648 QualType clang::getDeclUsageType(ASTContext &C, NamedDecl *ND) {
656 QualType T;
670 return QualType();
717 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
756 QualType RecordTy = Context.getTypeDeclType(Record);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 95 static LinkageInfo getLVForType(QualType T) {
111 QualType T = NTTP->getExpansionType(I);
    [all...]
DeclObjC.cpp 393 Selector SelInfo, QualType T,
415 Selector(), QualType(), 0, 0);
590 QualType ArgT = (*it);
616 QualType selfTy;
897 QualType T, TypeSourceInfo *TInfo,
    [all...]
  /external/clang/include/clang/AST/
APValue.h 33 class QualType;
191 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
192 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
DeclCXX.h 262 QualType getType() const { return BaseTypeInfo->getType(); }
    [all...]
CXXInheritance.h 131 std::map<QualType, std::pair<bool, unsigned>, QualTypeOrdering>
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 106 bool isImplicitStrong(QualType ty) {
  /external/clang/include/clang/Serialization/
ASTReader.h 266 std::vector<QualType> TypesLoaded;
810 QualType readTypeRecord(unsigned Index);
    [all...]

Completed in 1371 milliseconds

1 2 3 4 5 67 8 910