Home
last modified time | relevance | path

Searched refs:isPtrType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDPrimType.h51 inline constexpr bool isPtrType(PrimType T) { in isPtrType() function
HDCompiler.cpp351 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()
HDInterp.h2815 static_assert(isPtrType(TIn) && isPtrType(TOut)); in DecayPtr()