Home
last modified time | relevance | path

Searched refs:TypePtr (Results 1 – 6 of 6) 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.cpp526 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
527 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()
528 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
/external/clang/lib/AST/
DMicrosoftMangle.cpp986 void *TypePtr = getASTContext().getCanonicalType(T).getAsOpaquePtr(); in mangleArgumentType() local
987 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()
1000 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
DItaniumMangle.cpp3224 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
3226 return mangleSubstitution(TypePtr); in mangleSubstitution()
3412 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
3413 addSubstitution(TypePtr); in addSubstitution()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2225 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2226 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2228 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2229 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2231 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
3993 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
3994 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3995 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
DRewriteModernObjC.cpp2319 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2320 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2322 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2323 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2325 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4927 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4928 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4929 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()