HomeSort by relevance Sort by last modified time
    Searched refs:VoidPtrType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 82 PointerType *VoidPtrType = Type::getInt8PtrTy(C);
90 Constant *NullPtr = ConstantPointerNull::get(VoidPtrType);
112 PointerType::getUnqual(InitValue->getType()) : VoidPtrType;
113 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType};
156 DL.getABITypeAlignment(VoidPtrType));
  /frameworks/compile/slang/
slang_rs_context.cpp 357 const clang::QualType VoidPtrType = mCtx.getPointerType(mCtx.VoidTy);
365 VoidPtrType,
366 mCtx.getTrivialTypeSourceInfo(VoidPtrType),
379 clang::CStyleCastExpr *const CSCE = clang::CStyleCastExpr::Create(mCtx, VoidPtrType, clang::VK_RValue, clang::CK_BitCast,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 69 milliseconds