HomeSort by relevance Sort by last modified time
    Searched refs:getUnqual (Results 1 - 25 of 49) 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 269 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
270 Type *I8XX = PointerType::getUnqual(I8X);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 63 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/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 34 llvm::Type *MicroParams[] = {llvm::PointerType::getUnqual(CGM.Int32Ty),
35 llvm::PointerType::getUnqual(CGM.Int32Ty)};
151 return llvm::PointerType::getUnqual(IdentTy);
155 return llvm::PointerType::getUnqual(Kmpc_MicroTy);
CGCUDANV.cpp 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CGObjCMac.cpp 201 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T);
    [all...]
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCRuntime.cpp 99 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
CGCall.cpp 785 CGF.Builder.CreateBitCast(SrcPtr, llvm::PointerType::getUnqual(Ty));
    [all...]
  /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));
266 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty));
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 46 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy),
CodeExtractor.cpp 326 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
337 PointerType::getUnqual(StructType::get(M->getContext(), paramTy));
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 283 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy);
294 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
297 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy);
SjLjEHPrepare.cpp 104 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr);
107 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr);
  /external/llvm/lib/IR/
Module.cpp 113 if (F->getType() != PointerType::getUnqual(Ty))
114 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
InlineAsm.cpp 34 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key);
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 400 ShadowPtrTy = PointerType::getUnqual(ShadowTy);
425 PointerType::getUnqual(
426 FunctionType::get(PointerType::getUnqual(ArgTLSTy),
433 PointerType::getUnqual(
434 FunctionType::get(PointerType::getUnqual(ShadowTy),
668 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT)));
695 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT));
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 292 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
320 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 454 /// PointerType::getUnqual - This constructs a pointer to an object of the
456 static PointerType *getUnqual(Type *ElementType) {
TypeBuilder.h 107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 526 PointerType::getUnqual(II->getType()));
535 PointerType::getUnqual(II->getArgOperand(0)->getType());
546 PointerType::getUnqual(II->getArgOperand(1)->getType());
    [all...]

Completed in 2798 milliseconds

1 2