Searched refs:isPtrType (Results 1 – 8 of 8) sorted by relevance
121 function util.isPtrType(type, abi) function142 if util.isPtrType(type) then
38 virtual bool isPtrType(const std::string &) const = 0;306 if (Checker->isPtrType(clsName) && CE->getNumArgs()) { in checkASTDecl()340 if (!Checker->isPtrType(clsName) || !OpCE->getNumArgs()) in checkASTDecl()472 virtual bool isPtrType(const std::string &Name) const final { in isPtrType() function in __anone86945dd0111::UncountedLambdaCapturesChecker495 virtual bool isPtrType(const std::string &Name) const final { in isPtrType() function in __anone86945dd0111::UnretainedLambdaCapturesChecker
150 if util.isPtrType(argtype,
95 if util.isPtrType(self.type) then
83 if util.isPtrType(v.type, config.abi_intptr_t) then
52 inline constexpr bool isPtrType(PrimType T) { in isPtrType() function
380 assert(isPtrType(FromT)); in VisitCastExpr()457 assert(isPtrType(*FromT)); in VisitCastExpr()458 assert(isPtrType(*ToT)); in VisitCastExpr()879 if (isPtrType(*T) || (isPtrType(*LT) && isPtrType(*RT))) in VisitBinaryOperator()7006 if (isPtrType(PT)) in emitDummyPtr()
3256 static_assert(isPtrType(TIn) && isPtrType(TOut)); in DecayPtr()