HomeSort by relevance Sort by last modified time
    Searched refs:VoidPtrTy (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 34 llvm::PointerType *CharPtrTy, *VoidPtrTy;
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
61 Params.push_back(VoidPtrTy);
100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
CGBlocks.cpp 81 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
303 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
318 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
381 QualType byRefPtrTy = C.VoidPtrTy;
694 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
703 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
796 src = Builder.CreateBitCast(src, VoidPtrTy);
    [all...]
CGAtomic.cpp 473 CGF.getContext().VoidPtrTy);
613 Args.add(RValue::get(EmitCastToVoidPtr(Ptr)), getContext().VoidPtrTy);
635 Args.add(RValue::get(EmitCastToVoidPtr(Val1)), getContext().VoidPtrTy);
719 getContext().VoidPtrTy);
    [all...]
CGObjC.cpp 529 llvm::Value *dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
530 args.add(RValue::get(dest), Context.VoidPtrTy);
532 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
533 args.add(RValue::get(src), Context.VoidPtrTy);
793 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy);
800 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy);
803 args.add(RValue::get(AtomicHelperFn), CGF.getContext().VoidPtrTy);
    [all...]
CodeGenPGO.cpp 85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
86 auto *RuntimeRegisterTy = llvm::FunctionType::get(VoidTy, VoidPtrTy, false);
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
171 Builder.CreateBitCast(Data, VoidPtrTy));
    [all...]
CGObjCRuntime.cpp 328 lock = CGF.Builder.CreateBitCast(lock, CGF.VoidPtrTy);
MicrosoftCXXABI.cpp 666 emitRTtypeidCall(CGF, llvm::Constant::getNullValue(CGM.VoidPtrTy));
    [all...]
CGDebugInfo.cpp 420 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
659 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
    [all...]
CGExprCXX.cpp     [all...]
CGDeclCXX.cpp 529 getContext().VoidPtrTy);
ItaniumCXXABI.cpp     [all...]
CodeGenModule.h 127 llvm::PointerType *VoidPtrTy;
    [all...]
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext());
204 Type *RetTy = VoidPtrTy;
223 ParamTys[i] = VoidPtrTy;
236 ParamTys[i] = VoidPtrTy;
SjLjEHPrepare.cpp 93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
95 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
98 VoidPtrTy, // __personality
99 VoidPtrTy, // __lsda
100 ArrayType::get(VoidPtrTy, 5), // __jbuf
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 154 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
158 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
132 if (AllocType == VoidPtrTy) {
141 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) {
190 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
210 StructTypes.push_back(VoidPtrTy); // const void *in
211 StructTypes.push_back(VoidPtrTy); // void *out
212 StructTypes.push_back(VoidPtrTy); // const void *usr
221 StructTypes.push_back(llvm::PointerType::getUnqual(VoidPtrTy)); // const void **ins
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 331 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
333 Type *Tys[3] = { VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context) };
336 Value *DstCast = builder.CreateBitCast(Dst, VoidPtrTy, "tmp");
337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp");
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 187 PointerType *VoidPtrTy = Type::getInt8Ty(GV->getContext())->getPointerTo();
191 VoidPtrTy
207 Constant::getNullValue(VoidPtrTy), nullptr);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 79 T = SVB.getContext().VoidPtrTy;
SimpleSValBuilder.cpp 348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 551 if (QualTypeMatchesBitSize (bit_size, ast, ast->VoidPtrTy))
552 return ClangASTType (ast, ast->VoidPtrTy.getAsOpaquePtr());
823 if (QualTypeMatchesBitSize (bit_size, ast, ast->VoidPtrTy))
824 return ClangASTType (ast, ast->VoidPtrTy.getAsOpaquePtr());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 428 Res = C.VoidPtrTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 552 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);

Completed in 839 milliseconds

1 2