Searched refs:PointerType (Results 1 - 25 of 272) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPointerProperties.h14 enum PointerType { enum in namespace:blink
H A DMediaValues.h53 virtual PointerType primaryPointerType() const = 0;
75 PointerType calculatePrimaryPointerType(LocalFrame*) const;
H A DMediaValuesCached.h23 PointerType primaryPointerType;
67 virtual PointerType primaryPointerType() const OVERRIDE;
/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp44 return llvm::PointerType::get(llvm::StructType::create(
47 return llvm::PointerType::get(llvm::StructType::create(
50 return llvm::PointerType::get(llvm::StructType::create(
53 return llvm::PointerType::get(llvm::StructType::create(
56 return llvm::PointerType::get(llvm::StructType::create(
59 return llvm::PointerType::get(llvm::StructType::create(
64 return llvm::PointerType::get(llvm::StructType::create(
H A DCGCUDANV.cpp34 llvm::PointerType *CharPtrTy, *VoidPtrTy;
54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
87 assert(isa<llvm::PointerType>(V->getType()) && "Arg type not PointerType");
88 ArgTypes.push_back(cast<llvm::PointerType>(V->getType())->getElementType());
/external/chromium_org/crypto/
H A Dscoped_openssl_types.h28 template <typename PointerType, void (*Destroyer)(PointerType*)>
30 typedef scoped_ptr<PointerType, OpenSSLDestroyer<PointerType, Destroyer> >
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionaryHelperForBindings.h37 template <template <typename> class PointerType, typename T>
38 bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, PointerType<T>& value)
48 template <template <typename> class PointerType, typename T>
49 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, PointerType<T>& value)
H A DDictionary.h167 template <template <typename> class PointerType, typename T>
168 static bool get(const Dictionary&, const String& key, PointerType<T>& value);
173 template <template <typename> class PointerType, typename T>
174 static bool convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, PointerType<T>& value);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr());
42 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
H A DMallocSizeofChecker.cpp147 if (const PointerType *ptrA = A->getAs<PointerType>())
148 if (const PointerType *ptrB = B->getAs<PointerType>()) {
184 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
/external/llvm/include/llvm/IR/
H A DType.h28 class PointerType;
215 /// isPointerTy - True if this is an instance of PointerType.
400 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
401 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
402 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
403 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
404 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
405 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
406 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0);
407 static PointerType *getIntNPtrT
[all...]
H A DInlineAsm.h25 class PointerType;
43 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
45 PointerType, InlineAsm, false>;
55 InlineAsm(PointerType *Ty, const std::string &AsmString,
78 PointerType *getType() const {
79 return reinterpret_cast<PointerType*>(Value::getType());
H A DDerivedTypes.h142 /// CompositeType - Common super class of ArrayType, StructType, PointerType
443 /// PointerType - Class to represent pointers.
445 class PointerType : public SequentialType { class in namespace:llvm
446 PointerType(const PointerType &) LLVM_DELETED_FUNCTION;
447 const PointerType &operator=(const PointerType &) LLVM_DELETED_FUNCTION;
448 explicit PointerType(Type *ElType, unsigned AddrSpace);
450 /// PointerType::get - This constructs a pointer to an object of the specified
452 static PointerType *ge
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp97 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
120 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
132 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
133 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
135 if (PointerType *PTy1 = dyn_cast<PointerType>(A
[all...]
H A DARCRuntimeEntryPoints.h132 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);
/external/eigen/Eigen/src/Core/
H A DMap.h112 typedef typename Base::PointerType PointerType; typedef in class:Eigen::Map
115 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return const_cast<PointerType>(ptr); }
117 typedef PointerType PointerArgType;
118 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return ptr; }
H A DMapBase.h48 PointerType; typedef in class:Eigen::MapBase
126 inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(ColsAtCompileTime)
132 inline MapBase(PointerType dataPtr, Index vecSize)
143 inline MapBase(PointerType dataPtr, Index nbRows, Index nbCols)
163 PointerType m_data;
178 typedef typename Base::PointerType PointerType; typedef in class:Eigen::MapBase
227 explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {}
228 inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {}
229 inline MapBase(PointerType dataPt
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp190 if (isa<PointerType>(Arg->getType()) && Arg->hasByValAttr()) {
201 if (Arg->hasByValAttr() && dyn_cast<PointerType>(T)) {
202 T = dyn_cast<PointerType>(T)->getElementType();
260 if (dyn_cast<PointerType>(Op->getType())->getAddressSpace() != Addrspace) {
261 Op = new BitCastInst(Op, PointerType::get(dyn_cast<PointerType>(
281 PointerType *OrigPtrType = dyn_cast<PointerType>(OrigPtr->getType());
283 Type* NewPtrType = PointerType::get(OrigPtrType->getElementType(),
331 PointerType * ArgPtrTyp
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp96 PointerType *SrcTy = cast<PointerType>(Src->getType());
97 PointerType *DestTy = cast<PointerType>(Cast->getType());
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp190 if (isa<PointerType>(Arg->getType()) && Arg->hasByValAttr()) {
201 if (Arg->hasByValAttr() && dyn_cast<PointerType>(T)) {
202 T = dyn_cast<PointerType>(T)->getElementType();
260 if (dyn_cast<PointerType>(Op->getType())->getAddressSpace() != Addrspace) {
261 Op = new BitCastInst(Op, PointerType::get(dyn_cast<PointerType>(
281 PointerType *OrigPtrType = dyn_cast<PointerType>(OrigPtr->getType());
283 Type* NewPtrType = PointerType::get(OrigPtrType->getElementType(),
331 PointerType * ArgPtrTyp
[all...]
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp35 if (isa<PointerType>(From) && isa<PointerType>(To)) {
37 (cast<PointerType>(From))->getPointeeType());
39 (cast<PointerType>(To))->getPointeeType());
94 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) {
128 if (isa<PointerType>(ToQTy)) {
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>();
/external/llvm/lib/IR/
H A DType.cpp213 return cast<PointerType>(getScalarType())->getAddressSpace();
242 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) {
246 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) {
250 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) {
254 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) {
258 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) {
262 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) {
266 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) {
270 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) {
274 PointerType *Typ
743 PointerType::PointerType(Type *E, unsigned AddrSpace) function in class:PointerType
[all...]
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp287 param_array[0] = const_cast<llvm::PointerType*>(GetI8PtrTy());
292 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
314 param_array[0] = const_cast<llvm::PointerType*>(GetI8PtrTy());
315 param_array[1] = const_cast<llvm::PointerType*>(GetI8PtrTy());
320 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
325 PointerType *GetI8PtrTy()
340 PointerType *m_i8ptr_ty;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSettings.h65 enum PointerType { enum in class:blink::WebSettings
81 virtual PointerType primaryPointerType() const = 0;
177 virtual void setPrimaryPointerType(PointerType) = 0;

Completed in 4041 milliseconds

1234567891011