Searched refs:isPtrType (Results 1 – 7 of 7) sorted by relevance
121 function util.isPtrType(type, abi) function142 if util.isPtrType(type) then
79 if util.isPtrType(self.type) then
83 if util.isPtrType(v.type, config.abi_intptr_t) then
150 if util.isPtrType(argtype,
51 inline constexpr bool isPtrType(PrimType T) { in isPtrType() function
351 assert(isPtrType(FromT)); in VisitCastExpr()437 assert(isPtrType(*FromT)); in VisitCastExpr()438 assert(isPtrType(*ToT)); in VisitCastExpr()764 if (isPtrType(*T) || (isPtrType(*LT) && isPtrType(*RT))) in VisitBinaryOperator()3889 if (PrimType PT = classifyPrim(E); PT != PT_Ptr && isPtrType(PT)) in VisitBuiltinCallExpr()5258 if (isPtrType(PT)) in visitDeclRef()
2815 static_assert(isPtrType(TIn) && isPtrType(TOut)); in DecayPtr()