Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1414 static constexpr const char *const PointerArithmeticTag = "ptrAdd"; member in __anon8edba8be0911::PointerArithmeticGadget
1422 PA(Result.getNodeAs<BinaryOperator>(PointerArithmeticTag)), in PointerArithmeticGadget()
1442 Result.addNode(PointerArithmeticTag, DynTypedNode::create(*BO)); in matches()
1450 Result.addNode(PointerArithmeticTag, DynTypedNode::create(*BO)); in matches()