| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 514 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 542 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 877 QualType PtrStructIMPL = Context->getPointerType(Context->getTagDeclType(RD)); in getIvarAccessString() 899 QualType castT = Context->getPointerType(IvarT); in getIvarAccessString() 1298 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2125 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2338 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2538 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl() 2568 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl() 2613 Context->getPointerType(DRE->getType()), in RewriteObjCStringLiteral() [all …]
|
| H A D | RewriteObjC.cpp | 419 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 442 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 1103 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2017 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2226 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2358 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthMsgSendSuperFunctionDecl() 2401 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthMsgSendSuperStretFunctionDecl() 2440 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl() 2470 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl() 2515 Context->getPointerType(DRE->getType()), in RewriteObjCStringLiteral() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 119 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType); in conjureSymbolVal() 225 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() 430 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(castTy), in evalCast() 431 Context.getPointerType(originalTy))) in evalCast()
|
| H A D | ExprEngineC.cpp | 346 resultType = getContext().getPointerType(resultType); in VisitCast() 398 resultType = getContext().getPointerType(resultType); in VisitCast() 494 Ty = getContext().getPointerType(Ty); in VisitDeclStmt()
|
| H A D | Store.cpp | 379 T = Ctx.getPointerType(RT->getPointeeType()); in CastRetrievedVal()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | FormatString.cpp | 421 Res = C.getPointerType(C.CharTy); in getRepresentativeType() 424 Res = C.getPointerType(C.getWideCharType()); in getRepresentativeType() 439 Res = C.getPointerType(Res); in getRepresentativeType()
|
| H A D | PrintfFormatString.cpp | 431 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType() 440 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1043 VoidPtrTy = getPointerType(VoidTy); in InitBuiltinTypes() 1311 T = getPointerType(RT->getPointeeType()); in getDeclAlign() 2064 return getPointerType(ResultType); in getObjCGCQualType() 2202 QualType ASTContext::getPointerType(QualType T) const { in getPointerType() function in ASTContext 2216 Canonical = getPointerType(getCanonicalType(T)); in getPointerType() 2267 Decayed = getPointerType(T); in getDecayedType() 2530 result = getPointerType(getVariableArrayDecayedType( in getVariableArrayDecayedType() 3945 Result = getPointerType(QualType(Ty, 0)); in getCanonicalParamType() 4342 QualType PtrTy = getPointerType(PrettyArrayType->getElementType()); in getArrayDecayedType() 4645 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringType() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy, in tryToFixConversion()
|
| H A D | SemaCast.cpp | 531 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1)); in CastsAwayConstness() 533 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2)); in CastsAwayConstness() 1553 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType()); in TryConstCast() 1554 SrcType = Self.Context.getPointerType(SrcType); in TryConstCast() 1777 DestType = Self.Context.getPointerType(DestTypeTmp->getPointeeType()); in TryReinterpretCast() 1778 SrcType = Self.Context.getPointerType(SrcType); in TryReinterpretCast()
|
| H A D | SemaExprObjC.cpp | 512 Context.getPointerType(ConstCharType), in BuildObjCBoxedExpr() 673 Context.getPointerType(IdT), in BuildObjCArrayLiteral() 701 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral() 791 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 799 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 828 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral() 862 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral()
|
| H A D | SemaExprCXX.cpp | 771 return Context.getPointerType(ClassTy); in getCurrentThisType() 793 = S.Context.getPointerType( in CXXThisScopeRAII() 1265 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() 2020 QualType VoidPtr = Context.getPointerType(Context.VoidTy); in DeclareGlobalNewDelete() 2785 FromType = Context.getPointerType(FromType); in PerformImplicitConversion() 4166 QualType UseType = isIndirect ? Context.getPointerType(Class) : Class; in CheckPointerToMemberOperands() 4813 = Context.getPointerType(Context.getQualifiedType(Composite1, Quals)); in FindCompositePointerType() 4815 = Context.getPointerType(Context.getQualifiedType(Composite2, Quals)); in FindCompositePointerType()
|
| H A D | SemaExpr.cpp | 454 E = ImpCastExprToType(E, Context.getPointerType(Ty), in DefaultFunctionArrayConversion() 660 Res = ImpCastExprToType(E, Context.getPointerType(Ty), in CallExprUnaryConversions() 2488 DestType = Context.getPointerType(DestRecordType); in PerformObjectMemberConversion() 2560 QType = Context.getPointerType(QType); in PerformObjectMemberConversion() 2597 UType = Context.getPointerType(UType); in PerformObjectMemberConversion() 4743 Result = ImpCastExprToType(Fn, Context.getPointerType(FDecl->getType()), in BuildResolvedCallExpr() 5644 QualType incompatTy = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalPointerCompatibility() 5655 ResultTy = S.Context.getPointerType(ResultTy); in checkConditionalPointerCompatibility() 5702 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() 5735 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() [all …]
|
| H A D | SemaStmt.cpp | 2405 QualType DestTy = Context.getPointerType(Context.VoidTy.withConst()); in ActOnIndirectGotoStmt() 3482 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() 3517 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() 3535 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart()
|
| H A D | SemaOverload.cpp | 1454 FromType = S.Context.getPointerType(FromType); in IsStandardConversion() 1515 FromType = S.Context.getPointerType(FromType); in IsStandardConversion() 1924 return Context.getPointerType(ToPointee); in BuildSimilarlyQualifiedPointerType() 1933 return Context.getPointerType(QualifiedCanonToPointee); in BuildSimilarlyQualifiedPointerType() 2224 ConvertedType = Context.getPointerType(ConvertedType); in isObjCPointerConversion() 2235 ConvertedType = Context.getPointerType(ConvertedType); in isObjCPointerConversion() 2369 ConvertedType = Context.getPointerType(FromPointee); in isObjCWritebackConversion() 6279 Context.getPointerType(Conversion->getType()), in AddConversionCandidate() 6770 QPointerTy = Context.getPointerType(QPointeeTy); in AddPointerWithMoreQualifiedTypeVariants() 9307 if (isPointer) FnType = S.Context.getPointerType(FnType); in NoteSurrogateCandidate() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 52 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
|
| H A D | CStringChecker.cpp | 353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess() 491 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckOverlap() 974 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy); in evalCopyCommon()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 706 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in CreateType() 711 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in CreateType() 714 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in CreateType() 1891 getOrCreateInstanceMethodType(CGM.getContext().getPointerType(QualType( in CreateType() 2512 ResultTy = CGM.getContext().getPointerType( in getOrCreateFunctionType() 2720 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr() 2729 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr() 2740 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr() 3037 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in EmitDeclareOfBlockLiteralArgVariable() 3042 "__descriptor", C.getPointerType(block.NeedsCopyDispose in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGObjC.cpp | 1478 Args.add(RValue::get(StatePtr), getContext().getPointerType(StateTy)); in EmitObjCForCollectionStmt() 1485 Args.add(RValue::get(ItemsPtr), getContext().getPointerType(ItemsTy)); in EmitObjCForCollectionStmt() 2891 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction() 2894 SrcTy = C.getPointerType(SrcTy); in GenerateObjCAtomicSetterCopyHelperFunction() 2970 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction() 2973 SrcTy = C.getPointerType(SrcTy); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | ItaniumCXXABI.cpp | 1146 Context.getPointerType(Context.VoidPtrTy)); in buildStructorSignature() 1176 QualType T = Context.getPointerType(Context.VoidPtrTy); in addImplicitStructorParams() 1216 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy); in addImplicitConstructorArgs() 1228 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy); in EmitDestructorCall() 3033 QualType PointerType = getContext().getPointerType(Type); in EmitFundamentalRTTIDescriptor() 3034 QualType PointerTypeConst = getContext().getPointerType(Type.withConst()); in EmitFundamentalRTTIDescriptor()
|
| H A D | CGOpenMPRuntime.cpp | 69 CGF.getContext().getPointerType(ThreadIDVar->getType())); in getThreadIDVariableLValue() 553 CtorCGF.ConvertTypeForMem(CGM.getContext().getPointerType(ASTTy))); in EmitOMPThreadPrivateVarDefinition()
|
| H A D | CGClass.cpp | 1838 QualType VoidPP = getContext().getPointerType(getContext().VoidPtrTy); in EmitDelegateCXXConstructorCall() 2213 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() 2243 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody()
|
| H A D | CodeGenModule.cpp | 2691 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString() 2693 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString() 2766 Context.getPointerType(Context.getObjCIdType()), in getObjCFastEnumerationStateType() 2767 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 946 QualType getPointerType(QualType T) const; 947 CanQualType getPointerType(CanQualType T) const { in getPointerType() function 948 return CanQualType::CreateUnsafe(getPointerType((QualType) T)); in getPointerType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 513 return ctx.getPointerType(getValueType()); in getLocationType() 556 return Ctx.getPointerType(D->getType()); in getLocationType()
|