Home
last modified time | relevance | path

Searched refs:TypePtr (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DStdLibExtras.h71 template<typename TypePtr>
72 TypePtr reinterpret_cast_ptr(void* ptr) in reinterpret_cast_ptr()
74 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()
75 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()
78 template<typename TypePtr>
79 TypePtr reinterpret_cast_ptr(const void* ptr) in reinterpret_cast_ptr()
81 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr))); in reinterpret_cast_ptr()
82 return reinterpret_cast<TypePtr>(ptr); in reinterpret_cast_ptr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp449 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
450 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()
451 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
/external/clang/lib/AST/
DItaniumMangle.cpp2983 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
2985 return mangleSubstitution(TypePtr); in mangleSubstitution()
3171 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
3172 addSubstitution(TypePtr); in addSubstitution()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2323 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2324 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2326 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2327 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2329 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4821 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4822 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4823 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()