Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp690 static constexpr const char *const PointerArithmeticPointerTag = "ptrAddPtr"; member in __anon8edba8be0511::PointerArithmeticGadget
698 Ptr(Result.Nodes.getNodeAs<Expr>(PointerArithmeticPointerTag)) {} in PointerArithmeticGadget()
708 hasRHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
713 hasLHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()