Home
last modified time | relevance | path

Searched defs:PointerTy (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h23 typedef void* PointerTy; typedef
/external/clang/lib/CodeGen/
DCGRTTI.cpp213 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
238 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
290 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
DCodeGenFunction.cpp216 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1602 MVT PointerTy; variable
/external/clang/lib/Sema/
DSemaOverload.cpp4968 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
5026 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
/external/llvm/lib/VMCore/
DCore.cpp356 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()