Searched refs:VoidPtrTy (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in class:__anon3759::CGNVCUDARuntime
90 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
91 VoidPtrPtrTy = VoidPtrTy->getPointerTo();
97 Params.push_back(VoidPtrTy);
138 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
183 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntT
[all...]
H A DCodeGenTypeCache.h53 llvm::PointerType *VoidPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon3822
H A DCGOpenMPRuntime.cpp556 CGM.VoidPtrTy, CGM.SizeTy,
557 CGM.VoidPtrTy->getPointerTo()->getPointerTo()};
559 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false);
590 llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy,
593 llvm::Type *KmpcCopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
595 llvm::FunctionType::get(CGM.VoidPtrTy, KmpcCopyCtorTyArgs,
599 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false)
601 llvm::Type *FnTyArgs[] = {getIdentTyPointerTy(), CGM.VoidPtrTy, KmpcCtorT
[all...]
H A DCGBlocks.cpp87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
305 elementTypes.push_back(CGM.VoidPtrTy);
308 elementTypes.push_back(CGM.VoidPtrTy);
373 CGM.VoidPtrTy));
695 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
704 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
818 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy);
946 VoidPtrTy, IntTy, IntTy, VoidPtrTy,
971 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
[all...]
H A DCGObjC.cpp581 Address dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
582 args.add(RValue::get(dest.getPointer()), Context.VoidPtrTy);
584 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
585 args.add(RValue::get(src.getPointer()), Context.VoidPtrTy);
845 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy);
852 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy);
855 args.add(RValue::get(AtomicHelperFn), CGF.getContext().VoidPtrTy);
938 llvm::Value *self = Builder.CreateBitCast(LoadObjCSelf(), VoidPtrTy);
1047 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy);
1055 args.add(RValue::get(argAddr), CGF.getContext().VoidPtrTy);
[all...]
H A DCGAtomic.cpp669 CGF.getContext().VoidPtrTy);
849 getContext().VoidPtrTy);
876 getContext().VoidPtrTy);
991 getContext().VoidPtrTy);
1257 CGF.getContext().VoidPtrTy);
1259 CGF.getContext().VoidPtrTy);
1460 CGF.getContext().VoidPtrTy);
1462 CGF.getContext().VoidPtrTy);
1464 CGF.getContext().VoidPtrTy);
1772 getContext().VoidPtrTy);
[all...]
H A DCGException.cpp897 TypeInfo.RTTI = llvm::Constant::getNullValue(CGF.VoidPtrTy);
904 llvm::Constant::getNullValue(CGF.VoidPtrTy)});
1416 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy};
1644 getContext().VoidPtrTy));
1653 &getContext().Idents.get("frame_pointer"), getContext().VoidPtrTy));
1755 llvm::Type *PtrsTy = llvm::StructType::get(RecordTy, CGM.VoidPtrTy, nullptr);
H A DCGObjCRuntime.cpp336 lock = CGF.Builder.CreateBitCast(lock, CGF.VoidPtrTy);
H A DCGVTables.cpp223 ? CGM.getContext().VoidPtrTy
316 ? CGM.getContext().VoidPtrTy
H A DCGDeclCXX.cpp587 getContext().VoidPtrTy);
H A DMicrosoftCXXABI.cpp970 emitRTtypeidCall(CGF, llvm::Constant::getNullValue(CGM.VoidPtrTy));
2507 fields.push_back(CGM.VoidPtrTy); // FunctionPointerOrVirtualThunk
2532 fields.push_back(llvm::Constant::getNullValue(CGM.VoidPtrTy));
2702 FirstField = llvm::ConstantExpr::getBitCast(FirstField, CGM.VoidPtrTy);
2778 fields.push_back(llvm::Constant::getNullValue(CGM.VoidPtrTy));
4050 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy));
4061 CatchableTypes.insert(getCatchableType(getContext().VoidPtrTy));
H A DCGClass.cpp1683 llvm::Value *Args[] = {CGF.Builder.CreateBitCast(Ptr, CGF.VoidPtrTy),
1686 llvm::Type *ArgTypes[] = {CGF.VoidPtrTy, CGF.SizeTy};
2202 QualType VoidPP = getContext().getPointerType(getContext().VoidPtrTy);
H A DCGExprCXX.cpp1615 QualType VoidPtrTy = DeleteFTy->getParamType(0); variable
1617 = CGF.Builder.CreateBitCast(Ptr, CGF.ConvertType(VoidPtrTy));
1618 Args.add(RValue::get(DeletePtr), VoidPtrTy); variable
H A DCGDebugInfo.cpp444 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
746 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
1416 unsigned Size = Context.getTypeSize(Context.VoidPtrTy);
1440 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
3178 fields.push_back(createFieldType("__isa", C.VoidPtrTy, 0, loc, AS_public,
3252 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy);
H A DItaniumCXXABI.cpp1360 Context.getPointerType(Context.VoidPtrTy));
1390 QualType T = Context.getPointerType(Context.VoidPtrTy);
1430 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1442 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h154 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
158 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp95 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); local
98 doubleUnderJBufTy = ArrayType::get(VoidPtrTy, 5);
99 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
102 VoidPtrTy, // __personality
103 VoidPtrTy, // __lsda
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp369 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); local
376 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false);
383 IRB.CreateCall(RuntimeRegisterF, IRB.CreateBitCast(Data, VoidPtrTy));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp369 return ast_ctx.VoidPtrTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp79 T = SVB.getContext().VoidPtrTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3807 Context->VoidPtrTy, nullptr,
3855 Context->VoidPtrTy, nullptr,
3865 Context->VoidPtrTy, nullptr,
4146 static_cast<unsigned>(Context->getTypeSize(Context->VoidPtrTy));
4365 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4441 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy,
4451 Context->VoidPtrTy, nullptr,
4455 Context->VoidPtrTy,
4459 Context->getPointerType(Context->VoidPtrTy),
4485 Exp = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy,
[all...]
H A DRewriteModernObjC.cpp2765 Context->getPointerType(Context->VoidPtrTy),
2897 Context->getPointerType(Context->VoidPtrTy),
4704 Context->VoidPtrTy, nullptr,
4752 Context->VoidPtrTy, nullptr,
4762 Context->VoidPtrTy, nullptr,
5060 static_cast<unsigned>(Context->getTypeSize(Context->VoidPtrTy));
5279 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
5372 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy,
5382 Context->VoidPtrTy, nullptr,
5386 Context->VoidPtrTy,
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp890 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo(); local
893 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy};
986 Value *Null = Constant::getNullValue(VoidPtrTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp438 Res = C.VoidPtrTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp552 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);

Completed in 327 milliseconds

12