Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp27 constexpr llvm::StringLiteral DestMallocExprName = "DestMalloc"; variable
45 if (const auto *DestMalloc = Result.Nodes.getNodeAs<Expr>(DestMallocExprName)) in getDestCapacityExpr()
624 hasAnyArgument(allOf(unless(SizeExpr), expr().bind(DestMallocExprName)))); in registerMatchers()
632 cxxNewExpr(hasArraySize(expr().bind(DestMallocExprName)))); in registerMatchers()