HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 101 - 125 of 214) sorted by null

1 2 3 45 6 7 8 9

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 84 PointerType *PTy = cast<PointerType>(CI.getType());
    [all...]
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 388 llvm::Type *CtorPFTy = llvm::PointerType::getUnqual(CtorFTy);
392 llvm::StructType::get(Int32Ty, llvm::PointerType::getUnqual(CtorFTy), NULL);
782 llvm::PointerType::getUnqual(DeclTy), 0);
    [all...]
CGExpr.cpp 38 cast<llvm::PointerType>(value->getType())->getAddressSpace();
40 llvm::PointerType *destType = Int8PtrTy;
613 llvm::Type *Ty = llvm::PointerType::getUnqual(ConvertType(E->getType()));
    [all...]
TargetInfo.cpp 783 llvm::PointerType::getUnqual(CGF.ConvertType(Ty));
    [all...]
CGBlocks.cpp 814 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType);
849 llvm::PointerType::getUnqual(CGM.getGenericBlockLiteralType());
880 llvm::Type *BlockFTyPtr = llvm::PointerType::getUnqual(BlockFTy)
    [all...]
CGDebugInfo.h 90 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
CGException.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 165 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) {
166 if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace())
293 return *Entry = PointerType::get(ElementTypes[0],
294 cast<PointerType>(Ty)->getAddressSpace());
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 581 if (const PointerType* Ptr = Ty->getAs<PointerType>()) {
    [all...]
SemaType.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 142 return ArgType->getAs<PointerType>()->getPointeeType();
554 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
556 DestType = DestType->castAs<PointerType>()->getPointeeType();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 39 /// The template type parameter @p T is one of the Type classes (PointerType,
100 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
239 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
317 /// redirection to the underlying type (T), e.g., @c PointerType. One can
330 /// look to either map down to a raw T* (e.g., PointerType*) or to a proxy
482 struct CanProxyAdaptor<PointerType> : public CanProxyBase<PointerType> {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 682 if (isa<PointerType>(A->getType()))
688 if (isa<PointerType>(B->getType()))
SjLjEHPrepare.cpp 105 PointerType::getUnqual(FunctionContextTy),
110 PointerType::getUnqual(FunctionContextTy),
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 296 if (PointerType *PT = dyn_cast<PointerType>(A->getType()))
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 130 Type *Elts[] = { JmpBufTy, PointerType::getUnqual(JBLinkTy) };
133 Type *PtrJBList = PointerType::getUnqual(JBLinkTy);
  /external/llvm/lib/VMCore/
AsmWriter.cpp 238 PointerType *PTy = cast<PointerType>(Ty);
    [all...]
  /external/mesa3d/src/pixelflinger2/
texture.cpp 355 llvm::PointerType * vectorPtr = llvm::PointerType::get(vectorType, 0);
  /frameworks/compile/slang/
slang_rs_backend.cpp 342 llvm::PointerType *HelperFunctionParameterTyP =
343 llvm::PointerType::getUnqual(HelperFunctionParameterTy);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 182 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 95 cast<PointerType>(GV->getType())->getElementType())) {
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 287 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 830 CXXThisRegion(const PointerType *thisPointerTy,
835 const PointerType *PT,
852 const PointerType *ThisPointerTy;
    [all...]

Completed in 286 milliseconds

1 2 3 45 6 7 8 9