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

1 2

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 132 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
148 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
166 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
167 Type *I8XX = PointerType::getUnqual(I8X);
ObjCARCContract.cpp 268 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
269 Type *I8XX = PointerType::getUnqual(I8X);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 62 PointerType::getUnqual(PointerType::getUnqual(
BrainF.cpp 151 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL));
296 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
451 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 74 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
81 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
88 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
233 EXPECT_EQ(PointerType::getUnqual(StructType::get(
239 EXPECT_EQ(PointerType::getUnqual(StructType::get(
245 EXPECT_EQ(PointerType::getUnqual(StructType::get(
ConstantsTest.cpp 175 PointerType::getUnqual(Int32Ty));
177 PointerType::getUnqual(Int32Ty));
  /external/llvm/lib/IR/
Module.cpp 164 if (F->getType() != PointerType::getUnqual(Ty))
165 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
263 if (GV->getType() != PointerType::getUnqual(Ty))
264 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty));
InlineAsm.cpp 34 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key);
AutoUpgrade.cpp 206 PointerType::getUnqual(Arg1->getType()),
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 28 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL);
LowerInvoke.cpp 127 Type *Elts[] = { JmpBufTy, PointerType::getUnqual(JBLinkTy) };
130 Type *PtrJBList = PointerType::getUnqual(JBLinkTy);
CodeExtractor.cpp 325 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
336 PointerType::getUnqual(StructType::get(M->getContext(), paramTy));
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 282 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy);
293 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
296 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy);
SjLjEHPrepare.cpp 105 PointerType::getUnqual(FunctionContextTy),
110 PointerType::getUnqual(FunctionContextTy),
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CGObjCMac.cpp 199 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T);
    [all...]
TargetInfo.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp     [all...]
CGObjCRuntime.cpp 98 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
CGCall.cpp 743 CGF.Builder.CreateBitCast(SrcPtr, llvm::PointerType::getUnqual(Ty));
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 434 /// PointerType::getUnqual - This constructs a pointer to an object of the
436 static PointerType *getUnqual(Type *ElementType) {
TypeBuilder.h 107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 509 PointerType::getUnqual(II->getType()));
518 PointerType::getUnqual(II->getArgOperand(0)->getType());
529 PointerType::getUnqual(II->getArgOperand(1)->getType());
    [all...]

Completed in 1126 milliseconds

1 2